You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/NameUtil.java
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
importjava.io.Serializable;
37
37
importjava.util.List;
38
38
importjava.util.SortedSet;
39
+
importjavax.annotation.Nonnull;
39
40
40
41
/** A simple wrapper to construct a query for the ReadRows RPC. */
41
42
publicfinalclassQueryimplementsSerializable {
@@ -258,6 +259,21 @@ public ReadRowsRequest toProto(RequestContext requestContext) {
258
259
.build();
259
260
}
260
261
262
+
/**
263
+
* Wraps the protobuf {@link ReadRowsRequest}.
264
+
*
265
+
* <p>WARNING: Please note that the project id & instance id in the table name will be overwritten
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/models/QueryTest.java
0 commit comments