@BetaApi @Generated(value="by gapic-generator-java") public abstract class SecretManagerServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
SecretManagerServiceStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
public UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
public UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
public UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
public UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
public UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
public UnaryCallable<DeleteSecretRequest,Empty> deleteSecretCallable()
public UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
public UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
public UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
public UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
public UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
public UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
public UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.