Package | Description |
---|---|
com.google.cloud.secretmanager.v1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static SecretVersion.State |
SecretVersion.State.forNumber(int value) |
SecretVersion.State |
SecretVersion.getState()
Output only.
|
SecretVersion.State |
SecretVersion.Builder.getState()
Output only.
|
SecretVersion.State |
SecretVersionOrBuilder.getState()
Output only.
|
static SecretVersion.State |
SecretVersion.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static SecretVersion.State |
SecretVersion.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<SecretVersion.State> |
SecretVersion.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SecretVersion.Builder |
SecretVersion.Builder.setState(SecretVersion.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.