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