public abstract class SecretManagerServiceStub implements BackgroundResource
Base stub class for the SecretManagerService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
SecretManagerServiceStub()
public SecretManagerServiceStub()
Methods
accessSecretVersionCallable()
public UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
addSecretVersionCallable()
public UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
close()
public abstract void close()
createSecretCallable()
public UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
deleteSecretCallable()
public UnaryCallable<DeleteSecretRequest,Empty> deleteSecretCallable()
destroySecretVersionCallable()
public UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
disableSecretVersionCallable()
public UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
enableSecretVersionCallable()
public UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getSecretCallable()
public UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
getSecretVersionCallable()
public UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
listSecretVersionsCallable()
public UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
listSecretVersionsPagedCallable()
public UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
listSecretsCallable()
public UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
listSecretsPagedCallable()
public UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
updateSecretCallable()
public UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()