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 Classes Modifier and Type Class 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.
-
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.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 servicestatic BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
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
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getUpdateInstanceMethod
public static io.grpc.MethodDescriptor<Instance,Instance> 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
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> 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
public static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> 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
public static BigtableInstanceAdminGrpc.BigtableInstanceAdminStub newStub(io.grpc.Channel channel)
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()
-
-