@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/secrets/v1beta1/service.proto") public final class SecretManagerServiceGrpc extends Object
Secret Manager Service Manages secrets and operations using those secrets. Implements a REST model with the following objects: * [Secret][google.cloud.secrets.v1beta1.Secret] * [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion]
Modifier and Type | Class and Description |
---|---|
static class |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub
Secret Manager Service
Manages secrets and operations using those secrets.
|
static class |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub
Secret Manager Service
Manages secrets and operations using those secrets.
|
static class |
SecretManagerServiceGrpc.SecretManagerServiceImplBase
Secret Manager Service
Manages secrets and operations using those secrets.
|
static class |
SecretManagerServiceGrpc.SecretManagerServiceStub
Secret Manager Service
Manages secrets and operations using those secrets.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<ListSecretsRequest,ListSecretsResponse> getListSecretsMethod()
public static MethodDescriptor<CreateSecretRequest,Secret> getCreateSecretMethod()
public static MethodDescriptor<AddSecretVersionRequest,SecretVersion> getAddSecretVersionMethod()
public static MethodDescriptor<GetSecretRequest,Secret> getGetSecretMethod()
public static MethodDescriptor<UpdateSecretRequest,Secret> getUpdateSecretMethod()
public static MethodDescriptor<DeleteSecretRequest,Empty> getDeleteSecretMethod()
public static MethodDescriptor<ListSecretVersionsRequest,ListSecretVersionsResponse> getListSecretVersionsMethod()
public static MethodDescriptor<GetSecretVersionRequest,SecretVersion> getGetSecretVersionMethod()
public static MethodDescriptor<AccessSecretVersionRequest,AccessSecretVersionResponse> getAccessSecretVersionMethod()
public static MethodDescriptor<DisableSecretVersionRequest,SecretVersion> getDisableSecretVersionMethod()
public static MethodDescriptor<EnableSecretVersionRequest,SecretVersion> getEnableSecretVersionMethod()
public static MethodDescriptor<DestroySecretVersionRequest,SecretVersion> getDestroySecretVersionMethod()
public static MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static SecretManagerServiceGrpc.SecretManagerServiceStub newStub(Channel channel)
public static SecretManagerServiceGrpc.SecretManagerServiceBlockingStub newBlockingStub(Channel channel)
public static SecretManagerServiceGrpc.SecretManagerServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.