Uses of Class
com.google.cloud.secretmanager.v1.SecretVersionName
-
Packages that use SecretVersionName Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of SecretVersionName in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return SecretVersionName Modifier and Type Method Description SecretVersionName
SecretVersionName.Builder. build()
static SecretVersionName
SecretVersionName. of(String project, String secret, String secretVersion)
static SecretVersionName
SecretVersionName. parse(String formattedString)
Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type SecretVersionName Modifier and Type Method Description static List<SecretVersionName>
SecretVersionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.secretmanager.v1 with parameters of type SecretVersionName Modifier and Type Method Description AccessSecretVersionResponse
SecretManagerServiceClient. accessSecretVersion(SecretVersionName name)
Accesses a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersion
SecretManagerServiceClient. destroySecretVersion(SecretVersionName name)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersion
SecretManagerServiceClient. disableSecretVersion(SecretVersionName name)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersion
SecretManagerServiceClient. enableSecretVersion(SecretVersionName name)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersion
SecretManagerServiceClient. getSecretVersion(SecretVersionName name)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].Method parameters in com.google.cloud.secretmanager.v1 with type arguments of type SecretVersionName Modifier and Type Method Description static List<String>
SecretVersionName. toStringList(List<SecretVersionName> values)
-