public static final class Environment.KMSEnvMap.Builder extends GeneratedMessage.Builder<Environment.KMSEnvMap.Builder> implements Environment.KMSEnvMapOrBuilderProtobuf type google.cloud.batch.v1.Environment.KMSEnvMap
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Environment.KMSEnvMap.BuilderImplements
Environment.KMSEnvMapOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Environment.KMSEnvMap build()| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap |
|
buildPartial()
public Environment.KMSEnvMap buildPartial()| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap |
|
clear()
public Environment.KMSEnvMap.Builder clear()| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
|
clearCipherText()
public Environment.KMSEnvMap.Builder clearCipherText() The value of the cipherText response from the encrypt method.
string cipher_text = 2;
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |
clearKeyName()
public Environment.KMSEnvMap.Builder clearKeyName()The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |
getCipherText()
public String getCipherText() The value of the cipherText response from the encrypt method.
string cipher_text = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cipherText. |
getCipherTextBytes()
public ByteString getCipherTextBytes() The value of the cipherText response from the encrypt method.
string cipher_text = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cipherText. |
getDefaultInstanceForType()
public Environment.KMSEnvMap getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKeyName()
public String getKeyName()The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The keyName. |
getKeyNameBytes()
public ByteString getKeyNameBytes()The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyName. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Environment.KMSEnvMap other)
public Environment.KMSEnvMap.Builder mergeFrom(Environment.KMSEnvMap other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment.KMSEnvMap |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Environment.KMSEnvMap.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Environment.KMSEnvMap.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
|
setCipherText(String value)
public Environment.KMSEnvMap.Builder setCipherText(String value) The value of the cipherText response from the encrypt method.
string cipher_text = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe cipherText to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |
setCipherTextBytes(ByteString value)
public Environment.KMSEnvMap.Builder setCipherTextBytes(ByteString value) The value of the cipherText response from the encrypt method.
string cipher_text = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for cipherText to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |
setKeyName(String value)
public Environment.KMSEnvMap.Builder setKeyName(String value)The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyName to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |
setKeyNameBytes(ByteString value)
public Environment.KMSEnvMap.Builder setKeyNameBytes(ByteString value)The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyName to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.KMSEnvMap.Builder |
This builder for chaining. |