Skip to content

Commit 20d461f

Browse files
rahulKQLigorbernstein2
authored andcommitted
---
yaml --- r: 15615 b: refs/heads/autosynth-datastore c: 388c1bb h: refs/heads/master i: 15613: 1001487 15611: e9e32a4 15607: 6e55095 15599: 8d26090 15583: 89e8ec1 15551: 272e16e 15487: 59d38ae 15359: cc1d1d2
1 parent 487376b commit 20d461f

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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132-
refs/heads/autosynth-datastore: 6ada2226d58a3528d4d818d96e70b5edc83ce936
132+
refs/heads/autosynth-datastore: 388c1bb5ae63aeaefbfbf0677f6732952ff15b95
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b

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