Uses of Interface
com.google.cloud.bigtable.data.v2.models.TargetId
Packages that use TargetId
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of TargetId in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 with parameters of type TargetIdModifier and TypeMethodDescriptionbooleanConfirms synchronously if given row key exists or not on the specifiedTargetId.booleanConfirms synchronously if given row key exists or not on the specifiedTargetId.com.google.api.core.ApiFuture<Boolean>BigtableDataClient.existsAsync(TargetId targetId, com.google.protobuf.ByteString rowKey) Confirms asynchronously if given row key exists or not on the specifiedTargetId.com.google.api.core.ApiFuture<Boolean>BigtableDataClient.existsAsync(TargetId targetId, String rowKey) Confirms asynchronously if given row key exists or not on the specifiedTargetId.com.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(TargetId targetId) Mutates multiple rows in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(TargetId targetId, com.google.api.gax.grpc.GrpcCallContext ctx) Mutates multiple rows in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,Row> BigtableDataClient.newBulkReadRowsBatcher(TargetId targetId) Reads rows for given tableId in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,Row> BigtableDataClient.newBulkReadRowsBatcher(TargetId targetId, Filters.Filter filter) Reads rows for given tableId and filter criteria in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,Row> BigtableDataClient.newBulkReadRowsBatcher(TargetId targetId, Filters.Filter filter, com.google.api.gax.grpc.GrpcCallContext ctx) Reads rows for given tableId and filter criteria in a batch on the specifiedTargetId.Convenience method for synchronously reading a single row on the specifiedTargetId.BigtableDataClient.readRow(TargetId targetId, com.google.protobuf.ByteString rowKey, Filters.Filter filter) Convenience method for synchronously reading a single row on the specifiedTargetId.Convenience method for synchronously reading a single row on the specifiedTargetId.BigtableDataClient.readRow(TargetId targetId, String rowKey, Filters.Filter filter) Convenience method for synchronously reading a single row on the specifiedTargetId.com.google.api.core.ApiFuture<Row>BigtableDataClient.readRowAsync(TargetId targetId, com.google.protobuf.ByteString rowKey) Convenience method for asynchronously reading a single row on the specifiedTargetId.com.google.api.core.ApiFuture<Row>BigtableDataClient.readRowAsync(TargetId targetId, com.google.protobuf.ByteString rowKey, Filters.Filter filter) Convenience method for asynchronously reading a single row on the specifiedTargetId.com.google.api.core.ApiFuture<Row>BigtableDataClient.readRowAsync(TargetId targetId, String rowKey) Convenience method for asynchronously reading a single row on the specifiedTargetId.com.google.api.core.ApiFuture<Row>BigtableDataClient.readRowAsync(TargetId targetId, String rowKey, Filters.Filter filter) Convenience method for asynchronously reading a single row on the specifiedTargetId.BigtableDataClient.sampleRowKeys(TargetId targetId) Convenience method to synchronously return a sample of row keys on the specifiedTargetId.BigtableDataClient.sampleRowKeysAsync(TargetId targetId) Convenience method to asynchronously return a sample of row keys on the specifiedTargetId. -
Uses of TargetId in com.google.cloud.bigtable.data.v2.models
Classes in com.google.cloud.bigtable.data.v2.models that implement TargetIdModifier and TypeClassDescriptionclassAn implementation of aTargetIdfor authorized views.classAn implementation of aTargetIdfor materialized views.classAn implementation of aTargetIdfor tables.Methods in com.google.cloud.bigtable.data.v2.models with parameters of type TargetIdModifier and TypeMethodDescriptionstatic BulkMutationCreates a new instance of the bulk mutation builder for the given target with targetId.static ConditionalRowMutationCreates a new instance of the mutation builder for the given target with targetId.static ConditionalRowMutationCreates a new instance of the mutation builder for the given target with targetId.static QueryConstructs a new Query object for the given target with targetId.static ReadModifyWriteRowCreates a new instance of the ReadModifyWriteRow for the given target with targetId.static ReadModifyWriteRowCreates a new instance of the ReadModifyWriteRow for the given target with targetId.static RowMutationCreates a new instance of the mutation builder for the given target with targetId.static RowMutationCreates new instance of mutation builder for the given target with targetId by wrapping existing set of row mutations.static RowMutationCreates a new instance of the mutation builder for the given target with targetId.static RowMutationCreates new instance of mutation builder for the given target with targetId by wrapping existing set of row mutations.static SampleRowKeysRequestCreates a new instance of the sample row keys builder for the given target with targetId