@@ -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