@BetaApi @Generated(value="by gapic-generator-java") public class GrpcSecretManagerServiceStub extends SecretManagerServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.
|
protected |
GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.
|
protected GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcSecretManagerServiceStub create(SecretManagerServiceStubSettings settings) throws IOException
IOException
public static final GrpcSecretManagerServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcSecretManagerServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public GrpcOperationsStub getOperationsStub()
public UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
listSecretsCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
listSecretsPagedCallable
in class SecretManagerServiceStub
public UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
createSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
addSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
getSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
updateSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<DeleteSecretRequest,Empty> deleteSecretCallable()
deleteSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
listSecretVersionsCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
listSecretVersionsPagedCallable
in class SecretManagerServiceStub
public UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
getSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
accessSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
disableSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
enableSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
destroySecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable
in class SecretManagerServiceStub
public final void close()
close
in interface AutoCloseable
close
in class SecretManagerServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.