Uses of Class
com.google.cloud.secretmanager.v1beta1.SecretManagerServiceClient
-
Packages that use SecretManagerServiceClient Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecretManagerServiceClient in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return SecretManagerServiceClient Modifier and Type Method Description static SecretManagerServiceClient
SecretManagerServiceClient. create()
Constructs an instance of SecretManagerServiceClient with default settings.static SecretManagerServiceClient
SecretManagerServiceClient. create(SecretManagerServiceSettings settings)
Constructs an instance of SecretManagerServiceClient, using the given settings.static SecretManagerServiceClient
SecretManagerServiceClient. create(SecretManagerServiceStub stub)
Constructs an instance of SecretManagerServiceClient, using the given stub for making calls.
-