public static final class Environment.KMSEnvMap extends GeneratedMessageV3 implements Environment.KMSEnvMapOrBuilder
Protobuf type google.cloud.batch.v1alpha.Environment.KMSEnvMap
Static Fields
CIPHER_TEXT_FIELD_NUMBER
public static final int CIPHER_TEXT_FIELD_NUMBER
Field Value
KEY_NAME_FIELD_NUMBER
public static final int KEY_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Environment.KMSEnvMap getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Environment.KMSEnvMap.Builder newBuilder()
Returns
newBuilder(Environment.KMSEnvMap prototype)
public static Environment.KMSEnvMap.Builder newBuilder(Environment.KMSEnvMap prototype)
Parameter
Returns
public static Environment.KMSEnvMap parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Environment.KMSEnvMap parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Environment.KMSEnvMap parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Environment.KMSEnvMap parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Environment.KMSEnvMap parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Environment.KMSEnvMap parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Environment.KMSEnvMap parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Environment.KMSEnvMap parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Environment.KMSEnvMap parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Environment.KMSEnvMap> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
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
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.
|
getParserForType()
public Parser<Environment.KMSEnvMap> 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
newBuilderForType()
public Environment.KMSEnvMap.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Environment.KMSEnvMap.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Environment.KMSEnvMap.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions