Class StorageObjectData.CustomerEncryption (0.16.0)

public static final class StorageObjectData.CustomerEncryption extends GeneratedMessageV3 implements StorageObjectData.CustomerEncryptionOrBuilder

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

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StorageObjectData.CustomerEncryption

Static Fields

ENCRYPTION_ALGORITHM_FIELD_NUMBER

public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER
Field Value
Type Description
int

KEY_SHA256_FIELD_NUMBER

public static final int KEY_SHA256_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StorageObjectData.CustomerEncryption getDefaultInstance()
Returns
Type Description
StorageObjectData.CustomerEncryption

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static StorageObjectData.CustomerEncryption.Builder newBuilder()
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

newBuilder(StorageObjectData.CustomerEncryption prototype)

public static StorageObjectData.CustomerEncryption.Builder newBuilder(StorageObjectData.CustomerEncryption prototype)
Parameter
Name Description
prototype StorageObjectData.CustomerEncryption
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

parseDelimitedFrom(InputStream input)

public static StorageObjectData.CustomerEncryption parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StorageObjectData.CustomerEncryption parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StorageObjectData.CustomerEncryption parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StorageObjectData.CustomerEncryption parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static StorageObjectData.CustomerEncryption parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static StorageObjectData.CustomerEncryption parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StorageObjectData.CustomerEncryption parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageObjectData.CustomerEncryption
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<StorageObjectData.CustomerEncryption> parser()
Returns
Type Description
Parser<CustomerEncryption>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

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.

getParserForType()

public Parser<StorageObjectData.CustomerEncryption> getParserForType()
Returns
Type Description
Parser<CustomerEncryption>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public StorageObjectData.CustomerEncryption.Builder newBuilderForType()
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StorageObjectData.CustomerEncryption.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public StorageObjectData.CustomerEncryption.Builder toBuilder()
Returns
Type Description
StorageObjectData.CustomerEncryption.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException