Uses of Class
com.google.bigtable.admin.v2.CheckConsistencyResponse
-
Packages that use CheckConsistencyResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of CheckConsistencyResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return CheckConsistencyResponse Modifier and Type Method Description CheckConsistencyResponse
CheckConsistencyResponse.Builder. build()
CheckConsistencyResponse
CheckConsistencyResponse.Builder. buildPartial()
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.static CheckConsistencyResponse
CheckConsistencyResponse. getDefaultInstance()
CheckConsistencyResponse
CheckConsistencyResponse.Builder. getDefaultInstanceForType()
CheckConsistencyResponse
CheckConsistencyResponse. getDefaultInstanceForType()
static CheckConsistencyResponse
CheckConsistencyResponse. parseDelimitedFrom(InputStream input)
static CheckConsistencyResponse
CheckConsistencyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(byte[] data)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(InputStream input)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(ByteBuffer data)
static CheckConsistencyResponse
CheckConsistencyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type CheckConsistencyResponse Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse>
BigtableTableAdminGrpc. getCheckConsistencyMethod()
com.google.protobuf.Parser<CheckConsistencyResponse>
CheckConsistencyResponse. getParserForType()
static com.google.protobuf.Parser<CheckConsistencyResponse>
CheckConsistencyResponse. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type CheckConsistencyResponse Modifier and Type Method Description CheckConsistencyResponse.Builder
CheckConsistencyResponse.Builder. mergeFrom(CheckConsistencyResponse other)
static CheckConsistencyResponse.Builder
CheckConsistencyResponse. newBuilder(CheckConsistencyResponse prototype)
Method parameters in com.google.bigtable.admin.v2 with type arguments of type CheckConsistencyResponse 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.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. -
Uses of CheckConsistencyResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type CheckConsistencyResponse 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.
-