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