Uses of Class
com.google.cloud.secretmanager.v1.SecretManagerServiceSettings
-
Packages that use SecretManagerServiceSettings Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of SecretManagerServiceSettings in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return SecretManagerServiceSettings Modifier and Type Method Description SecretManagerServiceSettings
SecretManagerServiceSettings.Builder. build()
static SecretManagerServiceSettings
SecretManagerServiceSettings. create(SecretManagerServiceStubSettings stub)
SecretManagerServiceSettings
SecretManagerServiceClient. getSettings()
Methods in com.google.cloud.secretmanager.v1 with parameters of type SecretManagerServiceSettings Modifier and Type Method Description static SecretManagerServiceClient
SecretManagerServiceClient. create(SecretManagerServiceSettings settings)
Constructs an instance of SecretManagerServiceClient, using the given settings.Constructors in com.google.cloud.secretmanager.v1 with parameters of type SecretManagerServiceSettings Constructor Description Builder(SecretManagerServiceSettings settings)
SecretManagerServiceClient(SecretManagerServiceSettings settings)
Constructs an instance of SecretManagerServiceClient, using the given settings.
-