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