Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 7e760a4

Browse files
feat: re-generated to pick up changes in the API or client library generator. (#95)
1 parent aa10c59 commit 7e760a4

7 files changed

Lines changed: 42 additions & 72 deletions

File tree

proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,7 @@ public interface TableReadOptionsOrBuilder
10671067
*
10681068
* <pre>
10691069
* SQL text filtering statement, similar to a WHERE clause in a query.
1070-
* Currently, only a single predicate that is a comparison between a column
1071-
* and a constant value is supported. Aggregates are not supported.
1070+
* Aggregates are not supported.
10721071
* Examples: "int_field &gt; 5"
10731072
* "date_field = CAST('2014-9-27' as DATE)"
10741073
* "nullable_field is not NULL"
@@ -1086,8 +1085,7 @@ public interface TableReadOptionsOrBuilder
10861085
*
10871086
* <pre>
10881087
* SQL text filtering statement, similar to a WHERE clause in a query.
1089-
* Currently, only a single predicate that is a comparison between a column
1090-
* and a constant value is supported. Aggregates are not supported.
1088+
* Aggregates are not supported.
10911089
* Examples: "int_field &gt; 5"
10921090
* "date_field = CAST('2014-9-27' as DATE)"
10931091
* "nullable_field is not NULL"
@@ -1289,8 +1287,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
12891287
*
12901288
* <pre>
12911289
* SQL text filtering statement, similar to a WHERE clause in a query.
1292-
* Currently, only a single predicate that is a comparison between a column
1293-
* and a constant value is supported. Aggregates are not supported.
1290+
* Aggregates are not supported.
12941291
* Examples: "int_field &gt; 5"
12951292
* "date_field = CAST('2014-9-27' as DATE)"
12961293
* "nullable_field is not NULL"
@@ -1318,8 +1315,7 @@ public java.lang.String getRowRestriction() {
13181315
*
13191316
* <pre>
13201317
* SQL text filtering statement, similar to a WHERE clause in a query.
1321-
* Currently, only a single predicate that is a comparison between a column
1322-
* and a constant value is supported. Aggregates are not supported.
1318+
* Aggregates are not supported.
13231319
* Examples: "int_field &gt; 5"
13241320
* "date_field = CAST('2014-9-27' as DATE)"
13251321
* "nullable_field is not NULL"
@@ -1910,8 +1906,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
19101906
*
19111907
* <pre>
19121908
* SQL text filtering statement, similar to a WHERE clause in a query.
1913-
* Currently, only a single predicate that is a comparison between a column
1914-
* and a constant value is supported. Aggregates are not supported.
1909+
* Aggregates are not supported.
19151910
* Examples: "int_field &gt; 5"
19161911
* "date_field = CAST('2014-9-27' as DATE)"
19171912
* "nullable_field is not NULL"
@@ -1939,8 +1934,7 @@ public java.lang.String getRowRestriction() {
19391934
*
19401935
* <pre>
19411936
* SQL text filtering statement, similar to a WHERE clause in a query.
1942-
* Currently, only a single predicate that is a comparison between a column
1943-
* and a constant value is supported. Aggregates are not supported.
1937+
* Aggregates are not supported.
19441938
* Examples: "int_field &gt; 5"
19451939
* "date_field = CAST('2014-9-27' as DATE)"
19461940
* "nullable_field is not NULL"
@@ -1968,8 +1962,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
19681962
*
19691963
* <pre>
19701964
* SQL text filtering statement, similar to a WHERE clause in a query.
1971-
* Currently, only a single predicate that is a comparison between a column
1972-
* and a constant value is supported. Aggregates are not supported.
1965+
* Aggregates are not supported.
19731966
* Examples: "int_field &gt; 5"
19741967
* "date_field = CAST('2014-9-27' as DATE)"
19751968
* "nullable_field is not NULL"
@@ -1996,8 +1989,7 @@ public Builder setRowRestriction(java.lang.String value) {
19961989
*
19971990
* <pre>
19981991
* SQL text filtering statement, similar to a WHERE clause in a query.
1999-
* Currently, only a single predicate that is a comparison between a column
2000-
* and a constant value is supported. Aggregates are not supported.
1992+
* Aggregates are not supported.
20011993
* Examples: "int_field &gt; 5"
20021994
* "date_field = CAST('2014-9-27' as DATE)"
20031995
* "nullable_field is not NULL"
@@ -2020,8 +2012,7 @@ public Builder clearRowRestriction() {
20202012
*
20212013
* <pre>
20222014
* SQL text filtering statement, similar to a WHERE clause in a query.
2023-
* Currently, only a single predicate that is a comparison between a column
2024-
* and a constant value is supported. Aggregates are not supported.
2015+
* Aggregates are not supported.
20252016
* Examples: "int_field &gt; 5"
20262017
* "date_field = CAST('2014-9-27' as DATE)"
20272018
* "nullable_field is not NULL"

proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ message ReadSession {
6565
repeated string selected_fields = 1;
6666

6767
// SQL text filtering statement, similar to a WHERE clause in a query.
68-
// Currently, only a single predicate that is a comparison between a column
69-
// and a constant value is supported. Aggregates are not supported.
68+
// Aggregates are not supported.
7069
//
7170
// Examples: "int_field > 5"
7271
// "date_field = CAST('2014-9-27' as DATE)"

proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ public interface TableReadOptionsOrBuilder
100100
*
101101
* <pre>
102102
* Optional. SQL text filtering statement, similar to a WHERE clause in
103-
* a query. Currently, only a single predicate that is a comparison between
104-
* a column and a constant value is supported. Aggregates are not supported.
103+
* a query. Aggregates are not supported.
105104
* Examples: "int_field &gt; 5"
106105
* "date_field = CAST('2014-9-27' as DATE)"
107106
* "nullable_field is not NULL"
@@ -119,8 +118,7 @@ public interface TableReadOptionsOrBuilder
119118
*
120119
* <pre>
121120
* Optional. SQL text filtering statement, similar to a WHERE clause in
122-
* a query. Currently, only a single predicate that is a comparison between
123-
* a column and a constant value is supported. Aggregates are not supported.
121+
* a query. Aggregates are not supported.
124122
* Examples: "int_field &gt; 5"
125123
* "date_field = CAST('2014-9-27' as DATE)"
126124
* "nullable_field is not NULL"
@@ -322,8 +320,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
322320
*
323321
* <pre>
324322
* Optional. SQL text filtering statement, similar to a WHERE clause in
325-
* a query. Currently, only a single predicate that is a comparison between
326-
* a column and a constant value is supported. Aggregates are not supported.
323+
* a query. Aggregates are not supported.
327324
* Examples: "int_field &gt; 5"
328325
* "date_field = CAST('2014-9-27' as DATE)"
329326
* "nullable_field is not NULL"
@@ -351,8 +348,7 @@ public java.lang.String getRowRestriction() {
351348
*
352349
* <pre>
353350
* Optional. SQL text filtering statement, similar to a WHERE clause in
354-
* a query. Currently, only a single predicate that is a comparison between
355-
* a column and a constant value is supported. Aggregates are not supported.
351+
* a query. Aggregates are not supported.
356352
* Examples: "int_field &gt; 5"
357353
* "date_field = CAST('2014-9-27' as DATE)"
358354
* "nullable_field is not NULL"
@@ -947,8 +943,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
947943
*
948944
* <pre>
949945
* Optional. SQL text filtering statement, similar to a WHERE clause in
950-
* a query. Currently, only a single predicate that is a comparison between
951-
* a column and a constant value is supported. Aggregates are not supported.
946+
* a query. Aggregates are not supported.
952947
* Examples: "int_field &gt; 5"
953948
* "date_field = CAST('2014-9-27' as DATE)"
954949
* "nullable_field is not NULL"
@@ -976,8 +971,7 @@ public java.lang.String getRowRestriction() {
976971
*
977972
* <pre>
978973
* Optional. SQL text filtering statement, similar to a WHERE clause in
979-
* a query. Currently, only a single predicate that is a comparison between
980-
* a column and a constant value is supported. Aggregates are not supported.
974+
* a query. Aggregates are not supported.
981975
* Examples: "int_field &gt; 5"
982976
* "date_field = CAST('2014-9-27' as DATE)"
983977
* "nullable_field is not NULL"
@@ -1005,8 +999,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
1005999
*
10061000
* <pre>
10071001
* Optional. SQL text filtering statement, similar to a WHERE clause in
1008-
* a query. Currently, only a single predicate that is a comparison between
1009-
* a column and a constant value is supported. Aggregates are not supported.
1002+
* a query. Aggregates are not supported.
10101003
* Examples: "int_field &gt; 5"
10111004
* "date_field = CAST('2014-9-27' as DATE)"
10121005
* "nullable_field is not NULL"
@@ -1033,8 +1026,7 @@ public Builder setRowRestriction(java.lang.String value) {
10331026
*
10341027
* <pre>
10351028
* Optional. SQL text filtering statement, similar to a WHERE clause in
1036-
* a query. Currently, only a single predicate that is a comparison between
1037-
* a column and a constant value is supported. Aggregates are not supported.
1029+
* a query. Aggregates are not supported.
10381030
* Examples: "int_field &gt; 5"
10391031
* "date_field = CAST('2014-9-27' as DATE)"
10401032
* "nullable_field is not NULL"
@@ -1057,8 +1049,7 @@ public Builder clearRowRestriction() {
10571049
*
10581050
* <pre>
10591051
* Optional. SQL text filtering statement, similar to a WHERE clause in
1060-
* a query. Currently, only a single predicate that is a comparison between
1061-
* a column and a constant value is supported. Aggregates are not supported.
1052+
* a query. Aggregates are not supported.
10621053
* Examples: "int_field &gt; 5"
10631054
* "date_field = CAST('2014-9-27' as DATE)"
10641055
* "nullable_field is not NULL"

proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ message TableReadOptions {
2929
repeated string selected_fields = 1;
3030

3131
// Optional. SQL text filtering statement, similar to a WHERE clause in
32-
// a query. Currently, only a single predicate that is a comparison between
33-
// a column and a constant value is supported. Aggregates are not supported.
32+
// a query. Aggregates are not supported.
3433
//
3534
// Examples: "int_field > 5"
3635
// "date_field = CAST('2014-9-27' as DATE)"

proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,7 @@ public interface TableReadOptionsOrBuilder
10761076
*
10771077
* <pre>
10781078
* SQL text filtering statement, similar to a WHERE clause in a query.
1079-
* Currently, only a single predicate that is a comparison between a column
1080-
* and a constant value is supported. Aggregates are not supported.
1079+
* Aggregates are not supported.
10811080
* Examples: "int_field &gt; 5"
10821081
* "date_field = CAST('2014-9-27' as DATE)"
10831082
* "nullable_field is not NULL"
@@ -1095,8 +1094,7 @@ public interface TableReadOptionsOrBuilder
10951094
*
10961095
* <pre>
10971096
* SQL text filtering statement, similar to a WHERE clause in a query.
1098-
* Currently, only a single predicate that is a comparison between a column
1099-
* and a constant value is supported. Aggregates are not supported.
1097+
* Aggregates are not supported.
11001098
* Examples: "int_field &gt; 5"
11011099
* "date_field = CAST('2014-9-27' as DATE)"
11021100
* "nullable_field is not NULL"
@@ -1360,8 +1358,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
13601358
*
13611359
* <pre>
13621360
* SQL text filtering statement, similar to a WHERE clause in a query.
1363-
* Currently, only a single predicate that is a comparison between a column
1364-
* and a constant value is supported. Aggregates are not supported.
1361+
* Aggregates are not supported.
13651362
* Examples: "int_field &gt; 5"
13661363
* "date_field = CAST('2014-9-27' as DATE)"
13671364
* "nullable_field is not NULL"
@@ -1389,8 +1386,7 @@ public java.lang.String getRowRestriction() {
13891386
*
13901387
* <pre>
13911388
* SQL text filtering statement, similar to a WHERE clause in a query.
1392-
* Currently, only a single predicate that is a comparison between a column
1393-
* and a constant value is supported. Aggregates are not supported.
1389+
* Aggregates are not supported.
13941390
* Examples: "int_field &gt; 5"
13951391
* "date_field = CAST('2014-9-27' as DATE)"
13961392
* "nullable_field is not NULL"
@@ -2070,8 +2066,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
20702066
*
20712067
* <pre>
20722068
* SQL text filtering statement, similar to a WHERE clause in a query.
2073-
* Currently, only a single predicate that is a comparison between a column
2074-
* and a constant value is supported. Aggregates are not supported.
2069+
* Aggregates are not supported.
20752070
* Examples: "int_field &gt; 5"
20762071
* "date_field = CAST('2014-9-27' as DATE)"
20772072
* "nullable_field is not NULL"
@@ -2099,8 +2094,7 @@ public java.lang.String getRowRestriction() {
20992094
*
21002095
* <pre>
21012096
* SQL text filtering statement, similar to a WHERE clause in a query.
2102-
* Currently, only a single predicate that is a comparison between a column
2103-
* and a constant value is supported. Aggregates are not supported.
2097+
* Aggregates are not supported.
21042098
* Examples: "int_field &gt; 5"
21052099
* "date_field = CAST('2014-9-27' as DATE)"
21062100
* "nullable_field is not NULL"
@@ -2128,8 +2122,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
21282122
*
21292123
* <pre>
21302124
* SQL text filtering statement, similar to a WHERE clause in a query.
2131-
* Currently, only a single predicate that is a comparison between a column
2132-
* and a constant value is supported. Aggregates are not supported.
2125+
* Aggregates are not supported.
21332126
* Examples: "int_field &gt; 5"
21342127
* "date_field = CAST('2014-9-27' as DATE)"
21352128
* "nullable_field is not NULL"
@@ -2156,8 +2149,7 @@ public Builder setRowRestriction(java.lang.String value) {
21562149
*
21572150
* <pre>
21582151
* SQL text filtering statement, similar to a WHERE clause in a query.
2159-
* Currently, only a single predicate that is a comparison between a column
2160-
* and a constant value is supported. Aggregates are not supported.
2152+
* Aggregates are not supported.
21612153
* Examples: "int_field &gt; 5"
21622154
* "date_field = CAST('2014-9-27' as DATE)"
21632155
* "nullable_field is not NULL"
@@ -2180,8 +2172,7 @@ public Builder clearRowRestriction() {
21802172
*
21812173
* <pre>
21822174
* SQL text filtering statement, similar to a WHERE clause in a query.
2183-
* Currently, only a single predicate that is a comparison between a column
2184-
* and a constant value is supported. Aggregates are not supported.
2175+
* Aggregates are not supported.
21852176
* Examples: "int_field &gt; 5"
21862177
* "date_field = CAST('2014-9-27' as DATE)"
21872178
* "nullable_field is not NULL"

proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ message ReadSession {
6767
repeated string selected_fields = 1;
6868

6969
// SQL text filtering statement, similar to a WHERE clause in a query.
70-
// Currently, only a single predicate that is a comparison between a column
71-
// and a constant value is supported. Aggregates are not supported.
70+
// Aggregates are not supported.
7271
//
7372
// Examples: "int_field > 5"
7473
// "date_field = CAST('2014-9-27' as DATE)"

0 commit comments

Comments
 (0)