Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: regenerate with updated protoc (#180)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/bc5f29c9-de4e-484a-96d3-b4a4987109b1/targets

PiperOrigin-RevId: 313460921
Source-Link: googleapis/googleapis@c4e3701
  • Loading branch information
yoshi-automation committed Jun 3, 2020
1 parent 7013d4e commit 58b2666
Show file tree
Hide file tree
Showing 43 changed files with 372 additions and 3 deletions.
Expand Up @@ -133,6 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -158,6 +159,7 @@ public java.lang.String getName() {
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -184,6 +186,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* @return The ciphertext.
*/
@java.lang.Override
public com.google.protobuf.ByteString getCiphertext() {
return ciphertext_;
}
Expand Down Expand Up @@ -654,6 +657,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
* @return The ciphertext.
*/
@java.lang.Override
public com.google.protobuf.ByteString getCiphertext() {
return ciphertext_;
}
Expand Down
Expand Up @@ -122,6 +122,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The plaintext.
*/
@java.lang.Override
public com.google.protobuf.ByteString getPlaintext() {
return plaintext_;
}
Expand Down Expand Up @@ -455,6 +456,7 @@ public Builder mergeFrom(
*
* @return The plaintext.
*/
@java.lang.Override
public com.google.protobuf.ByteString getPlaintext() {
return plaintext_;
}
Expand Down
Expand Up @@ -141,6 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -165,6 +166,7 @@ public java.lang.String getName() {
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -192,6 +194,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* @return Whether the digest field is set.
*/
@java.lang.Override
public boolean hasDigest() {
return digest_ != null;
}
Expand All @@ -208,6 +211,7 @@ public boolean hasDigest() {
*
* @return The digest.
*/
@java.lang.Override
public com.google.cloud.kms.v1.Digest getDigest() {
return digest_ == null ? com.google.cloud.kms.v1.Digest.getDefaultInstance() : digest_;
}
Expand All @@ -222,6 +226,7 @@ public com.google.cloud.kms.v1.Digest getDigest() {
*
* <code>.google.cloud.kms.v1.Digest digest = 3 [(.google.api.field_behavior) = REQUIRED];</code>
*/
@java.lang.Override
public com.google.cloud.kms.v1.DigestOrBuilder getDigestOrBuilder() {
return getDigest();
}
Expand Down
Expand Up @@ -122,6 +122,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The signature.
*/
@java.lang.Override
public com.google.protobuf.ByteString getSignature() {
return signature_;
}
Expand Down Expand Up @@ -453,6 +454,7 @@ public Builder mergeFrom(
*
* @return The signature.
*/
@java.lang.Override
public com.google.protobuf.ByteString getSignature() {
return signature_;
}
Expand Down
Expand Up @@ -155,6 +155,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The parent.
*/
@java.lang.Override
public java.lang.String getParent() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -180,6 +181,7 @@ public java.lang.String getParent() {
*
* @return The bytes for parent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -206,6 +208,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* @return The cryptoKeyId.
*/
@java.lang.Override
public java.lang.String getCryptoKeyId() {
java.lang.Object ref = cryptoKeyId_;
if (ref instanceof java.lang.String) {
Expand All @@ -229,6 +232,7 @@ public java.lang.String getCryptoKeyId() {
*
* @return The bytes for cryptoKeyId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getCryptoKeyIdBytes() {
java.lang.Object ref = cryptoKeyId_;
if (ref instanceof java.lang.String) {
Expand All @@ -255,6 +259,7 @@ public com.google.protobuf.ByteString getCryptoKeyIdBytes() {
*
* @return Whether the cryptoKey field is set.
*/
@java.lang.Override
public boolean hasCryptoKey() {
return cryptoKey_ != null;
}
Expand All @@ -270,6 +275,7 @@ public boolean hasCryptoKey() {
*
* @return The cryptoKey.
*/
@java.lang.Override
public com.google.cloud.kms.v1.CryptoKey getCryptoKey() {
return cryptoKey_ == null ? com.google.cloud.kms.v1.CryptoKey.getDefaultInstance() : cryptoKey_;
}
Expand All @@ -283,6 +289,7 @@ public com.google.cloud.kms.v1.CryptoKey getCryptoKey() {
* <code>.google.cloud.kms.v1.CryptoKey crypto_key = 3 [(.google.api.field_behavior) = REQUIRED];
* </code>
*/
@java.lang.Override
public com.google.cloud.kms.v1.CryptoKeyOrBuilder getCryptoKeyOrBuilder() {
return getCryptoKey();
}
Expand All @@ -304,6 +311,7 @@ public com.google.cloud.kms.v1.CryptoKeyOrBuilder getCryptoKeyOrBuilder() {
*
* @return The skipInitialVersionCreation.
*/
@java.lang.Override
public boolean getSkipInitialVersionCreation() {
return skipInitialVersionCreation_;
}
Expand Down Expand Up @@ -1134,6 +1142,7 @@ public com.google.cloud.kms.v1.CryptoKeyOrBuilder getCryptoKeyOrBuilder() {
*
* @return The skipInitialVersionCreation.
*/
@java.lang.Override
public boolean getSkipInitialVersionCreation() {
return skipInitialVersionCreation_;
}
Expand Down
Expand Up @@ -143,6 +143,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The parent.
*/
@java.lang.Override
public java.lang.String getParent() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -168,6 +169,7 @@ public java.lang.String getParent() {
*
* @return The bytes for parent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -195,6 +197,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* @return Whether the cryptoKeyVersion field is set.
*/
@java.lang.Override
public boolean hasCryptoKeyVersion() {
return cryptoKeyVersion_ != null;
}
Expand All @@ -211,6 +214,7 @@ public boolean hasCryptoKeyVersion() {
*
* @return The cryptoKeyVersion.
*/
@java.lang.Override
public com.google.cloud.kms.v1.CryptoKeyVersion getCryptoKeyVersion() {
return cryptoKeyVersion_ == null
? com.google.cloud.kms.v1.CryptoKeyVersion.getDefaultInstance()
Expand All @@ -227,6 +231,7 @@ public com.google.cloud.kms.v1.CryptoKeyVersion getCryptoKeyVersion() {
* .google.cloud.kms.v1.CryptoKeyVersion crypto_key_version = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*/
@java.lang.Override
public com.google.cloud.kms.v1.CryptoKeyVersionOrBuilder getCryptoKeyVersionOrBuilder() {
return getCryptoKeyVersion();
}
Expand Down
Expand Up @@ -150,6 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The parent.
*/
@java.lang.Override
public java.lang.String getParent() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -175,6 +176,7 @@ public java.lang.String getParent() {
*
* @return The bytes for parent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -201,6 +203,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* @return The importJobId.
*/
@java.lang.Override
public java.lang.String getImportJobId() {
java.lang.Object ref = importJobId_;
if (ref instanceof java.lang.String) {
Expand All @@ -224,6 +227,7 @@ public java.lang.String getImportJobId() {
*
* @return The bytes for importJobId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getImportJobIdBytes() {
java.lang.Object ref = importJobId_;
if (ref instanceof java.lang.String) {
Expand All @@ -250,6 +254,7 @@ public com.google.protobuf.ByteString getImportJobIdBytes() {
*
* @return Whether the importJob field is set.
*/
@java.lang.Override
public boolean hasImportJob() {
return importJob_ != null;
}
Expand All @@ -265,6 +270,7 @@ public boolean hasImportJob() {
*
* @return The importJob.
*/
@java.lang.Override
public com.google.cloud.kms.v1.ImportJob getImportJob() {
return importJob_ == null ? com.google.cloud.kms.v1.ImportJob.getDefaultInstance() : importJob_;
}
Expand All @@ -278,6 +284,7 @@ public com.google.cloud.kms.v1.ImportJob getImportJob() {
* <code>.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];
* </code>
*/
@java.lang.Override
public com.google.cloud.kms.v1.ImportJobOrBuilder getImportJobOrBuilder() {
return getImportJob();
}
Expand Down
Expand Up @@ -150,6 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The parent.
*/
@java.lang.Override
public java.lang.String getParent() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -175,6 +176,7 @@ public java.lang.String getParent() {
*
* @return The bytes for parent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand All @@ -201,6 +203,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* @return The keyRingId.
*/
@java.lang.Override
public java.lang.String getKeyRingId() {
java.lang.Object ref = keyRingId_;
if (ref instanceof java.lang.String) {
Expand All @@ -224,6 +227,7 @@ public java.lang.String getKeyRingId() {
*
* @return The bytes for keyRingId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getKeyRingIdBytes() {
java.lang.Object ref = keyRingId_;
if (ref instanceof java.lang.String) {
Expand All @@ -250,6 +254,7 @@ public com.google.protobuf.ByteString getKeyRingIdBytes() {
*
* @return Whether the keyRing field is set.
*/
@java.lang.Override
public boolean hasKeyRing() {
return keyRing_ != null;
}
Expand All @@ -265,6 +270,7 @@ public boolean hasKeyRing() {
*
* @return The keyRing.
*/
@java.lang.Override
public com.google.cloud.kms.v1.KeyRing getKeyRing() {
return keyRing_ == null ? com.google.cloud.kms.v1.KeyRing.getDefaultInstance() : keyRing_;
}
Expand All @@ -278,6 +284,7 @@ public com.google.cloud.kms.v1.KeyRing getKeyRing() {
* <code>.google.cloud.kms.v1.KeyRing key_ring = 3 [(.google.api.field_behavior) = REQUIRED];
* </code>
*/
@java.lang.Override
public com.google.cloud.kms.v1.KeyRingOrBuilder getKeyRingOrBuilder() {
return getKeyRing();
}
Expand Down

0 comments on commit 58b2666

Please sign in to comment.