@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/secretmanager/v1/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.secretmanager.v1.Secret] * [SecretVersion][google.cloud.secretmanager.v1.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 |
| Modifier and Type | Method and 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 service
|
static SecretManagerServiceGrpc.SecretManagerServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SecretManagerServiceGrpc.SecretManagerServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListSecretsRequest,ListSecretsResponse> getListSecretsMethod()
public static io.grpc.MethodDescriptor<CreateSecretRequest,Secret> getCreateSecretMethod()
public static io.grpc.MethodDescriptor<AddSecretVersionRequest,SecretVersion> getAddSecretVersionMethod()
public static io.grpc.MethodDescriptor<GetSecretRequest,Secret> getGetSecretMethod()
public static io.grpc.MethodDescriptor<UpdateSecretRequest,Secret> getUpdateSecretMethod()
public static io.grpc.MethodDescriptor<DeleteSecretRequest,com.google.protobuf.Empty> getDeleteSecretMethod()
public static io.grpc.MethodDescriptor<ListSecretVersionsRequest,ListSecretVersionsResponse> getListSecretVersionsMethod()
public static io.grpc.MethodDescriptor<GetSecretVersionRequest,SecretVersion> getGetSecretVersionMethod()
public static io.grpc.MethodDescriptor<AccessSecretVersionRequest,AccessSecretVersionResponse> getAccessSecretVersionMethod()
public static io.grpc.MethodDescriptor<DisableSecretVersionRequest,SecretVersion> getDisableSecretVersionMethod()
public static io.grpc.MethodDescriptor<EnableSecretVersionRequest,SecretVersion> getEnableSecretVersionMethod()
public static io.grpc.MethodDescriptor<DestroySecretVersionRequest,SecretVersion> getDestroySecretVersionMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static SecretManagerServiceGrpc.SecretManagerServiceStub newStub(io.grpc.Channel channel)
public static SecretManagerServiceGrpc.SecretManagerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SecretManagerServiceGrpc.SecretManagerServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.