Skip to content

Commit

Permalink
feat: re-generated to pick up changes in the API or client library ge…
Browse files Browse the repository at this point in the history
…nerator. (#95)
  • Loading branch information
yoshi-automation committed Mar 6, 2020
1 parent aa10c59 commit 7e760a4
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 72 deletions.
Expand Up @@ -1067,8 +1067,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -1086,8 +1085,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1289,8 +1287,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1318,8 +1315,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1910,8 +1906,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1939,8 +1934,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1968,8 +1962,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -1996,8 +1989,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -2020,8 +2012,7 @@ public Builder clearRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down
Expand Up @@ -65,8 +65,7 @@ message ReadSession {
repeated string selected_fields = 1;

// SQL text filtering statement, similar to a WHERE clause in a query.
// Currently, only a single predicate that is a comparison between a column
// and a constant value is supported. Aggregates are not supported.
// Aggregates are not supported.
//
// Examples: "int_field > 5"
// "date_field = CAST('2014-9-27' as DATE)"
Expand Down
Expand Up @@ -100,8 +100,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -119,8 +118,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -322,8 +320,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -351,8 +348,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -947,8 +943,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -976,8 +971,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1005,8 +999,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -1033,8 +1026,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -1057,8 +1049,7 @@ public Builder clearRowRestriction() {
*
* <pre>
* Optional. SQL text filtering statement, similar to a WHERE clause in
* a query. Currently, only a single predicate that is a comparison between
* a column and a constant value is supported. Aggregates are not supported.
* a query. Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down
Expand Up @@ -29,8 +29,7 @@ message TableReadOptions {
repeated string selected_fields = 1;

// Optional. SQL text filtering statement, similar to a WHERE clause in
// a query. Currently, only a single predicate that is a comparison between
// a column and a constant value is supported. Aggregates are not supported.
// a query. Aggregates are not supported.
//
// Examples: "int_field > 5"
// "date_field = CAST('2014-9-27' as DATE)"
Expand Down
Expand Up @@ -1076,8 +1076,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -1095,8 +1094,7 @@ public interface TableReadOptionsOrBuilder
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1360,8 +1358,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -1389,8 +1386,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -2070,8 +2066,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -2099,8 +2094,7 @@ public java.lang.String getRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down Expand Up @@ -2128,8 +2122,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -2156,8 +2149,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand All @@ -2180,8 +2172,7 @@ public Builder clearRowRestriction() {
*
* <pre>
* SQL text filtering statement, similar to a WHERE clause in a query.
* Currently, only a single predicate that is a comparison between a column
* and a constant value is supported. Aggregates are not supported.
* Aggregates are not supported.
* Examples: "int_field &gt; 5"
* "date_field = CAST('2014-9-27' as DATE)"
* "nullable_field is not NULL"
Expand Down
Expand Up @@ -67,8 +67,7 @@ message ReadSession {
repeated string selected_fields = 1;

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

0 comments on commit 7e760a4

Please sign in to comment.