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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RawEncryptResponse
build()
RawEncryptResponse
buildPartial()
RawEncryptResponse.Builder
clear()
RawEncryptResponse.Builder
clearCiphertext()
The encrypted data.RawEncryptResponse.Builder
clearCiphertextCrc32C()
Integrity verification field.RawEncryptResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RawEncryptResponse.Builder
clearInitializationVector()
The initialization vector (IV) generated by the service during encryption.RawEncryptResponse.Builder
clearInitializationVectorCrc32C()
Integrity verification field.RawEncryptResponse.Builder
clearName()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RawEncryptResponse.Builder
clearProtectionLevel()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
clearTagLength()
The length of the authentication tag that is appended to the end of the ciphertext.RawEncryptResponse.Builder
clearVerifiedAdditionalAuthenticatedDataCrc32C()
Integrity verification field.RawEncryptResponse.Builder
clearVerifiedInitializationVectorCrc32C()
Integrity verification field.RawEncryptResponse.Builder
clearVerifiedPlaintextCrc32C()
Integrity verification field.RawEncryptResponse.Builder
clone()
com.google.protobuf.ByteString
getCiphertext()
The encrypted data.com.google.protobuf.Int64Value
getCiphertextCrc32C()
Integrity verification field.com.google.protobuf.Int64Value.Builder
getCiphertextCrc32CBuilder()
Integrity verification field.com.google.protobuf.Int64ValueOrBuilder
getCiphertextCrc32COrBuilder()
Integrity verification field.RawEncryptResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.ByteString
getInitializationVector()
The initialization vector (IV) generated by the service during encryption.com.google.protobuf.Int64Value
getInitializationVectorCrc32C()
Integrity verification field.com.google.protobuf.Int64Value.Builder
getInitializationVectorCrc32CBuilder()
Integrity verification field.com.google.protobuf.Int64ValueOrBuilder
getInitializationVectorCrc32COrBuilder()
Integrity verification field.String
getName()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.com.google.protobuf.ByteString
getNameBytes()
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.ProtectionLevel
getProtectionLevel()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.int
getProtectionLevelValue()
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.int
getTagLength()
The length of the authentication tag that is appended to the end of the ciphertext.boolean
getVerifiedAdditionalAuthenticatedDataCrc32C()
Integrity verification field.boolean
getVerifiedInitializationVectorCrc32C()
Integrity verification field.boolean
getVerifiedPlaintextCrc32C()
Integrity verification field.boolean
hasCiphertextCrc32C()
Integrity verification field.boolean
hasInitializationVectorCrc32C()
Integrity verification field.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
RawEncryptResponse.Builder
mergeCiphertextCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field.RawEncryptResponse.Builder
mergeFrom(RawEncryptResponse other)
RawEncryptResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RawEncryptResponse.Builder
mergeFrom(com.google.protobuf.Message other)
RawEncryptResponse.Builder
mergeInitializationVectorCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field.RawEncryptResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RawEncryptResponse.Builder
setCiphertext(com.google.protobuf.ByteString value)
The encrypted data.RawEncryptResponse.Builder
setCiphertextCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field.RawEncryptResponse.Builder
setCiphertextCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)
Integrity verification field.RawEncryptResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RawEncryptResponse.Builder
setInitializationVector(com.google.protobuf.ByteString value)
The initialization vector (IV) generated by the service during encryption.RawEncryptResponse.Builder
setInitializationVectorCrc32C(com.google.protobuf.Int64Value value)
Integrity verification field.RawEncryptResponse.Builder
setInitializationVectorCrc32C(com.google.protobuf.Int64Value.Builder builderForValue)
Integrity verification field.RawEncryptResponse.Builder
setName(String value)
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
setNameBytes(com.google.protobuf.ByteString value)
The resource name of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
setProtectionLevel(ProtectionLevel value)
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
setProtectionLevelValue(int value)
The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] used in encryption.RawEncryptResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
RawEncryptResponse.Builder
setTagLength(int value)
The length of the authentication tag that is appended to the end of the ciphertext.RawEncryptResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RawEncryptResponse.Builder
setVerifiedAdditionalAuthenticatedDataCrc32C(boolean value)
Integrity verification field.RawEncryptResponse.Builder
setVerifiedInitializationVectorCrc32C(boolean value)
Integrity verification field.RawEncryptResponse.Builder
setVerifiedPlaintextCrc32C(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clear
public RawEncryptResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
getDefaultInstanceForType
public RawEncryptResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public RawEncryptResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RawEncryptResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RawEncryptResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
setField
public RawEncryptResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clearField
public RawEncryptResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
clearOneof
public RawEncryptResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
setRepeatedField
public RawEncryptResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
addRepeatedField
public RawEncryptResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
mergeFrom
public RawEncryptResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RawEncryptResponse.Builder>
-
mergeFrom
public RawEncryptResponse.Builder mergeFrom(RawEncryptResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getCiphertext
in 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:
getInitializationVector
in 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:
getTagLength
in 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:
hasCiphertextCrc32C
in 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:
getCiphertextCrc32C
in 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:
getCiphertextCrc32COrBuilder
in 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:
hasInitializationVectorCrc32C
in 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:
getInitializationVectorCrc32C
in 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:
getInitializationVectorCrc32COrBuilder
in 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:
getVerifiedPlaintextCrc32C
in 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:
getVerifiedAdditionalAuthenticatedDataCrc32C
in 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:
getVerifiedInitializationVectorCrc32C
in 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:
getName
in 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:
getNameBytes
in 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:
getProtectionLevelValue
in 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:
getProtectionLevel
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
mergeUnknownFields
public final RawEncryptResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RawEncryptResponse.Builder>
-
-