diff --git a/java/grpc-google-cloud-bigtable-admin-v2/0.1.20/apidocs/allclasses-frame.html b/java/grpc-google-cloud-bigtable-admin-v2/0.1.20/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..52fbe4f0de --- /dev/null +++ b/java/grpc-google-cloud-bigtable-admin-v2/0.1.20/apidocs/allclasses-frame.html @@ -0,0 +1,28 @@ + + + +
+ +public static final class BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub +extends io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub>+
+ 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 | +Method and Description | +
|---|---|
protected BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.longrunning.Operation |
+createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request)
+
+ Creates a cluster within an instance.
+ |
+
com.google.longrunning.Operation |
+createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request)
+
+ Create an instance within a project.
+ |
+
com.google.protobuf.Empty |
+deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request)
+
+ Deletes a cluster from an instance.
+ |
+
com.google.protobuf.Empty |
+deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request)
+
+ Delete an instance from a project.
+ |
+
com.google.bigtable.admin.v2.Cluster |
+getCluster(com.google.bigtable.admin.v2.GetClusterRequest request)
+
+ Gets information about a cluster.
+ |
+
com.google.bigtable.admin.v2.Instance |
+getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request)
+
+ Gets information about an instance.
+ |
+
com.google.bigtable.admin.v2.ListClustersResponse |
+listClusters(com.google.bigtable.admin.v2.ListClustersRequest request)
+
+ Lists information about clusters in an instance.
+ |
+
com.google.bigtable.admin.v2.ListInstancesResponse |
+listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request)
+
+ Lists information about instances in a project.
+ |
+
com.google.longrunning.Operation |
+updateCluster(com.google.bigtable.admin.v2.Cluster request)
+
+ Updates a cluster within an instance.
+ |
+
com.google.bigtable.admin.v2.Instance |
+updateInstance(com.google.bigtable.admin.v2.Instance request)
+
+ Updates an instance within a project.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub>public com.google.longrunning.Operation createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request)+
+ Create an instance within a project. +
public com.google.bigtable.admin.v2.Instance getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request)+
+ Gets information about an instance. +
public com.google.bigtable.admin.v2.ListInstancesResponse listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request)+
+ Lists information about instances in a project. +
public com.google.bigtable.admin.v2.Instance updateInstance(com.google.bigtable.admin.v2.Instance request)+
+ Updates an instance within a project. +
public com.google.protobuf.Empty deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request)+
+ Delete an instance from a project. +
public com.google.longrunning.Operation createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request)+
+ Creates a cluster within an instance. +
public com.google.bigtable.admin.v2.Cluster getCluster(com.google.bigtable.admin.v2.GetClusterRequest request)+
+ Gets information about a cluster. +
public com.google.bigtable.admin.v2.ListClustersResponse listClusters(com.google.bigtable.admin.v2.ListClustersRequest request)+
+ Lists information about clusters in an instance. +
public com.google.longrunning.Operation updateCluster(com.google.bigtable.admin.v2.Cluster request)+
+ Updates a cluster within an instance. +
public com.google.protobuf.Empty deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request)+
+ Deletes a cluster from an instance. +
public static final class BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub +extends io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub>+
+ 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 | +Method and Description | +
|---|---|
protected BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
+createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request)
+
+ Creates a cluster within an instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
+createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request)
+
+ Create an instance within a project.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request)
+
+ Deletes a cluster from an instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request)
+
+ Delete an instance from a project.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Cluster> |
+getCluster(com.google.bigtable.admin.v2.GetClusterRequest request)
+
+ Gets information about a cluster.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Instance> |
+getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request)
+
+ Gets information about an instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListClustersResponse> |
+listClusters(com.google.bigtable.admin.v2.ListClustersRequest request)
+
+ Lists information about clusters in an instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListInstancesResponse> |
+listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request)
+
+ Lists information about instances in a project.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
+updateCluster(com.google.bigtable.admin.v2.Cluster request)
+
+ Updates a cluster within an instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Instance> |
+updateInstance(com.google.bigtable.admin.v2.Instance request)
+
+ Updates an instance within a project.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request)+
+ Create an instance within a project. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Instance> getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request)+
+ Gets information about an instance. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListInstancesResponse> listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request)+
+ Lists information about instances in a project. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Instance> updateInstance(com.google.bigtable.admin.v2.Instance request)+
+ Updates an instance within a project. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request)+
+ Delete an instance from a project. +
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request)+
+ Creates a cluster within an instance. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Cluster> getCluster(com.google.bigtable.admin.v2.GetClusterRequest request)+
+ Gets information about a cluster. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListClustersResponse> listClusters(com.google.bigtable.admin.v2.ListClustersRequest request)+
+ Lists information about clusters in an instance. +
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateCluster(com.google.bigtable.admin.v2.Cluster request)+
+ Updates a cluster within an instance. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request)+
+ Deletes a cluster from an instance. +
public abstract static class BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ 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. +
| Constructor and Description | +
|---|
BigtableInstanceAdminImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Creates a cluster within an instance.
+ |
+
void |
+createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Create an instance within a project.
+ |
+
void |
+deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a cluster from an instance.
+ |
+
void |
+deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Delete an instance from a project.
+ |
+
void |
+getCluster(com.google.bigtable.admin.v2.GetClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Cluster> responseObserver)
+
+ Gets information about a cluster.
+ |
+
void |
+getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)
+
+ Gets information about an instance.
+ |
+
void |
+listClusters(com.google.bigtable.admin.v2.ListClustersRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListClustersResponse> responseObserver)
+
+ Lists information about clusters in an instance.
+ |
+
void |
+listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListInstancesResponse> responseObserver)
+
+ Lists information about instances in a project.
+ |
+
void |
+updateCluster(com.google.bigtable.admin.v2.Cluster request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Updates a cluster within an instance.
+ |
+
void |
+updateInstance(com.google.bigtable.admin.v2.Instance request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)
+
+ Updates an instance within a project.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BigtableInstanceAdminImplBase()+
public void createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Create an instance within a project. +
public void getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)+
+ Gets information about an instance. +
public void listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListInstancesResponse> responseObserver)+
+ Lists information about instances in a project. +
public void updateInstance(com.google.bigtable.admin.v2.Instance request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)+
+ Updates an instance within a project. +
public void deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Delete an instance from a project. +
public void createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Creates a cluster within an instance. +
public void getCluster(com.google.bigtable.admin.v2.GetClusterRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Cluster> responseObserver)+
+ Gets information about a cluster. +
public void listClusters(com.google.bigtable.admin.v2.ListClustersRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListClustersResponse> responseObserver)+
+ Lists information about clusters in an instance. +
public void updateCluster(com.google.bigtable.admin.v2.Cluster request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Updates a cluster within an instance. +
public void deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a cluster from an instance. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class BigtableInstanceAdminGrpc.BigtableInstanceAdminStub +extends io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminStub>+
+ 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 | +Method and Description | +
|---|---|
protected BigtableInstanceAdminGrpc.BigtableInstanceAdminStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Creates a cluster within an instance.
+ |
+
void |
+createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Create an instance within a project.
+ |
+
void |
+deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a cluster from an instance.
+ |
+
void |
+deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Delete an instance from a project.
+ |
+
void |
+getCluster(com.google.bigtable.admin.v2.GetClusterRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Cluster> responseObserver)
+
+ Gets information about a cluster.
+ |
+
void |
+getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)
+
+ Gets information about an instance.
+ |
+
void |
+listClusters(com.google.bigtable.admin.v2.ListClustersRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListClustersResponse> responseObserver)
+
+ Lists information about clusters in an instance.
+ |
+
void |
+listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListInstancesResponse> responseObserver)
+
+ Lists information about instances in a project.
+ |
+
void |
+updateCluster(com.google.bigtable.admin.v2.Cluster request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Updates a cluster within an instance.
+ |
+
void |
+updateInstance(com.google.bigtable.admin.v2.Instance request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)
+
+ Updates an instance within a project.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableInstanceAdminGrpc.BigtableInstanceAdminStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableInstanceAdminGrpc.BigtableInstanceAdminStub>public void createInstance(com.google.bigtable.admin.v2.CreateInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Create an instance within a project. +
public void getInstance(com.google.bigtable.admin.v2.GetInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)+
+ Gets information about an instance. +
public void listInstances(com.google.bigtable.admin.v2.ListInstancesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListInstancesResponse> responseObserver)+
+ Lists information about instances in a project. +
public void updateInstance(com.google.bigtable.admin.v2.Instance request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Instance> responseObserver)+
+ Updates an instance within a project. +
public void deleteInstance(com.google.bigtable.admin.v2.DeleteInstanceRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Delete an instance from a project. +
public void createCluster(com.google.bigtable.admin.v2.CreateClusterRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Creates a cluster within an instance. +
public void getCluster(com.google.bigtable.admin.v2.GetClusterRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Cluster> responseObserver)+
+ Gets information about a cluster. +
public void listClusters(com.google.bigtable.admin.v2.ListClustersRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListClustersResponse> responseObserver)+
+ Lists information about clusters in an instance. +
public void updateCluster(com.google.bigtable.admin.v2.Cluster request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Updates a cluster within an instance. +
public void deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a cluster from an instance. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/bigtable/admin/v2/bigtable_instance_admin.proto")
+public final class BigtableInstanceAdminGrpc
+extends java.lang.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<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.longrunning.Operation> |
+METHOD_CREATE_CLUSTER |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.longrunning.Operation> |
+METHOD_CREATE_INSTANCE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteClusterRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_CLUSTER |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteInstanceRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_INSTANCE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster> |
+METHOD_GET_CLUSTER |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> |
+METHOD_GET_INSTANCE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> |
+METHOD_LIST_CLUSTERS |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> |
+METHOD_LIST_INSTANCES |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.Cluster,com.google.longrunning.Operation> |
+METHOD_UPDATE_CLUSTER |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.Instance> |
+METHOD_UPDATE_INSTANCE |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
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 and streaming output 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
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.longrunning.Operation> METHOD_CREATE_INSTANCE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> METHOD_GET_INSTANCE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> METHOD_LIST_INSTANCES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.Instance> METHOD_UPDATE_INSTANCE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteInstanceRequest,com.google.protobuf.Empty> METHOD_DELETE_INSTANCE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.longrunning.Operation> METHOD_CREATE_CLUSTER+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster> METHOD_GET_CLUSTER+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> METHOD_LIST_CLUSTERS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.Cluster,com.google.longrunning.Operation> METHOD_UPDATE_CLUSTER+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteClusterRequest,com.google.protobuf.Empty> METHOD_DELETE_CLUSTER+
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()+
public static final class BigtableTableAdminGrpc.BigtableTableAdminBlockingStub +extends io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminBlockingStub>+
+ Service for creating, configuring, and deleting Cloud Bigtable tables. + Provides access to the table schemas only, not the data stored within + the tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableTableAdminGrpc.BigtableTableAdminBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.bigtable.admin.v2.Table |
+createTable(com.google.bigtable.admin.v2.CreateTableRequest request)
+
+ Creates a new table in the specified instance.
+ |
+
com.google.protobuf.Empty |
+deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)
+
+ Permanently deletes a specified table and all of its data.
+ |
+
com.google.protobuf.Empty |
+dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)
+
+ Permanently drop/delete a row range from a specified table.
+ |
+
com.google.bigtable.admin.v2.Table |
+getTable(com.google.bigtable.admin.v2.GetTableRequest request)
+
+ Gets metadata information about the specified table.
+ |
+
com.google.bigtable.admin.v2.ListTablesResponse |
+listTables(com.google.bigtable.admin.v2.ListTablesRequest request)
+
+ Lists all tables served from a specified instance.
+ |
+
com.google.bigtable.admin.v2.Table |
+modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)
+
+ Performs a series of column family modifications on the specified table.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableTableAdminGrpc.BigtableTableAdminBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminBlockingStub>public com.google.bigtable.admin.v2.Table createTable(com.google.bigtable.admin.v2.CreateTableRequest request)+
+ Creates a new table in the specified instance. + The table can be created with a full set of initial column families, + specified in the request. +
public com.google.bigtable.admin.v2.ListTablesResponse listTables(com.google.bigtable.admin.v2.ListTablesRequest request)+
+ Lists all tables served from a specified instance. +
public com.google.bigtable.admin.v2.Table getTable(com.google.bigtable.admin.v2.GetTableRequest request)+
+ Gets metadata information about the specified table. +
public com.google.protobuf.Empty deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)+
+ Permanently deletes a specified table and all of its data. +
public com.google.bigtable.admin.v2.Table modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)+
+ Performs a series of column family modifications on the specified table. + Either all or none of the modifications will occur before this method + returns, but data requests received prior to that point may see a table + where only some modifications have taken effect. +
public com.google.protobuf.Empty dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)+
+ Permanently drop/delete a row range from a specified table. The request can + specify whether to delete all rows in a table, or only those that match a + particular prefix. +
public static final class BigtableTableAdminGrpc.BigtableTableAdminFutureStub +extends io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminFutureStub>+
+ Service for creating, configuring, and deleting Cloud Bigtable tables. + Provides access to the table schemas only, not the data stored within + the tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableTableAdminGrpc.BigtableTableAdminFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> |
+createTable(com.google.bigtable.admin.v2.CreateTableRequest request)
+
+ Creates a new table in the specified instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)
+
+ Permanently deletes a specified table and all of its data.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)
+
+ Permanently drop/delete a row range from a specified table.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> |
+getTable(com.google.bigtable.admin.v2.GetTableRequest request)
+
+ Gets metadata information about the specified table.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListTablesResponse> |
+listTables(com.google.bigtable.admin.v2.ListTablesRequest request)
+
+ Lists all tables served from a specified instance.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> |
+modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)
+
+ Performs a series of column family modifications on the specified table.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableTableAdminGrpc.BigtableTableAdminFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> createTable(com.google.bigtable.admin.v2.CreateTableRequest request)+
+ Creates a new table in the specified instance. + The table can be created with a full set of initial column families, + specified in the request. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.ListTablesResponse> listTables(com.google.bigtable.admin.v2.ListTablesRequest request)+
+ Lists all tables served from a specified instance. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> getTable(com.google.bigtable.admin.v2.GetTableRequest request)+
+ Gets metadata information about the specified table. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request)+
+ Permanently deletes a specified table and all of its data. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Table> modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request)+
+ Performs a series of column family modifications on the specified table. + Either all or none of the modifications will occur before this method + returns, but data requests received prior to that point may see a table + where only some modifications have taken effect. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request)+
+ Permanently drop/delete a row range from a specified table. The request can + specify whether to delete all rows in a table, or only those that match a + particular prefix. +
public abstract static class BigtableTableAdminGrpc.BigtableTableAdminImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for creating, configuring, and deleting Cloud Bigtable tables. + Provides access to the table schemas only, not the data stored within + the tables. +
| Constructor and Description | +
|---|
BigtableTableAdminImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createTable(com.google.bigtable.admin.v2.CreateTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Creates a new table in the specified instance.
+ |
+
void |
+deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Permanently deletes a specified table and all of its data.
+ |
+
void |
+dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Permanently drop/delete a row range from a specified table.
+ |
+
void |
+getTable(com.google.bigtable.admin.v2.GetTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Gets metadata information about the specified table.
+ |
+
void |
+listTables(com.google.bigtable.admin.v2.ListTablesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListTablesResponse> responseObserver)
+
+ Lists all tables served from a specified instance.
+ |
+
void |
+modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Performs a series of column family modifications on the specified table.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BigtableTableAdminImplBase()+
public void createTable(com.google.bigtable.admin.v2.CreateTableRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Creates a new table in the specified instance. + The table can be created with a full set of initial column families, + specified in the request. +
public void listTables(com.google.bigtable.admin.v2.ListTablesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListTablesResponse> responseObserver)+
+ Lists all tables served from a specified instance. +
public void getTable(com.google.bigtable.admin.v2.GetTableRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Gets metadata information about the specified table. +
public void deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Permanently deletes a specified table and all of its data. +
public void modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Performs a series of column family modifications on the specified table. + Either all or none of the modifications will occur before this method + returns, but data requests received prior to that point may see a table + where only some modifications have taken effect. +
public void dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Permanently drop/delete a row range from a specified table. The request can + specify whether to delete all rows in a table, or only those that match a + particular prefix. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class BigtableTableAdminGrpc.BigtableTableAdminStub +extends io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminStub>+
+ Service for creating, configuring, and deleting Cloud Bigtable tables. + Provides access to the table schemas only, not the data stored within + the tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableTableAdminGrpc.BigtableTableAdminStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createTable(com.google.bigtable.admin.v2.CreateTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Creates a new table in the specified instance.
+ |
+
void |
+deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Permanently deletes a specified table and all of its data.
+ |
+
void |
+dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Permanently drop/delete a row range from a specified table.
+ |
+
void |
+getTable(com.google.bigtable.admin.v2.GetTableRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Gets metadata information about the specified table.
+ |
+
void |
+listTables(com.google.bigtable.admin.v2.ListTablesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListTablesResponse> responseObserver)
+
+ Lists all tables served from a specified instance.
+ |
+
void |
+modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)
+
+ Performs a series of column family modifications on the specified table.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableTableAdminGrpc.BigtableTableAdminStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableTableAdminGrpc.BigtableTableAdminStub>public void createTable(com.google.bigtable.admin.v2.CreateTableRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Creates a new table in the specified instance. + The table can be created with a full set of initial column families, + specified in the request. +
public void listTables(com.google.bigtable.admin.v2.ListTablesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.ListTablesResponse> responseObserver)+
+ Lists all tables served from a specified instance. +
public void getTable(com.google.bigtable.admin.v2.GetTableRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Gets metadata information about the specified table. +
public void deleteTable(com.google.bigtable.admin.v2.DeleteTableRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Permanently deletes a specified table and all of its data. +
public void modifyColumnFamilies(com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.admin.v2.Table> responseObserver)+
+ Performs a series of column family modifications on the specified table. + Either all or none of the modifications will occur before this method + returns, but data requests received prior to that point may see a table + where only some modifications have taken effect. +
public void dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Permanently drop/delete a row range from a specified table. The request can + specify whether to delete all rows in a table, or only those that match a + particular prefix. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/bigtable/admin/v2/bigtable_table_admin.proto")
+public final class BigtableTableAdminGrpc
+extends java.lang.Object
++ Service for creating, configuring, and deleting Cloud Bigtable tables. + Provides access to the table schemas only, not the data stored within + the tables. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
static class |
+BigtableTableAdminGrpc.BigtableTableAdminFutureStub
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
static class |
+BigtableTableAdminGrpc.BigtableTableAdminImplBase
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
static class |
+BigtableTableAdminGrpc.BigtableTableAdminStub
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> |
+METHOD_CREATE_TABLE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteTableRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_TABLE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DropRowRangeRequest,com.google.protobuf.Empty> |
+METHOD_DROP_ROW_RANGE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> |
+METHOD_GET_TABLE |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse> |
+METHOD_LIST_TABLES |
+
static io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> |
+METHOD_MODIFY_COLUMN_FAMILIES |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static BigtableTableAdminGrpc.BigtableTableAdminFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static BigtableTableAdminGrpc.BigtableTableAdminStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> METHOD_CREATE_TABLE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse> METHOD_LIST_TABLES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> METHOD_GET_TABLE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DeleteTableRequest,com.google.protobuf.Empty> METHOD_DELETE_TABLE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> METHOD_MODIFY_COLUMN_FAMILIES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.admin.v2.DropRowRangeRequest,com.google.protobuf.Empty> METHOD_DROP_ROW_RANGE+
public static BigtableTableAdminGrpc.BigtableTableAdminStub newStub(io.grpc.Channel channel)+
public static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static BigtableTableAdminGrpc.BigtableTableAdminFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| BigtableInstanceAdminGrpc | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable Instances and
+ Clusters.
+ |
+
| BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable Instances and
+ Clusters.
+ |
+
| BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable Instances and
+ Clusters.
+ |
+
| BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable Instances and
+ Clusters.
+ |
+
| BigtableInstanceAdminGrpc.BigtableInstanceAdminStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable Instances and
+ Clusters.
+ |
+
| BigtableTableAdminGrpc | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| BigtableTableAdminGrpc.BigtableTableAdminBlockingStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| BigtableTableAdminGrpc.BigtableTableAdminFutureStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| BigtableTableAdminGrpc.BigtableTableAdminImplBase | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| BigtableTableAdminGrpc.BigtableTableAdminStub | +
+
+ Service for creating, configuring, and deleting Cloud Bigtable tables.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.bigtable.admin.v2.BigtableInstanceAdmin" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.bigtable.admin.v2.BigtableTableAdmin" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+