Class SecretManagerServiceGrpc
- java.lang.Object
-
- com.google.cloud.secretmanager.v1beta1.SecretManagerServiceGrpc
-
@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]
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<AccessSecretVersionRequest,AccessSecretVersionResponse>
getAccessSecretVersionMethod()
static io.grpc.MethodDescriptor<AddSecretVersionRequest,SecretVersion>
getAddSecretVersionMethod()
static io.grpc.MethodDescriptor<CreateSecretRequest,Secret>
getCreateSecretMethod()
static io.grpc.MethodDescriptor<DeleteSecretRequest,com.google.protobuf.Empty>
getDeleteSecretMethod()
static io.grpc.MethodDescriptor<DestroySecretVersionRequest,SecretVersion>
getDestroySecretVersionMethod()
static io.grpc.MethodDescriptor<DisableSecretVersionRequest,SecretVersion>
getDisableSecretVersionMethod()
static io.grpc.MethodDescriptor<EnableSecretVersionRequest,SecretVersion>
getEnableSecretVersionMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<GetSecretRequest,Secret>
getGetSecretMethod()
static io.grpc.MethodDescriptor<GetSecretVersionRequest,SecretVersion>
getGetSecretVersionMethod()
static io.grpc.MethodDescriptor<ListSecretsRequest,ListSecretsResponse>
getListSecretsMethod()
static io.grpc.MethodDescriptor<ListSecretVersionsRequest,ListSecretVersionsResponse>
getListSecretVersionsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
getSetIamPolicyMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
getTestIamPermissionsMethod()
static io.grpc.MethodDescriptor<UpdateSecretRequest,Secret>
getUpdateSecretMethod()
static SecretManagerServiceGrpc.SecretManagerServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SecretManagerServiceGrpc.SecretManagerServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SecretManagerServiceGrpc.SecretManagerServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListSecretsMethod
public static io.grpc.MethodDescriptor<ListSecretsRequest,ListSecretsResponse> getListSecretsMethod()
-
getCreateSecretMethod
public static io.grpc.MethodDescriptor<CreateSecretRequest,Secret> getCreateSecretMethod()
-
getAddSecretVersionMethod
public static io.grpc.MethodDescriptor<AddSecretVersionRequest,SecretVersion> getAddSecretVersionMethod()
-
getGetSecretMethod
public static io.grpc.MethodDescriptor<GetSecretRequest,Secret> getGetSecretMethod()
-
getUpdateSecretMethod
public static io.grpc.MethodDescriptor<UpdateSecretRequest,Secret> getUpdateSecretMethod()
-
getDeleteSecretMethod
public static io.grpc.MethodDescriptor<DeleteSecretRequest,com.google.protobuf.Empty> getDeleteSecretMethod()
-
getListSecretVersionsMethod
public static io.grpc.MethodDescriptor<ListSecretVersionsRequest,ListSecretVersionsResponse> getListSecretVersionsMethod()
-
getGetSecretVersionMethod
public static io.grpc.MethodDescriptor<GetSecretVersionRequest,SecretVersion> getGetSecretVersionMethod()
-
getAccessSecretVersionMethod
public static io.grpc.MethodDescriptor<AccessSecretVersionRequest,AccessSecretVersionResponse> getAccessSecretVersionMethod()
-
getDisableSecretVersionMethod
public static io.grpc.MethodDescriptor<DisableSecretVersionRequest,SecretVersion> getDisableSecretVersionMethod()
-
getEnableSecretVersionMethod
public static io.grpc.MethodDescriptor<EnableSecretVersionRequest,SecretVersion> getEnableSecretVersionMethod()
-
getDestroySecretVersionMethod
public static io.grpc.MethodDescriptor<DestroySecretVersionRequest,SecretVersion> getDestroySecretVersionMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static SecretManagerServiceGrpc.SecretManagerServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SecretManagerServiceGrpc.SecretManagerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SecretManagerServiceGrpc.SecretManagerServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-