diff --git a/java-kms/README.md b/java-kms/README.md index a894ae060f6e..cc47ba8a4e34 100644 --- a/java-kms/README.md +++ b/java-kms/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.21.0 + 26.22.0 pom import @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-kms.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms/2.25.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms/2.26.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java b/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java index f76bc47f3315..ddc23fc16f21 100644 --- a/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java +++ b/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java @@ -93,11 +93,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT]. * - * Algorithms beginning with `RSA_SIGN_` are usable with + * Algorithms beginning with "RSA_SIGN_" are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. * - * The fields in the name after `RSA_SIGN_` correspond to the following + * The fields in the name after "RSA_SIGN_" correspond to the following * parameters: padding algorithm, modulus bit length, and digest algorithm. * * For PSS, the salt length used is equal to the length of digest @@ -105,25 +105,25 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256] * will use PSS with a salt length of 256 bits or 32 bytes. * - * Algorithms beginning with `RSA_DECRYPT_` are usable with + * Algorithms beginning with "RSA_DECRYPT_" are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT]. * - * The fields in the name after `RSA_DECRYPT_` correspond to the following + * The fields in the name after "RSA_DECRYPT_" correspond to the following * parameters: padding algorithm, modulus bit length, and digest algorithm. * - * Algorithms beginning with `EC_SIGN_` are usable with + * Algorithms beginning with "EC_SIGN_" are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. * - * The fields in the name after `EC_SIGN_` correspond to the following + * The fields in the name after "EC_SIGN_" correspond to the following * parameters: elliptic curve, digest algorithm. * - * Algorithms beginning with `HMAC_` are usable with + * Algorithms beginning with "HMAC_" are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC]. * - * The suffix following `HMAC_` corresponds to the hash algorithm being used + * The suffix following "HMAC_" corresponds to the hash algorithm being used * (eg. SHA256). * * For more information, see [Key purposes and algorithms] diff --git a/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto b/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto index fb4e6534a691..99be6f41fb55 100644 --- a/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto +++ b/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto @@ -304,11 +304,11 @@ message CryptoKeyVersion { // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT]. // - // Algorithms beginning with `RSA_SIGN_` are usable with + // Algorithms beginning with "RSA_SIGN_" are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. // - // The fields in the name after `RSA_SIGN_` correspond to the following + // The fields in the name after "RSA_SIGN_" correspond to the following // parameters: padding algorithm, modulus bit length, and digest algorithm. // // For PSS, the salt length used is equal to the length of digest @@ -316,25 +316,25 @@ message CryptoKeyVersion { // [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256] // will use PSS with a salt length of 256 bits or 32 bytes. // - // Algorithms beginning with `RSA_DECRYPT_` are usable with + // Algorithms beginning with "RSA_DECRYPT_" are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT]. // - // The fields in the name after `RSA_DECRYPT_` correspond to the following + // The fields in the name after "RSA_DECRYPT_" correspond to the following // parameters: padding algorithm, modulus bit length, and digest algorithm. // - // Algorithms beginning with `EC_SIGN_` are usable with + // Algorithms beginning with "EC_SIGN_" are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. // - // The fields in the name after `EC_SIGN_` correspond to the following + // The fields in the name after "EC_SIGN_" correspond to the following // parameters: elliptic curve, digest algorithm. // - // Algorithms beginning with `HMAC_` are usable with + // Algorithms beginning with "HMAC_" are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC]. // - // The suffix following `HMAC_` corresponds to the hash algorithm being used + // The suffix following "HMAC_" corresponds to the hash algorithm being used // (eg. SHA256). // // For more information, see [Key purposes and algorithms]