Uses of Class
com.google.container.v1beta1.DatabaseEncryption.State
-
Packages that use DatabaseEncryption.State Package Description com.google.container.v1beta1 -
-
Uses of DatabaseEncryption.State in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return DatabaseEncryption.State Modifier and Type Method Description static DatabaseEncryption.State
DatabaseEncryption.State. forNumber(int value)
DatabaseEncryption.State
DatabaseEncryption.Builder. getState()
The desired state of etcd encryption.DatabaseEncryption.State
DatabaseEncryption. getState()
The desired state of etcd encryption.DatabaseEncryption.State
DatabaseEncryptionOrBuilder. getState()
The desired state of etcd encryption.static DatabaseEncryption.State
DatabaseEncryption.State. valueOf(int value)
Deprecated.static DatabaseEncryption.State
DatabaseEncryption.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DatabaseEncryption.State
DatabaseEncryption.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseEncryption.State[]
DatabaseEncryption.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type DatabaseEncryption.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DatabaseEncryption.State>
DatabaseEncryption.State. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type DatabaseEncryption.State Modifier and Type Method Description DatabaseEncryption.Builder
DatabaseEncryption.Builder. setState(DatabaseEncryption.State value)
The desired state of etcd encryption.
-