Class StorageObjectData.CustomerEncryption.Builder (0.15.0)

public static final class StorageObjectData.CustomerEncryption.Builder extends GeneratedMessageV3.Builder<StorageObjectData.CustomerEncryption.Builder> implements StorageObjectData.CustomerEncryptionOrBuilder

Describes the customer-specified mechanism used to store the data at rest.

Protobuf type google.events.cloud.storage.v1.StorageObjectData.CustomerEncryption

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StorageObjectData.CustomerEncryption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

build()

public StorageObjectData.CustomerEncryption build()
Returns
TypeDescription
StorageObjectData.CustomerEncryption

buildPartial()

public StorageObjectData.CustomerEncryption buildPartial()
Returns
TypeDescription
StorageObjectData.CustomerEncryption

clear()

public StorageObjectData.CustomerEncryption.Builder clear()
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

clearEncryptionAlgorithm()

public StorageObjectData.CustomerEncryption.Builder clearEncryptionAlgorithm()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public StorageObjectData.CustomerEncryption.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

clearKeySha256()

public StorageObjectData.CustomerEncryption.Builder clearKeySha256()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public StorageObjectData.CustomerEncryption.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

clone()

public StorageObjectData.CustomerEncryption.Builder clone()
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

getDefaultInstanceForType()

public StorageObjectData.CustomerEncryption getDefaultInstanceForType()
Returns
TypeDescription
StorageObjectData.CustomerEncryption

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEncryptionAlgorithm()

public String getEncryptionAlgorithm()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
TypeDescription
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public ByteString getEncryptionAlgorithmBytes()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
TypeDescription
ByteString

The bytes for encryptionAlgorithm.

getKeySha256()

public String getKeySha256()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
TypeDescription
String

The keySha256.

getKeySha256Bytes()

public ByteString getKeySha256Bytes()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
TypeDescription
ByteString

The bytes for keySha256.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StorageObjectData.CustomerEncryption other)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(StorageObjectData.CustomerEncryption other)
Parameter
NameDescription
otherStorageObjectData.CustomerEncryption
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StorageObjectData.CustomerEncryption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

setEncryptionAlgorithm(String value)

public StorageObjectData.CustomerEncryption.Builder setEncryptionAlgorithm(String value)

The encryption algorithm.

string encryption_algorithm = 1;

Parameter
NameDescription
valueString

The encryptionAlgorithm to set.

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

setEncryptionAlgorithmBytes(ByteString value)

public StorageObjectData.CustomerEncryption.Builder setEncryptionAlgorithmBytes(ByteString value)

The encryption algorithm.

string encryption_algorithm = 1;

Parameter
NameDescription
valueByteString

The bytes for encryptionAlgorithm to set.

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public StorageObjectData.CustomerEncryption.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

setKeySha256(String value)

public StorageObjectData.CustomerEncryption.Builder setKeySha256(String value)

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Parameter
NameDescription
valueString

The keySha256 to set.

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

setKeySha256Bytes(ByteString value)

public StorageObjectData.CustomerEncryption.Builder setKeySha256Bytes(ByteString value)

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Parameter
NameDescription
valueByteString

The bytes for keySha256 to set.

Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StorageObjectData.CustomerEncryption.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StorageObjectData.CustomerEncryption.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StorageObjectData.CustomerEncryption.Builder
Overrides