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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StorageObjectData.CustomerEncryption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

build()

public StorageObjectData.CustomerEncryption build()
Returns
Type Description
StorageObjectData.CustomerEncryption

buildPartial()

public StorageObjectData.CustomerEncryption buildPartial()
Returns
Type Description
StorageObjectData.CustomerEncryption

clear()

public StorageObjectData.CustomerEncryption.Builder clear()
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

clearEncryptionAlgorithm()

public StorageObjectData.CustomerEncryption.Builder clearEncryptionAlgorithm()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public StorageObjectData.CustomerEncryption.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

clearKeySha256()

public StorageObjectData.CustomerEncryption.Builder clearKeySha256()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public StorageObjectData.CustomerEncryption.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

clone()

public StorageObjectData.CustomerEncryption.Builder clone()
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

getDefaultInstanceForType()

public StorageObjectData.CustomerEncryption getDefaultInstanceForType()
Returns
Type Description
StorageObjectData.CustomerEncryption

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEncryptionAlgorithm()

public String getEncryptionAlgorithm()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
Type Description
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public ByteString getEncryptionAlgorithmBytes()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
Type Description
ByteString

The bytes for encryptionAlgorithm.

getKeySha256()

public String getKeySha256()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
Type Description
String

The keySha256.

getKeySha256Bytes()

public ByteString getKeySha256Bytes()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
Type Description
ByteString

The bytes for keySha256.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StorageObjectData.CustomerEncryption other)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(StorageObjectData.CustomerEncryption other)
Parameter
Name Description
other StorageObjectData.CustomerEncryption
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StorageObjectData.CustomerEncryption.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StorageObjectData.CustomerEncryption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

setEncryptionAlgorithm(String value)

public StorageObjectData.CustomerEncryption.Builder setEncryptionAlgorithm(String value)

The encryption algorithm.

string encryption_algorithm = 1;

Parameter
Name Description
value String

The encryptionAlgorithm to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for encryptionAlgorithm to set.

Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public StorageObjectData.CustomerEncryption.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The keySha256 to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for keySha256 to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StorageObjectData.CustomerEncryption.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides