Skip to content

Commit fe47ada

Browse files
rahulKQLigorbernstein2
authored andcommitted
---
yaml --- r: 14173 b: refs/heads/autosynth-pubsub c: 388c1bb h: refs/heads/master i: 14171: acd4f49
1 parent cd400f8 commit fe47ada

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: 8e86445e504cea6f99b9fb237bfd7f0e5ef8b3ce
116116
refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119-
refs/heads/autosynth-pubsub: 6ada2226d58a3528d4d818d96e70b5edc83ce936
119+
refs/heads/autosynth-pubsub: 388c1bb5ae63aeaefbfbf0677f6732952ff15b95
120120
refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

branches/autosynth-pubsub/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataSettings.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ public ServerStreamingCallSettings<Query, Row> readRowsSettings() {
9797
return getTypedStubSettings().readRowsSettings();
9898
}
9999

100+
/** Returns the object with the settings used for point reads via ReadRow. */
101+
public UnaryCallSettings<Query, Row> readRowSettings() {
102+
return getTypedStubSettings().readRowSettings();
103+
}
104+
100105
/** Returns the object with the settings used for calls to sampleRowKeys. */
101106
public UnaryCallSettings<String, List<KeyOffset>> sampleRowKeysSettings() {
102107
return getTypedStubSettings().sampleRowKeysSettings();
@@ -227,6 +232,11 @@ public ServerStreamingCallSettings.Builder<Query, Row> readRowsSettings() {
227232
return getTypedStubSettings().readRowsSettings();
228233
}
229234

235+
/** Returns the builder for the settings used for point reads using readRow. */
236+
public UnaryCallSettings.Builder<Query, Row> readRowSettings() {
237+
return getTypedStubSettings().readRowSettings();
238+
}
239+
230240
/** Returns the builder for the settings used for calls to SampleRowKeysSettings. */
231241
public UnaryCallSettings.Builder<String, List<KeyOffset>> sampleRowKeysSettings() {
232242
return getTypedStubSettings().sampleRowKeysSettings();

0 commit comments

Comments
 (0)