Package com.google.cloud.kms.v1
Class RawEncryptResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
- com.google.cloud.kms.v1.RawEncryptResponse.Builder
-
- All Implemented Interfaces:
RawEncryptResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- RawEncryptResponse
public static final class RawEncryptResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder> implements RawEncryptResponseOrBuilder
Response message for [KeyManagementService.RawEncrypt][google.cloud.kms.v1.KeyManagementService.RawEncrypt].
Protobuf typegoogle.cloud.kms.v1.RawEncryptResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RawEncryptResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RawEncryptResponsebuild()RawEncryptResponsebuildPartial()RawEncryptResponse.Builderclear()RawEncryptResponse.BuilderclearCiphertext()The encrypted data.RawEncryptResponse.BuilderclearCiphertextCrc32C()Integrity verification field.RawEncryptResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)RawEncryptResponse.BuilderclearInitializationVector()The initialization vector (IV) generated by the service during encryption.RawEncryptResponse.BuilderclearInitializationVectorCrc32C()Integrity verification field.RawEncryptResponse.BuilderclearName()The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)RawEncryptResponse.BuilderclearProtectionLevel()The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuilderclearTagLength()The length of the authentication tag that is appended to the end of the ciphertext.RawEncryptResponse.BuilderclearVerifiedAdditionalAuthenticatedDataCrc32C()Integrity verification field.RawEncryptResponse.BuilderclearVerifiedInitializationVectorCrc32C()Integrity verification field.RawEncryptResponse.BuilderclearVerifiedPlaintextCrc32C()Integrity verification field.RawEncryptResponse.Builderclone()com.google.protobuf.ByteStringgetCiphertext()The encrypted data.com.google.protobuf.Int64ValuegetCiphertextCrc32C()Integrity verification field.com.google.protobuf.Int64Value.BuildergetCiphertextCrc32CBuilder()Integrity verification field.com.google.protobuf.Int64ValueOrBuildergetCiphertextCrc32COrBuilder()Integrity verification field.RawEncryptResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.ByteStringgetInitializationVector()The initialization vector (IV) generated by the service during encryption.com.google.protobuf.Int64ValuegetInitializationVectorCrc32C()Integrity verification field.com.google.protobuf.Int64Value.BuildergetInitializationVectorCrc32CBuilder()Integrity verification field.com.google.protobuf.Int64ValueOrBuildergetInitializationVectorCrc32COrBuilder()Integrity verification field.StringgetName()The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.com.google.protobuf.ByteStringgetNameBytes()The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.ProtectionLevelgetProtectionLevel()The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.intgetProtectionLevelValue()The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.intgetTagLength()The length of the authentication tag that is appended to the end of the ciphertext.booleangetVerifiedAdditionalAuthenticatedDataCrc32C()Integrity verification field.booleangetVerifiedInitializationVectorCrc32C()Integrity verification field.booleangetVerifiedPlaintextCrc32C()Integrity verification field.booleanhasCiphertextCrc32C()Integrity verification field.booleanhasInitializationVectorCrc32C()Integrity verification field.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()RawEncryptResponse.BuildermergeCiphertextCrc32C(com.google.protobuf.Int64Value value)Integrity verification field.RawEncryptResponse.BuildermergeFrom(RawEncryptResponse other)RawEncryptResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RawEncryptResponse.BuildermergeFrom(com.google.protobuf.Message other)RawEncryptResponse.BuildermergeInitializationVectorCrc32C(com.google.protobuf.Int64Value value)Integrity verification field.RawEncryptResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RawEncryptResponse.BuildersetCiphertext(com.google.protobuf.ByteString value)The encrypted data.RawEncryptResponse.BuildersetCiphertextCrc32C(com.google.protobuf.Int64Value value)Integrity verification field.RawEncryptResponse.BuildersetCiphertextCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)Integrity verification field.RawEncryptResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RawEncryptResponse.BuildersetInitializationVector(com.google.protobuf.ByteString value)The initialization vector (IV) generated by the service during encryption.RawEncryptResponse.BuildersetInitializationVectorCrc32C(com.google.protobuf.Int64Value value)Integrity verification field.RawEncryptResponse.BuildersetInitializationVectorCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)Integrity verification field.RawEncryptResponse.BuildersetName(String value)The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuildersetNameBytes(com.google.protobuf.ByteString value)The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuildersetProtectionLevel(ProtectionLevel value)The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuildersetProtectionLevelValue(int value)The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)RawEncryptResponse.BuildersetTagLength(int value)The length of the authentication tag that is appended to the end of the ciphertext.RawEncryptResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RawEncryptResponse.BuildersetVerifiedAdditionalAuthenticatedDataCrc32C(boolean value)Integrity verification field.RawEncryptResponse.BuildersetVerifiedInitializationVectorCrc32C(boolean value)Integrity verification field.RawEncryptResponse.BuildersetVerifiedPlaintextCrc32C(boolean value)Integrity verification field.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clear
public RawEncryptResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
getDefaultInstanceForType
public RawEncryptResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public RawEncryptResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RawEncryptResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RawEncryptResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
setField
public RawEncryptResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clearField
public RawEncryptResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clearOneof
public RawEncryptResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
setRepeatedField
public RawEncryptResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
addRepeatedField
public RawEncryptResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
mergeFrom
public RawEncryptResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RawEncryptResponse.Builder>
-
mergeFrom
public RawEncryptResponse.Builder mergeFrom(RawEncryptResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
mergeFrom
public RawEncryptResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RawEncryptResponse.Builder>- Throws:
IOException
-
getCiphertext
public com.google.protobuf.ByteString getCiphertext()
The encrypted data. In the case of AES-GCM, the authentication tag is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length] bytes at the end of this field.
bytes ciphertext = 1;- Specified by:
getCiphertextin interfaceRawEncryptResponseOrBuilder- Returns:
- The ciphertext.
-
setCiphertext
public RawEncryptResponse.Builder setCiphertext(com.google.protobuf.ByteString value)
The encrypted data. In the case of AES-GCM, the authentication tag is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length] bytes at the end of this field.
bytes ciphertext = 1;- Parameters:
value- The ciphertext to set.- Returns:
- This builder for chaining.
-
clearCiphertext
public RawEncryptResponse.Builder clearCiphertext()
The encrypted data. In the case of AES-GCM, the authentication tag is the [tag_length][google.cloud.kms.v1.RawEncryptResponse.tag_length] bytes at the end of this field.
bytes ciphertext = 1;- Returns:
- This builder for chaining.
-
getInitializationVector
public com.google.protobuf.ByteString getInitializationVector()
The initialization vector (IV) generated by the service during encryption. This value must be stored and provided in [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector] at decryption time.
bytes initialization_vector = 2;- Specified by:
getInitializationVectorin interfaceRawEncryptResponseOrBuilder- Returns:
- The initializationVector.
-
setInitializationVector
public RawEncryptResponse.Builder setInitializationVector(com.google.protobuf.ByteString value)
The initialization vector (IV) generated by the service during encryption. This value must be stored and provided in [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector] at decryption time.
bytes initialization_vector = 2;- Parameters:
value- The initializationVector to set.- Returns:
- This builder for chaining.
-
clearInitializationVector
public RawEncryptResponse.Builder clearInitializationVector()
The initialization vector (IV) generated by the service during encryption. This value must be stored and provided in [RawDecryptRequest.initialization_vector][google.cloud.kms.v1.RawDecryptRequest.initialization_vector] at decryption time.
bytes initialization_vector = 2;- Returns:
- This builder for chaining.
-
getTagLength
public int getTagLength()
The length of the authentication tag that is appended to the end of the ciphertext.
int32 tag_length = 3;- Specified by:
getTagLengthin interfaceRawEncryptResponseOrBuilder- Returns:
- The tagLength.
-
setTagLength
public RawEncryptResponse.Builder setTagLength(int value)
The length of the authentication tag that is appended to the end of the ciphertext.
int32 tag_length = 3;- Parameters:
value- The tagLength to set.- Returns:
- This builder for chaining.
-
clearTagLength
public RawEncryptResponse.Builder clearTagLength()
The length of the authentication tag that is appended to the end of the ciphertext.
int32 tag_length = 3;- Returns:
- This builder for chaining.
-
hasCiphertextCrc32C
public boolean hasCiphertextCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;- Specified by:
hasCiphertextCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- Whether the ciphertextCrc32c field is set.
-
getCiphertextCrc32C
public com.google.protobuf.Int64Value getCiphertextCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;- Specified by:
getCiphertextCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- The ciphertextCrc32c.
-
setCiphertextCrc32C
public RawEncryptResponse.Builder setCiphertextCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;
-
setCiphertextCrc32C
public RawEncryptResponse.Builder setCiphertextCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;
-
mergeCiphertextCrc32C
public RawEncryptResponse.Builder mergeCiphertextCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;
-
clearCiphertextCrc32C
public RawEncryptResponse.Builder clearCiphertextCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;
-
getCiphertextCrc32CBuilder
public com.google.protobuf.Int64Value.Builder getCiphertextCrc32CBuilder()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;
-
getCiphertextCrc32COrBuilder
public com.google.protobuf.Int64ValueOrBuilder getCiphertextCrc32COrBuilder()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.ciphertext][google.cloud.kms.v1.RawEncryptResponse.ciphertext]. An integrity check of ciphertext can be performed by computing the CRC32C checksum of ciphertext and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value ciphertext_crc32c = 4;- Specified by:
getCiphertextCrc32COrBuilderin interfaceRawEncryptResponseOrBuilder
-
hasInitializationVectorCrc32C
public boolean hasInitializationVectorCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;- Specified by:
hasInitializationVectorCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- Whether the initializationVectorCrc32c field is set.
-
getInitializationVectorCrc32C
public com.google.protobuf.Int64Value getInitializationVectorCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;- Specified by:
getInitializationVectorCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- The initializationVectorCrc32c.
-
setInitializationVectorCrc32C
public RawEncryptResponse.Builder setInitializationVectorCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;
-
setInitializationVectorCrc32C
public RawEncryptResponse.Builder setInitializationVectorCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;
-
mergeInitializationVectorCrc32C
public RawEncryptResponse.Builder mergeInitializationVectorCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;
-
clearInitializationVectorCrc32C
public RawEncryptResponse.Builder clearInitializationVectorCrc32C()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;
-
getInitializationVectorCrc32CBuilder
public com.google.protobuf.Int64Value.Builder getInitializationVectorCrc32CBuilder()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;
-
getInitializationVectorCrc32COrBuilder
public com.google.protobuf.Int64ValueOrBuilder getInitializationVectorCrc32COrBuilder()
Integrity verification field. A CRC32C checksum of the returned [RawEncryptResponse.initialization_vector][google.cloud.kms.v1.RawEncryptResponse.initialization_vector]. An integrity check of initialization_vector can be performed by computing the CRC32C checksum of initialization_vector and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
.google.protobuf.Int64Value initialization_vector_crc32c = 5;- Specified by:
getInitializationVectorCrc32COrBuilderin interfaceRawEncryptResponseOrBuilder
-
getVerifiedPlaintextCrc32C
public boolean getVerifiedPlaintextCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of the plaintext. A false value of this field indicates either that [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_plaintext_crc32c = 6;- Specified by:
getVerifiedPlaintextCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- The verifiedPlaintextCrc32c.
-
setVerifiedPlaintextCrc32C
public RawEncryptResponse.Builder setVerifiedPlaintextCrc32C(boolean value)
Integrity verification field. A flag indicating whether [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of the plaintext. A false value of this field indicates either that [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_plaintext_crc32c = 6;- Parameters:
value- The verifiedPlaintextCrc32c to set.- Returns:
- This builder for chaining.
-
clearVerifiedPlaintextCrc32C
public RawEncryptResponse.Builder clearVerifiedPlaintextCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of the plaintext. A false value of this field indicates either that [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.plaintext_crc32c][google.cloud.kms.v1.RawEncryptRequest.plaintext_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_plaintext_crc32c = 6;- Returns:
- This builder for chaining.
-
getVerifiedAdditionalAuthenticatedDataCrc32C
public boolean getVerifiedAdditionalAuthenticatedDataCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of additional_authenticated_data. A false value of this field indicates either that // [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_additional_authenticated_data_crc32c = 7;- Specified by:
getVerifiedAdditionalAuthenticatedDataCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- The verifiedAdditionalAuthenticatedDataCrc32c.
-
setVerifiedAdditionalAuthenticatedDataCrc32C
public RawEncryptResponse.Builder setVerifiedAdditionalAuthenticatedDataCrc32C(boolean value)
Integrity verification field. A flag indicating whether [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of additional_authenticated_data. A false value of this field indicates either that // [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_additional_authenticated_data_crc32c = 7;- Parameters:
value- The verifiedAdditionalAuthenticatedDataCrc32c to set.- Returns:
- This builder for chaining.
-
clearVerifiedAdditionalAuthenticatedDataCrc32C
public RawEncryptResponse.Builder clearVerifiedAdditionalAuthenticatedDataCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of additional_authenticated_data. A false value of this field indicates either that // [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.additional_authenticated_data_crc32c][google.cloud.kms.v1.RawEncryptRequest.additional_authenticated_data_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_additional_authenticated_data_crc32c = 7;- Returns:
- This builder for chaining.
-
getVerifiedInitializationVectorCrc32C
public boolean getVerifiedInitializationVectorCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of initialization_vector. A false value of this field indicates either that [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_initialization_vector_crc32c = 10;- Specified by:
getVerifiedInitializationVectorCrc32Cin interfaceRawEncryptResponseOrBuilder- Returns:
- The verifiedInitializationVectorCrc32c.
-
setVerifiedInitializationVectorCrc32C
public RawEncryptResponse.Builder setVerifiedInitializationVectorCrc32C(boolean value)
Integrity verification field. A flag indicating whether [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of initialization_vector. A false value of this field indicates either that [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_initialization_vector_crc32c = 10;- Parameters:
value- The verifiedInitializationVectorCrc32c to set.- Returns:
- This builder for chaining.
-
clearVerifiedInitializationVectorCrc32C
public RawEncryptResponse.Builder clearVerifiedInitializationVectorCrc32C()
Integrity verification field. A flag indicating whether [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was received by [KeyManagementService][google.cloud.kms.v1.KeyManagementService] and used for the integrity verification of initialization_vector. A false value of this field indicates either that [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] was left unset or that it was not delivered to [KeyManagementService][google.cloud.kms.v1.KeyManagementService]. If you've set [RawEncryptRequest.initialization_vector_crc32c][google.cloud.kms.v1.RawEncryptRequest.initialization_vector_crc32c] but this field is still false, discard the response and perform a limited number of retries.
bool verified_initialization_vector_crc32c = 10;- Returns:
- This builder for chaining.
-
getName
public String getName()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption. Check this field to verify that the intended resource was used for encryption.
string name = 8;- Specified by:
getNamein interfaceRawEncryptResponseOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption. Check this field to verify that the intended resource was used for encryption.
string name = 8;- Specified by:
getNameBytesin interfaceRawEncryptResponseOrBuilder- Returns:
- The bytes for name.
-
setName
public RawEncryptResponse.Builder setName(String value)
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption. Check this field to verify that the intended resource was used for encryption.
string name = 8;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public RawEncryptResponse.Builder clearName()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption. Check this field to verify that the intended resource was used for encryption.
string name = 8;- Returns:
- This builder for chaining.
-
setNameBytes
public RawEncryptResponse.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption. Check this field to verify that the intended resource was used for encryption.
string name = 8;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getProtectionLevelValue
public int getProtectionLevelValue()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.
.google.cloud.kms.v1.ProtectionLevel protection_level = 9;- Specified by:
getProtectionLevelValuein interfaceRawEncryptResponseOrBuilder- Returns:
- The enum numeric value on the wire for protectionLevel.
-
setProtectionLevelValue
public RawEncryptResponse.Builder setProtectionLevelValue(int value)
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.
.google.cloud.kms.v1.ProtectionLevel protection_level = 9;- Parameters:
value- The enum numeric value on the wire for protectionLevel to set.- Returns:
- This builder for chaining.
-
getProtectionLevel
public ProtectionLevel getProtectionLevel()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.
.google.cloud.kms.v1.ProtectionLevel protection_level = 9;- Specified by:
getProtectionLevelin interfaceRawEncryptResponseOrBuilder- Returns:
- The protectionLevel.
-
setProtectionLevel
public RawEncryptResponse.Builder setProtectionLevel(ProtectionLevel value)
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.
.google.cloud.kms.v1.ProtectionLevel protection_level = 9;- Parameters:
value- The protectionLevel to set.- Returns:
- This builder for chaining.
-
clearProtectionLevel
public RawEncryptResponse.Builder clearProtectionLevel()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.
.google.cloud.kms.v1.ProtectionLevel protection_level = 9;- Returns:
- This builder for chaining.
-
setUnknownFields
public final RawEncryptResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
mergeUnknownFields
public final RawEncryptResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
-