Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Secret.ExpirationCase |
Secret.ExpirationCase.forNumber(int value) |
Secret.ExpirationCase |
Secret.getExpirationCase() |
Secret.ExpirationCase |
Secret.Builder.getExpirationCase() |
Secret.ExpirationCase |
SecretOrBuilder.getExpirationCase() |
static Secret.ExpirationCase |
Secret.ExpirationCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Secret.ExpirationCase |
Secret.ExpirationCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Secret.ExpirationCase[] |
Secret.ExpirationCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Google LLC. All rights reserved.