SecretVersion_State class final
The state of a
SecretVersion, indicating if
it can be accessed.
- Inheritance
-
- Object
- ProtoEnum
- SecretVersion_State
Constructors
- SecretVersion_State(String value)
-
const
- SecretVersion_State.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const SecretVersion_State
- The default value for SecretVersion_State.
- destroyed → const SecretVersion_State
-
The
SecretVersionis destroyed and the secret data is no longer stored. A version may not leave this state once entered. - disabled → const SecretVersion_State
-
The
SecretVersionmay not be accessed, but the secret data is still available and can be placed back into theENABLEDstate. - enabled → const SecretVersion_State
-
The
SecretVersionmay be accessed. - stateUnspecified → const SecretVersion_State
- Not specified. This value is unused and invalid.