Uses of Class
com.google.cloud.secretmanager.v1.stub.SecretManagerServiceStubSettings
Packages that use SecretManagerServiceStubSettings
Package
Description
A client to Secret Manager API
-
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 with parameters of type SecretManagerServiceStubSettingsModifier and TypeMethodDescriptionstatic final SecretManagerServiceSettingsSecretManagerServiceSettings.create(SecretManagerServiceStubSettings stub) -
Uses of SecretManagerServiceStubSettings in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.stub that return SecretManagerServiceStubSettingsMethods in com.google.cloud.secretmanager.v1.stub with parameters of type SecretManagerServiceStubSettingsModifier and TypeMethodDescriptionstatic final GrpcSecretManagerServiceStubGrpcSecretManagerServiceStub.create(SecretManagerServiceStubSettings settings) static final HttpJsonSecretManagerServiceStubHttpJsonSecretManagerServiceStub.create(SecretManagerServiceStubSettings settings) Constructors in com.google.cloud.secretmanager.v1.stub with parameters of type SecretManagerServiceStubSettingsModifierConstructorDescriptionprotectedBuilder(SecretManagerServiceStubSettings settings) protectedGrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.protectedGrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.protectedHttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext) Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.protectedHttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.