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