@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,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSecretManagerServiceStub, using the given settings.
|
protected |
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> |
accessSecretVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion> |
addSecretVersionCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcSecretManagerServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcSecretManagerServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcSecretManagerServiceStub |
create(SecretManagerServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSecretRequest,Secret> |
createSecretCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty> |
deleteSecretCallable() |
com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion> |
destroySecretVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<DisableSecretVersionRequest,SecretVersion> |
disableSecretVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion> |
enableSecretVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret> |
getSecretCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion> |
getSecretVersionCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,ListSecretsResponse> |
listSecretsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> |
listSecretsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> |
listSecretVersionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> |
listSecretVersionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret> |
updateSecretCallable() |
protected GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcSecretManagerServiceStub(SecretManagerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcSecretManagerServiceStub create(SecretManagerServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcSecretManagerServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcSecretManagerServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
listSecretsCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
listSecretsPagedCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
createSecretCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
addSecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
getSecretCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
updateSecretCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty> deleteSecretCallable()
deleteSecretCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
listSecretVersionsCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
listSecretVersionsPagedCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
getSecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
accessSecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
disableSecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
enableSecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
destroySecretVersionCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class SecretManagerServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class SecretManagerServiceStubpublic final void close()
close in interface AutoCloseableclose in class SecretManagerServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.