Package com.google.bigtable.admin.v2
Class BigtableInstanceAdminGrpc
java.lang.Object
com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
@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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceService for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.static final classA stub to allow clients to do synchronous rpc calls to service BigtableInstanceAdmin.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service BigtableInstanceAdmin.static classBase class for the server implementation of the service BigtableInstanceAdmin.static final classA stub to allow clients to do asynchronous rpc calls to service BigtableInstanceAdmin. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse> static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> static io.grpc.MethodDescriptor<PartialUpdateClusterRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod() -
getGetInstanceMethod
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod() -
getUpdateInstanceMethod
-
getPartialUpdateInstanceMethod
public static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> getPartialUpdateInstanceMethod() -
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> getDeleteInstanceMethod() -
getCreateClusterMethod
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod() -
getGetClusterMethod
-
getListClustersMethod
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod() -
getUpdateClusterMethod
public static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> getUpdateClusterMethod() -
getPartialUpdateClusterMethod
public static io.grpc.MethodDescriptor<PartialUpdateClusterRequest,com.google.longrunning.Operation> getPartialUpdateClusterMethod() -
getDeleteClusterMethod
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> getDeleteClusterMethod() -
getCreateAppProfileMethod
public static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> getCreateAppProfileMethod() -
getGetAppProfileMethod
-
getListAppProfilesMethod
public static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> getListAppProfilesMethod() -
getUpdateAppProfileMethod
public static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> getUpdateAppProfileMethod() -
getDeleteAppProfileMethod
public static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> getDeleteAppProfileMethod() -
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod() -
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod() -
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod() -
getListHotTabletsMethod
public static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse> getListHotTabletsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(BigtableInstanceAdminGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-