Uses of Class
com.google.cloud.edgecontainer.v1.KmsKeyState
-
Packages that use KmsKeyState Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of KmsKeyState in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return KmsKeyState Modifier and Type Method Description static KmsKeyState
KmsKeyState. forNumber(int value)
KmsKeyState
NodePool.LocalDiskEncryption.Builder. getKmsKeyState()
Output only.KmsKeyState
NodePool.LocalDiskEncryption. getKmsKeyState()
Output only.KmsKeyState
NodePool.LocalDiskEncryptionOrBuilder. getKmsKeyState()
Output only.static KmsKeyState
KmsKeyState. valueOf(int value)
Deprecated.static KmsKeyState
KmsKeyState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KmsKeyState
KmsKeyState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KmsKeyState[]
KmsKeyState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type KmsKeyState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KmsKeyState>
KmsKeyState. internalGetValueMap()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type KmsKeyState Modifier and Type Method Description NodePool.LocalDiskEncryption.Builder
NodePool.LocalDiskEncryption.Builder. setKmsKeyState(KmsKeyState value)
Output only.
-