Uses of Class
com.google.cloud.secretmanager.v1.stub.SecretManagerServiceStubSettings
-
Packages that use SecretManagerServiceStubSettings Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 with parameters of type SecretManagerServiceStubSettings Modifier and Type Method Description static SecretManagerServiceSettings
SecretManagerServiceSettings. create(SecretManagerServiceStubSettings stub)
-
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.stub that return SecretManagerServiceStubSettings Modifier and Type Method Description SecretManagerServiceStubSettings
SecretManagerServiceStubSettings.Builder. build()
Methods in com.google.cloud.secretmanager.v1.stub with parameters of type SecretManagerServiceStubSettings Modifier and Type Method Description static GrpcSecretManagerServiceStub
GrpcSecretManagerServiceStub. create(SecretManagerServiceStubSettings settings)
static HttpJsonSecretManagerServiceStub
HttpJsonSecretManagerServiceStub. create(SecretManagerServiceStubSettings settings)
Constructors in com.google.cloud.secretmanager.v1.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.HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.
-