@Generated(value="by gRPC proto compiler (version 1.10.0)", 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 class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters.
|
static class |
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> |
METHOD_CREATE_APP_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> |
METHOD_CREATE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> |
METHOD_CREATE_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> |
METHOD_DELETE_APP_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> |
METHOD_DELETE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> |
METHOD_DELETE_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> |
METHOD_GET_APP_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> |
METHOD_GET_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_GET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
METHOD_GET_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> |
METHOD_LIST_APP_PROFILES
Deprecated.
|
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> |
METHOD_LIST_CLUSTERS
Deprecated.
|
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
METHOD_LIST_INSTANCES
Deprecated.
|
static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> |
METHOD_PARTIAL_UPDATE_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_SET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
METHOD_TEST_IAM_PERMISSIONS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> |
METHOD_UPDATE_APP_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> |
METHOD_UPDATE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<Instance,Instance> |
METHOD_UPDATE_INSTANCE
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> METHOD_CREATE_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetInstanceRequest,Instance> METHOD_GET_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> METHOD_LIST_INSTANCES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Instance,Instance> METHOD_UPDATE_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> METHOD_PARTIAL_UPDATE_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> METHOD_DELETE_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> METHOD_CREATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetClusterRequest,Cluster> METHOD_GET_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> METHOD_LIST_CLUSTERS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> METHOD_UPDATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> METHOD_DELETE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> METHOD_CREATE_APP_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> METHOD_GET_APP_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> METHOD_LIST_APP_PROFILES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> METHOD_UPDATE_APP_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> METHOD_DELETE_APP_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_GET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_SET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> METHOD_TEST_IAM_PERMISSIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Instance,Instance> getUpdateInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> getPartialUpdateInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> getDeleteInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> getUpdateClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> getDeleteClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> getCreateAppProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> getGetAppProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> getListAppProfilesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> getUpdateAppProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> getDeleteAppProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018 Google LLC. All rights reserved.