Uses of Class
com.google.cloud.secretmanager.v1beta1.SecretVersion.State
-
Packages that use SecretVersion.State Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecretVersion.State in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return SecretVersion.State Modifier and Type Method Description static SecretVersion.StateSecretVersion.State. forNumber(int value)SecretVersion.StateSecretVersion.Builder. getState()Output only.SecretVersion.StateSecretVersion. getState()Output only.SecretVersion.StateSecretVersionOrBuilder. getState()Output only.static SecretVersion.StateSecretVersion.State. valueOf(int value)Deprecated.static SecretVersion.StateSecretVersion.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecretVersion.StateSecretVersion.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.v1beta1 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.v1beta1 with parameters of type SecretVersion.State Modifier and Type Method Description SecretVersion.BuilderSecretVersion.Builder. setState(SecretVersion.State value)Output only.
-