Uses of Class
com.google.bigtable.admin.v2.CheckConsistencyRequest
-
Packages that use CheckConsistencyRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of CheckConsistencyRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return CheckConsistencyRequest Modifier and Type Method Description CheckConsistencyRequest
CheckConsistencyRequest.Builder. build()
CheckConsistencyRequest
CheckConsistencyRequest.Builder. buildPartial()
static CheckConsistencyRequest
CheckConsistencyRequest. getDefaultInstance()
CheckConsistencyRequest
CheckConsistencyRequest.Builder. getDefaultInstanceForType()
CheckConsistencyRequest
CheckConsistencyRequest. getDefaultInstanceForType()
static CheckConsistencyRequest
CheckConsistencyRequest. parseDelimitedFrom(InputStream input)
static CheckConsistencyRequest
CheckConsistencyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(byte[] data)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(com.google.protobuf.ByteString data)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(InputStream input)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(ByteBuffer data)
static CheckConsistencyRequest
CheckConsistencyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type CheckConsistencyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse>
BigtableTableAdminGrpc. getCheckConsistencyMethod()
com.google.protobuf.Parser<CheckConsistencyRequest>
CheckConsistencyRequest. getParserForType()
static com.google.protobuf.Parser<CheckConsistencyRequest>
CheckConsistencyRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type CheckConsistencyRequest Modifier and Type Method Description default void
BigtableTableAdminGrpc.AsyncService. checkConsistency(CheckConsistencyRequest request, io.grpc.stub.StreamObserver<CheckConsistencyResponse> responseObserver)
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.CheckConsistencyResponse
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub. checkConsistency(CheckConsistencyRequest request)
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.com.google.common.util.concurrent.ListenableFuture<CheckConsistencyResponse>
BigtableTableAdminGrpc.BigtableTableAdminFutureStub. checkConsistency(CheckConsistencyRequest request)
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.void
BigtableTableAdminGrpc.BigtableTableAdminStub. checkConsistency(CheckConsistencyRequest request, io.grpc.stub.StreamObserver<CheckConsistencyResponse> responseObserver)
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.CheckConsistencyRequest.Builder
CheckConsistencyRequest.Builder. mergeFrom(CheckConsistencyRequest other)
static CheckConsistencyRequest.Builder
CheckConsistencyRequest. newBuilder(CheckConsistencyRequest prototype)
-
Uses of CheckConsistencyRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type CheckConsistencyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckConsistencyRequest,CheckConsistencyResponse>
BigtableTableAdminStubSettings.Builder. checkConsistencySettings()
Returns the builder for the settings used for calls to checkConsistency.com.google.api.gax.rpc.UnaryCallSettings<CheckConsistencyRequest,CheckConsistencyResponse>
BigtableTableAdminStubSettings. checkConsistencySettings()
Returns the object with the settings used for calls to checkConsistency.
-