Uses of Class
com.google.cloud.secretmanager.v1beta1.SecretManagerServiceSettings
-
Packages that use SecretManagerServiceSettings Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecretManagerServiceSettings in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 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.v1beta1 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.v1beta1 with parameters of type SecretManagerServiceSettings Constructor Description Builder(SecretManagerServiceSettings settings)
SecretManagerServiceClient(SecretManagerServiceSettings settings)
Constructs an instance of SecretManagerServiceClient, using the given settings.
-