Uses of Class
com.google.cloud.netapp.v1.KmsConfig.State
-
Packages that use KmsConfig.State Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of KmsConfig.State in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return KmsConfig.State Modifier and Type Method Description static KmsConfig.State
KmsConfig.State. forNumber(int value)
KmsConfig.State
KmsConfig.Builder. getState()
Output only.KmsConfig.State
KmsConfig. getState()
Output only.KmsConfig.State
KmsConfigOrBuilder. getState()
Output only.static KmsConfig.State
KmsConfig.State. valueOf(int value)
Deprecated.static KmsConfig.State
KmsConfig.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KmsConfig.State
KmsConfig.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static KmsConfig.State[]
KmsConfig.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type KmsConfig.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KmsConfig.State>
KmsConfig.State. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type KmsConfig.State Modifier and Type Method Description KmsConfig.Builder
KmsConfig.Builder. setState(KmsConfig.State value)
Output only.
-