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 CheckConsistencyRequestCheckConsistencyRequest.Builder. build()CheckConsistencyRequestCheckConsistencyRequest.Builder. buildPartial()static CheckConsistencyRequestCheckConsistencyRequest. getDefaultInstance()CheckConsistencyRequestCheckConsistencyRequest.Builder. getDefaultInstanceForType()CheckConsistencyRequestCheckConsistencyRequest. getDefaultInstanceForType()static CheckConsistencyRequestCheckConsistencyRequest. parseDelimitedFrom(InputStream input)static CheckConsistencyRequestCheckConsistencyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(byte[] data)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(com.google.protobuf.ByteString data)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(InputStream input)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckConsistencyRequestCheckConsistencyRequest. parseFrom(ByteBuffer data)static CheckConsistencyRequestCheckConsistencyRequest. 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 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.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.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.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.CheckConsistencyRequest.BuilderCheckConsistencyRequest.Builder. mergeFrom(CheckConsistencyRequest other)static CheckConsistencyRequest.BuilderCheckConsistencyRequest. 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.
-