Skip to content

Commit

Permalink
chore: generate libraries at Sat Nov 2 00:00:08 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Nov 2, 2024
1 parent 7d4b753 commit 0197a03
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ public class EnhancedBigtableStub implements AutoCloseable {
private final ServerStreamingCallable<Query, Row> readRowsCallable;
private final UnaryCallable<Query, Row> readRowCallable;
private final UnaryCallable<Query, List<Row>> bulkReadRowsCallable;
@Deprecated
private final UnaryCallable<String, List<KeyOffset>> sampleRowKeysCallable;
@Deprecated private final UnaryCallable<String, List<KeyOffset>> sampleRowKeysCallable;
private final UnaryCallable<SampleRowKeysRequest, List<KeyOffset>>
sampleRowKeysCallableWithRequest;
private final UnaryCallable<RowMutation, Void> mutateRowCallable;
Expand Down Expand Up @@ -702,8 +701,9 @@ private <RowT> UnaryCallable<Query, List<RowT>> createBulkReadRowsCallable(
}

/**
* Simple wrapper around {@link #createSampleRowKeysCallableWithRequest()} to provide
* backwards compatibility
* Simple wrapper around {@link #createSampleRowKeysCallableWithRequest()} to provide backwards
* compatibility
*
* @deprecated
*/
@Deprecated
Expand Down Expand Up @@ -1459,9 +1459,7 @@ public UnaryCallable<Query, Row> readRowCallable() {
return readRowCallable;
}

/**
* Deprecated, please use {@link #sampleRowKeysCallableWithRequest}
*/
/** Deprecated, please use {@link #sampleRowKeysCallableWithRequest} */
@Deprecated
public UnaryCallable<String, List<KeyOffset>> sampleRowKeysCallable() {
return sampleRowKeysCallable;
Expand Down

0 comments on commit 0197a03

Please sign in to comment.