Class DatabaseEncryption (2.44.0)

public final class DatabaseEncryption extends GeneratedMessageV3 implements DatabaseEncryptionOrBuilder

Configuration of etcd encryption.

Protobuf type google.container.v1beta1.DatabaseEncryption

Static Fields

CURRENT_STATE_FIELD_NUMBER

public static final int CURRENT_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

DECRYPTION_KEYS_FIELD_NUMBER

public static final int DECRYPTION_KEYS_FIELD_NUMBER
Field Value
TypeDescription
int

KEY_NAME_FIELD_NUMBER

public static final int KEY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

LAST_OPERATION_ERRORS_FIELD_NUMBER

public static final int LAST_OPERATION_ERRORS_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DatabaseEncryption getDefaultInstance()
Returns
TypeDescription
DatabaseEncryption

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DatabaseEncryption.Builder newBuilder()
Returns
TypeDescription
DatabaseEncryption.Builder

newBuilder(DatabaseEncryption prototype)

public static DatabaseEncryption.Builder newBuilder(DatabaseEncryption prototype)
Parameter
NameDescription
prototypeDatabaseEncryption
Returns
TypeDescription
DatabaseEncryption.Builder

parseDelimitedFrom(InputStream input)

public static DatabaseEncryption parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DatabaseEncryption parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DatabaseEncryption parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DatabaseEncryption parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DatabaseEncryption parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DatabaseEncryption parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DatabaseEncryption parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DatabaseEncryption
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DatabaseEncryption> parser()
Returns
TypeDescription
Parser<DatabaseEncryption>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCurrentState()

public DatabaseEncryption.CurrentState getCurrentState()

Output only. The current state of etcd encryption.

optional .google.container.v1beta1.DatabaseEncryption.CurrentState current_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DatabaseEncryption.CurrentState

The currentState.

getCurrentStateValue()

public int getCurrentStateValue()

Output only. The current state of etcd encryption.

optional .google.container.v1beta1.DatabaseEncryption.CurrentState current_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for currentState.

getDecryptionKeys(int index)

public String getDecryptionKeys(int index)

Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in key_name.

Each item is a CloudKMS key resource.

repeated string decryption_keys = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The decryptionKeys at the given index.

getDecryptionKeysBytes(int index)

public ByteString getDecryptionKeysBytes(int index)

Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in key_name.

Each item is a CloudKMS key resource.

repeated string decryption_keys = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the decryptionKeys at the given index.

getDecryptionKeysCount()

public int getDecryptionKeysCount()

Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in key_name.

Each item is a CloudKMS key resource.

repeated string decryption_keys = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The count of decryptionKeys.

getDecryptionKeysList()

public ProtocolStringList getDecryptionKeysList()

Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in key_name.

Each item is a CloudKMS key resource.

repeated string decryption_keys = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ProtocolStringList

A list containing the decryptionKeys.

getDefaultInstanceForType()

public DatabaseEncryption getDefaultInstanceForType()
Returns
TypeDescription
DatabaseEncryption

getKeyName()

public String getKeyName()

Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key

string key_name = 1;

Returns
TypeDescription
String

The keyName.

getKeyNameBytes()

public ByteString getKeyNameBytes()

Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key

string key_name = 1;

Returns
TypeDescription
ByteString

The bytes for keyName.

getLastOperationErrors(int index)

public DatabaseEncryption.OperationError getLastOperationErrors(int index)

Output only. Records errors seen during DatabaseEncryption update operations.

repeated .google.container.v1beta1.DatabaseEncryption.OperationError last_operation_errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
DatabaseEncryption.OperationError

getLastOperationErrorsCount()

public int getLastOperationErrorsCount()

Output only. Records errors seen during DatabaseEncryption update operations.

repeated .google.container.v1beta1.DatabaseEncryption.OperationError last_operation_errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getLastOperationErrorsList()

public List<DatabaseEncryption.OperationError> getLastOperationErrorsList()

Output only. Records errors seen during DatabaseEncryption update operations.

repeated .google.container.v1beta1.DatabaseEncryption.OperationError last_operation_errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<OperationError>

getLastOperationErrorsOrBuilder(int index)

public DatabaseEncryption.OperationErrorOrBuilder getLastOperationErrorsOrBuilder(int index)

Output only. Records errors seen during DatabaseEncryption update operations.

repeated .google.container.v1beta1.DatabaseEncryption.OperationError last_operation_errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
DatabaseEncryption.OperationErrorOrBuilder

getLastOperationErrorsOrBuilderList()

public List<? extends DatabaseEncryption.OperationErrorOrBuilder> getLastOperationErrorsOrBuilderList()

Output only. Records errors seen during DatabaseEncryption update operations.

repeated .google.container.v1beta1.DatabaseEncryption.OperationError last_operation_errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.container.v1beta1.DatabaseEncryption.OperationErrorOrBuilder>

getParserForType()

public Parser<DatabaseEncryption> getParserForType()
Returns
TypeDescription
Parser<DatabaseEncryption>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

public DatabaseEncryption.State getState()

The desired state of etcd encryption.

.google.container.v1beta1.DatabaseEncryption.State state = 2;

Returns
TypeDescription
DatabaseEncryption.State

The state.

getStateValue()

public int getStateValue()

The desired state of etcd encryption.

.google.container.v1beta1.DatabaseEncryption.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

hasCurrentState()

public boolean hasCurrentState()

Output only. The current state of etcd encryption.

optional .google.container.v1beta1.DatabaseEncryption.CurrentState current_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the currentState field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DatabaseEncryption.Builder newBuilderForType()
Returns
TypeDescription
DatabaseEncryption.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DatabaseEncryption.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DatabaseEncryption.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DatabaseEncryption.Builder toBuilder()
Returns
TypeDescription
DatabaseEncryption.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException