Uses of Class
com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse
-
Packages that use GenerateConsistencyTokenResponse Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of GenerateConsistencyTokenResponse in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GenerateConsistencyTokenResponse Modifier and Type Method Description GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse.Builder. build()GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse.Builder. buildPartial()GenerateConsistencyTokenResponseBigtableTableAdminGrpc.BigtableTableAdminBlockingStub. generateConsistencyToken(GenerateConsistencyTokenRequest request)Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. getDefaultInstance()GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse.Builder. getDefaultInstanceForType()GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. getDefaultInstanceForType()static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseDelimitedFrom(InputStream input)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(byte[] data)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(com.google.protobuf.ByteString data)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(InputStream input)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(ByteBuffer data)static GenerateConsistencyTokenResponseGenerateConsistencyTokenResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type GenerateConsistencyTokenResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GenerateConsistencyTokenResponse>BigtableTableAdminGrpc.BigtableTableAdminFutureStub. generateConsistencyToken(GenerateConsistencyTokenRequest request)Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.static io.grpc.MethodDescriptor<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse>BigtableTableAdminGrpc. getGenerateConsistencyTokenMethod()com.google.protobuf.Parser<GenerateConsistencyTokenResponse>GenerateConsistencyTokenResponse. getParserForType()static com.google.protobuf.Parser<GenerateConsistencyTokenResponse>GenerateConsistencyTokenResponse. parser()Methods in com.google.bigtable.admin.v2 with parameters of type GenerateConsistencyTokenResponse Modifier and Type Method Description GenerateConsistencyTokenResponse.BuilderGenerateConsistencyTokenResponse.Builder. mergeFrom(GenerateConsistencyTokenResponse other)static GenerateConsistencyTokenResponse.BuilderGenerateConsistencyTokenResponse. newBuilder(GenerateConsistencyTokenResponse prototype)Method parameters in com.google.bigtable.admin.v2 with type arguments of type GenerateConsistencyTokenResponse Modifier and Type Method Description default voidBigtableTableAdminGrpc.AsyncService. generateConsistencyToken(GenerateConsistencyTokenRequest request, io.grpc.stub.StreamObserver<GenerateConsistencyTokenResponse> responseObserver)Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.voidBigtableTableAdminGrpc.BigtableTableAdminStub. generateConsistencyToken(GenerateConsistencyTokenRequest request, io.grpc.stub.StreamObserver<GenerateConsistencyTokenResponse> responseObserver)Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. -
Uses of GenerateConsistencyTokenResponse in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type GenerateConsistencyTokenResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse>BigtableTableAdminStubSettings.Builder. generateConsistencyTokenSettings()Returns the builder for the settings used for calls to generateConsistencyToken.com.google.api.gax.rpc.UnaryCallSettings<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse>BigtableTableAdminStubSettings. generateConsistencyTokenSettings()Returns the object with the settings used for calls to generateConsistencyToken.
-