Skip to content

Commit 47def9a

Browse files
committed
fixes region tags to use START instead of BEGIN
1 parent 2b96dec commit 47def9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

kms/api/src/functions.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function decrypt($projectId, $ring, $key, $infile, $outfile, $location = 'global
346346
}
347347
# [END decrypt]
348348

349-
# [BEGIN destroy_cryptokey_version]
349+
# [START destroy_cryptokey_version]
350350
/**
351351
* Destroy a CryptoKey version.
352352
*
@@ -387,7 +387,7 @@ function destroy_cryptokey_version($projectId, $ring, $key, $version, $location
387387
}
388388
# [END destroy_cryptokey_version]
389389

390-
# [BEGIN restore_cryptokey_version]
390+
# [START restore_cryptokey_version]
391391
/**
392392
* Restore a CryptoKey version.
393393
*
@@ -428,7 +428,7 @@ function restore_cryptokey_version($projectId, $ring, $key, $version, $location
428428
}
429429
# [END restore_cryptokey_version]
430430

431-
# [BEGIN disable_cryptokey_version]
431+
# [START disable_cryptokey_version]
432432
/**
433433
* Disable a CryptoKey version.
434434
*
@@ -473,7 +473,7 @@ function disable_cryptokey_version($projectId, $ring, $key, $version, $location
473473
}
474474
# [END disable_cryptokey_version]
475475

476-
# [BEGIN enable_cryptokey_version]
476+
# [START enable_cryptokey_version]
477477
/**
478478
* Enable a CryptoKey version.
479479
*
@@ -518,7 +518,7 @@ function enable_cryptokey_version($projectId, $ring, $key, $version, $location =
518518
}
519519
# [END enable_cryptokey_version]
520520

521-
# [BEGIN get_cryptokey_policy]
521+
# [START get_cryptokey_policy]
522522
/**
523523
* Get the IAM policy for a CryptoKey.
524524
*
@@ -654,7 +654,7 @@ function remove_member_from_cryptokey_policy($projectId, $ring, $key, $member, $
654654
}
655655
# [END remove_member_from_cryptokey_policy]
656656

657-
# [BEGIN remove_member_from_keyring_policy]
657+
# [START remove_member_from_keyring_policy]
658658
/**
659659
* Remove a member from a KeyRing IAM policy.
660660
*
@@ -711,7 +711,7 @@ function remove_member_from_keyring_policy($projectId, $ring, $member, $role, $l
711711
}
712712
# [END remove_member_from_keyring_policy]
713713

714-
# [BEGIN set_cryptokey_primary_version]
714+
# [START set_cryptokey_primary_version]
715715
/**
716716
* Set a CryptoKey version as primary.
717717
*

0 commit comments

Comments
 (0)