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 CheckConsistencyResponseCheckConsistencyResponse.Builder. build()CheckConsistencyResponseCheckConsistencyResponse.Builder. buildPartial()CheckConsistencyResponseBigtableTableAdminGrpc.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 CheckConsistencyResponseCheckConsistencyResponse. getDefaultInstance()CheckConsistencyResponseCheckConsistencyResponse.Builder. getDefaultInstanceForType()CheckConsistencyResponseCheckConsistencyResponse. getDefaultInstanceForType()static CheckConsistencyResponseCheckConsistencyResponse. parseDelimitedFrom(InputStream input)static CheckConsistencyResponseCheckConsistencyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(byte[] data)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(com.google.protobuf.ByteString data)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(InputStream input)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyResponseCheckConsistencyResponse. parseFrom(ByteBuffer data)static CheckConsistencyResponseCheckConsistencyResponse. 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.BuilderCheckConsistencyResponse.Builder. mergeFrom(CheckConsistencyResponse other)static CheckConsistencyResponse.BuilderCheckConsistencyResponse. newBuilder(CheckConsistencyResponse prototype)Method parameters in com.google.bigtable.admin.v2 with type arguments of type CheckConsistencyResponse Modifier and Type Method Description default voidBigtableTableAdminGrpc.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.voidBigtableTableAdminGrpc.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.
-