Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
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 >
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns Type Description UnaryCallable <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getSecretCallable()
public UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
getSecretVersionCallable()
public UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns Type Description UnaryCallable <com.google.cloud.location.ListLocationsRequest ,com.google.cloud.location.ListLocationsResponse >
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,SecretManagerServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
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()