public static final class Environment.KMSEnvMap extends GeneratedMessageV3 implements Environment.KMSEnvMapOrBuilder
Protobuf type google.events.cloud.batch.v1.Environment.KMSEnvMap
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CIPHER_TEXT_FIELD_NUMBER
public static final int CIPHER_TEXT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KEY_NAME_FIELD_NUMBER
public static final int KEY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Environment.KMSEnvMap getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Environment.KMSEnvMap.Builder newBuilder()
newBuilder(Environment.KMSEnvMap prototype)
public static Environment.KMSEnvMap.Builder newBuilder(Environment.KMSEnvMap prototype)
public static Environment.KMSEnvMap parseDelimitedFrom(InputStream input)
public static Environment.KMSEnvMap parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Environment.KMSEnvMap parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Environment.KMSEnvMap parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(CodedInputStream input)
public static Environment.KMSEnvMap parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(InputStream input)
public static Environment.KMSEnvMap parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Environment.KMSEnvMap parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Environment.KMSEnvMap parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Environment.KMSEnvMap> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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()
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Environment.KMSEnvMap.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Environment.KMSEnvMap.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Environment.KMSEnvMap.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides