public static final class Object.CustomerEncryption extends GeneratedMessageV3 implements Object.CustomerEncryptionOrBuilder
Describes the customer-specified mechanism used to store the data at rest.
Protobuf type google.storage.v2.Object.CustomerEncryption
Fields
ENCRYPTION_ALGORITHM_FIELD_NUMBER
public static final int ENCRYPTION_ALGORITHM_FIELD_NUMBER
Field Value
KEY_SHA256_BYTES_FIELD_NUMBER
public static final int KEY_SHA256_BYTES_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static Object.CustomerEncryption getDefaultInstance()
Returns
getDefaultInstanceForType()
public Object.CustomerEncryption getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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.
|
getKeySha256Bytes()
public ByteString getKeySha256Bytes()
SHA256 hash value of the encryption key.
In raw bytes format (not base64-encoded).
bytes key_sha256_bytes = 3;
Returns
getParserForType()
public Parser<Object.CustomerEncryption> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static Object.CustomerEncryption.Builder newBuilder()
Returns
newBuilder(Object.CustomerEncryption prototype)
public static Object.CustomerEncryption.Builder newBuilder(Object.CustomerEncryption prototype)
Parameter
Returns
newBuilderForType()
public Object.CustomerEncryption.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Object.CustomerEncryption.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static Object.CustomerEncryption parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Object.CustomerEncryption parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Object.CustomerEncryption parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Object.CustomerEncryption parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Object.CustomerEncryption parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Object.CustomerEncryption parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Object.CustomerEncryption parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Object.CustomerEncryption parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Object.CustomerEncryption parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Object.CustomerEncryption parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Object.CustomerEncryption parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Object.CustomerEncryption parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Object.CustomerEncryption> parser()
Returns
toBuilder()
public Object.CustomerEncryption.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions