Skip to content

Commit

Permalink
Update the region tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdetemad authored and Shabirmean committed May 15, 2023
1 parent 52e3c11 commit 0dba37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kms/src/main/java/kms/ConvertPublicKeyToJwk.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package kms;

// [START kms_get_public_key]
// [START kms_get_public_key_jwk]
import com.google.cloud.kms.v1.CryptoKeyVersionName;
import com.google.cloud.kms.v1.KeyManagementServiceClient;
import com.google.cloud.kms.v1.PublicKey;
Expand Down Expand Up @@ -59,4 +59,4 @@ public void convertPublicKey(
}
}
}
// [END kms_get_public_key]
// [END kms_get_public_key_jwk]

0 comments on commit 0dba37b

Please sign in to comment.