Skip to content

Commit 877ceab

Browse files
rahulKQLigorbernstein2
authored andcommitted
---
yaml --- r: 14693 b: refs/heads/autosynth-asset c: 388c1bb h: refs/heads/master i: 14691: 57df44d
1 parent 31d1112 commit 877ceab

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
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: 6ada2226d58a3528d4d818d96e70b5edc83ce936
125+
refs/heads/autosynth-asset: 388c1bb5ae63aeaefbfbf0677f6732952ff15b95
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

branches/autosynth-asset/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)