Uses of Class
com.google.cloud.secretmanager.v1.SecretManagerServiceClient
-
Packages that use SecretManagerServiceClient Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of SecretManagerServiceClient in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 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.
-