Class SecretManagerServiceStub
- java.lang.Object
-
- com.google.cloud.secretmanager.v1.stub.SecretManagerServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcSecretManagerServiceStub
,HttpJsonSecretManagerServiceStub
@Generated("by gapic-generator-java") public abstract class SecretManagerServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SecretManagerService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SecretManagerServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse>
accessSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion>
addSecretVersionCallable()
abstract void
close()
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.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret>
getSecretCallable()
com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
getSecretVersionCallable()
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()
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()
-
-
-
Method Detail
-
listSecretsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
-
listSecretsCallable
public com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
-
createSecretCallable
public com.google.api.gax.rpc.UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
-
addSecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
-
getSecretCallable
public com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
-
updateSecretCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
-
deleteSecretCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty> deleteSecretCallable()
-
listSecretVersionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
-
listSecretVersionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
-
getSecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
-
accessSecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
-
disableSecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
-
enableSecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
-
destroySecretVersionCallable
public com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-