@Generated(value="by gRPC proto compiler", comments="Source: google/bigtable/admin/v2/bigtable_instance_admin.proto") public final class BigtableInstanceAdminGrpc extends Object
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters. Provides access to the Instance and Cluster schemas only, not the tables' metadata or data stored in those tables.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BigtableInstanceAdminGrpc.AsyncService
Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
A stub to allow clients to do synchronous rpc calls to service BigtableInstanceAdmin.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
BigtableInstanceAdmin.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Base class for the server implementation of the service BigtableInstanceAdmin.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
A stub to allow clients to do asynchronous rpc calls to service BigtableInstanceAdmin.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(BigtableInstanceAdminGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> |
getCreateAppProfileMethod() |
static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> |
getCreateClusterMethod() |
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> |
getCreateInstanceMethod() |
static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> |
getDeleteAppProfileMethod() |
static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> |
getDeleteClusterMethod() |
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> |
getDeleteInstanceMethod() |
static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> |
getGetAppProfileMethod() |
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> |
getGetClusterMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetInstanceMethod() |
static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> |
getListAppProfilesMethod() |
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> |
getListClustersMethod() |
static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse> |
getListHotTabletsMethod() |
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
static io.grpc.MethodDescriptor<PartialUpdateClusterRequest,com.google.longrunning.Operation> |
getPartialUpdateClusterMethod() |
static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> |
getPartialUpdateInstanceMethod() |
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<UpdateAppProfileRequest,com.google.longrunning.Operation> |
getUpdateAppProfileMethod() |
static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> |
getUpdateClusterMethod() |
static io.grpc.MethodDescriptor<Instance,Instance> |
getUpdateInstanceMethod() |
static BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BigtableInstanceAdminGrpc.BigtableInstanceAdminStub |
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<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static io.grpc.MethodDescriptor<Instance,Instance> getUpdateInstanceMethod()
public static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> getPartialUpdateInstanceMethod()
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> getDeleteInstanceMethod()
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
public static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> getUpdateClusterMethod()
public static io.grpc.MethodDescriptor<PartialUpdateClusterRequest,com.google.longrunning.Operation> getPartialUpdateClusterMethod()
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> getDeleteClusterMethod()
public static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> getCreateAppProfileMethod()
public static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> getGetAppProfileMethod()
public static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> getListAppProfilesMethod()
public static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> getUpdateAppProfileMethod()
public static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> getDeleteAppProfileMethod()
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.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse> getListHotTabletsMethod()
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminStub newStub(io.grpc.Channel channel)
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BigtableInstanceAdminGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.