public static final class CommonObjectRequestParams.Builder extends GeneratedMessageV3.Builder<CommonObjectRequestParams.Builder> implements CommonObjectRequestParamsOrBuilder
Parameters that can be passed to any object request.
Protobuf type google.storage.v2.CommonObjectRequestParams
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CommonObjectRequestParams.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public CommonObjectRequestParams build()
Returns
buildPartial()
public CommonObjectRequestParams buildPartial()
Returns
clear()
public CommonObjectRequestParams.Builder clear()
Returns
Overrides
clearEncryptionAlgorithm()
public CommonObjectRequestParams.Builder clearEncryptionAlgorithm()
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
string encryption_algorithm = 1;
Returns
clearEncryptionKeyBytes()
public CommonObjectRequestParams.Builder clearEncryptionKeyBytes()
Encryption key used with the Customer-Supplied Encryption Keys feature.
In raw bytes format (not base64-encoded).
bytes encryption_key_bytes = 4;
Returns
clearEncryptionKeySha256Bytes()
public CommonObjectRequestParams.Builder clearEncryptionKeySha256Bytes()
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
bytes encryption_key_sha256_bytes = 5;
Returns
clearField(Descriptors.FieldDescriptor field)
public CommonObjectRequestParams.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CommonObjectRequestParams.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public CommonObjectRequestParams.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public CommonObjectRequestParams getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getEncryptionAlgorithm()
public String getEncryptionAlgorithm()
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
string encryption_algorithm = 1;
Returns
Type |
Description |
String |
The encryptionAlgorithm.
|
getEncryptionAlgorithmBytes()
public ByteString getEncryptionAlgorithmBytes()
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
string encryption_algorithm = 1;
Returns
Type |
Description |
ByteString |
The bytes for encryptionAlgorithm.
|
getEncryptionKeyBytes()
public ByteString getEncryptionKeyBytes()
Encryption key used with the Customer-Supplied Encryption Keys feature.
In raw bytes format (not base64-encoded).
bytes encryption_key_bytes = 4;
Returns
Type |
Description |
ByteString |
The encryptionKeyBytes.
|
getEncryptionKeySha256Bytes()
public ByteString getEncryptionKeySha256Bytes()
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
bytes encryption_key_sha256_bytes = 5;
Returns
Type |
Description |
ByteString |
The encryptionKeySha256Bytes.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
public CommonObjectRequestParams.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CommonObjectRequestParams.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeFrom(CommonObjectRequestParams other)
public CommonObjectRequestParams.Builder mergeFrom(CommonObjectRequestParams other)
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CommonObjectRequestParams.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setEncryptionAlgorithm(String value)
public CommonObjectRequestParams.Builder setEncryptionAlgorithm(String value)
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
string encryption_algorithm = 1;
Parameter
Name |
Description |
value |
String
The encryptionAlgorithm to set.
|
Returns
setEncryptionAlgorithmBytes(ByteString value)
public CommonObjectRequestParams.Builder setEncryptionAlgorithmBytes(ByteString value)
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
string encryption_algorithm = 1;
Parameter
Name |
Description |
value |
ByteString
The bytes for encryptionAlgorithm to set.
|
Returns
setEncryptionKeyBytes(ByteString value)
public CommonObjectRequestParams.Builder setEncryptionKeyBytes(ByteString value)
Encryption key used with the Customer-Supplied Encryption Keys feature.
In raw bytes format (not base64-encoded).
bytes encryption_key_bytes = 4;
Parameter
Name |
Description |
value |
ByteString
The encryptionKeyBytes to set.
|
Returns
setEncryptionKeySha256Bytes(ByteString value)
public CommonObjectRequestParams.Builder setEncryptionKeySha256Bytes(ByteString value)
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
bytes encryption_key_sha256_bytes = 5;
Parameter
Name |
Description |
value |
ByteString
The encryptionKeySha256Bytes to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public CommonObjectRequestParams.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CommonObjectRequestParams.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CommonObjectRequestParams.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides