Uses of Class
com.google.cloud.secretmanager.v1beta1.stub.SecretManagerServiceStubSettings
-
Packages that use SecretManagerServiceStubSettings Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples.com.google.cloud.secretmanager.v1beta1.stub -
-
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 with parameters of type SecretManagerServiceStubSettings Modifier and Type Method Description static SecretManagerServiceSettings
SecretManagerServiceSettings. create(SecretManagerServiceStubSettings stub)
-
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.stub that return SecretManagerServiceStubSettings Modifier and Type Method Description SecretManagerServiceStubSettings
SecretManagerServiceStubSettings.Builder. build()
Methods in com.google.cloud.secretmanager.v1beta1.stub with parameters of type SecretManagerServiceStubSettings Modifier and Type Method Description static GrpcSecretManagerServiceStub
GrpcSecretManagerServiceStub. create(SecretManagerServiceStubSettings settings)
Constructors in com.google.cloud.secretmanager.v1beta1.stub with parameters of type SecretManagerServiceStubSettings Constructor Description Builder(SecretManagerServiceStubSettings settings)
GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.
-