Skip to content

Commit 2150760

Browse files
rahulKQLigorbernstein2
authored andcommitted
---
yaml --- r: 16021 b: refs/heads/autosynth-errorreporting c: 388c1bb h: refs/heads/master i: 16019: f020fe2
1 parent 874a442 commit 2150760

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

  • branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134-
refs/heads/autosynth-errorreporting: 6ada2226d58a3528d4d818d96e70b5edc83ce936
134+
refs/heads/autosynth-errorreporting: 388c1bb5ae63aeaefbfbf0677f6732952ff15b95
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f

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