@Generated(value="by gapic-generator-java") public abstract class SecretManagerServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
SecretManagerServiceStub() |
| Modifier and Type | Method and 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() |
public com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
public com.google.api.gax.rpc.UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteSecretRequest,com.google.protobuf.Empty> deleteSecretCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
public com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2023 Google LLC. All rights reserved.