diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadRowsResponse.java b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadRowsResponse.java
index 48b5347a06..54ca656b3c 100644
--- a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadRowsResponse.java
+++ b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadRowsResponse.java
@@ -178,7 +178,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
private int rowsCase_ = 0;
private java.lang.Object rows_;
- public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
+ public enum RowsCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_ROWS(3),
ARROW_RECORD_BATCH(4),
ROWS_NOT_SET(0);
diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java
index 2cacbb33c2..cf7b96def8 100644
--- a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java
+++ b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java
@@ -1067,8 +1067,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1086,8 +1085,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1289,8 +1287,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1318,8 +1315,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1783,7 +1779,8 @@ public java.lang.String getSelectedFields(int index) {
*
* repeated string selected_fields = 1;
*
- * @param value The bytes of the selectedFields to add.
+ * @param index The index of the value to return.
+ * @return The bytes of the selectedFields at the given index.
*/
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
return selectedFields_.getByteString(index);
@@ -1910,8 +1907,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1939,8 +1935,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1968,8 +1963,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1996,8 +1990,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2020,8 +2013,7 @@ public Builder clearRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2103,7 +2095,10 @@ public com.google.protobuf.Parser getParserForType() {
private int schemaCase_ = 0;
private java.lang.Object schema_;
- public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
+ public enum SchemaCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_SCHEMA(4),
ARROW_SCHEMA(5),
SCHEMA_NOT_SET(0);
diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
index 3ef32c135b..19d4231da5 100644
--- a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
+++ b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
@@ -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)"
diff --git a/proto-google-cloud-bigquerystorage-v1alpha2/pom.xml b/proto-google-cloud-bigquerystorage-v1alpha2/pom.xml
index e54ebf2f7f..f0a4064a58 100644
--- a/proto-google-cloud-bigquerystorage-v1alpha2/pom.xml
+++ b/proto-google-cloud-bigquerystorage-v1alpha2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigquerystorage-v1alpha2
- 0.90.0
+ 0.91.0
proto-google-cloud-bigquerystorage-v1alpha2
PROTO library for proto-google-cloud-bigquerystorage-v1alpha2
com.google.cloud
google-cloud-bigquerystorage-parent
- 0.125.0-beta
+ 0.126.0-beta
diff --git a/proto-google-cloud-bigquerystorage-v1alpha2/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Storage.java b/proto-google-cloud-bigquerystorage-v1alpha2/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Storage.java
index e782eecd58..964a819e6a 100644
--- a/proto-google-cloud-bigquerystorage-v1alpha2/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Storage.java
+++ b/proto-google-cloud-bigquerystorage-v1alpha2/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Storage.java
@@ -2432,7 +2432,10 @@ public com.google.protobuf.Parser getParserForType() {
private int rowsCase_ = 0;
private java.lang.Object rows_;
- public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
+ public enum RowsCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
PROTO_ROWS(4),
ROWS_NOT_SET(0);
private final int value;
@@ -3775,7 +3778,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
private int responseCase_ = 0;
private java.lang.Object response_;
- public enum ResponseCase implements com.google.protobuf.Internal.EnumLite {
+ public enum ResponseCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
OFFSET(1),
ERROR(2),
RESPONSE_NOT_SET(0);
@@ -6149,7 +6155,8 @@ public java.lang.String getWriteStreams(int index) {
*
* repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
*
- * @param value The bytes of the writeStreams to add.
+ * @param index The index of the value to return.
+ * @return The bytes of the writeStreams at the given index.
*/
public com.google.protobuf.ByteString getWriteStreamsBytes(int index) {
return writeStreams_.getByteString(index);
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/pom.xml b/proto-google-cloud-bigquerystorage-v1beta1/pom.xml
index 77734eda17..e89413f842 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/pom.xml
+++ b/proto-google-cloud-bigquerystorage-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigquerystorage-v1beta1
- 0.90.0
+ 0.91.0
proto-google-cloud-bigquerystorage-v1beta1
PROTO library for proto-google-cloud-bigquerystorage-v1beta1
com.google.cloud
google-cloud-bigquerystorage-parent
- 0.125.0-beta
+ 0.126.0-beta
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
index 49feb72799..affbaf60d8 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
+++ b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
@@ -100,8 +100,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -119,8 +118,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -322,8 +320,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -351,8 +348,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -820,7 +816,8 @@ public java.lang.String getSelectedFields(int index) {
*
* repeated string selected_fields = 1;
*
- * @param value The bytes of the selectedFields to add.
+ * @param index The index of the value to return.
+ * @return The bytes of the selectedFields at the given index.
*/
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
return selectedFields_.getByteString(index);
@@ -947,8 +944,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -976,8 +972,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1005,8 +1000,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1033,8 +1027,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1057,8 +1050,7 @@ public Builder clearRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java
index 84f2c99e88..d08601548c 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java
+++ b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java
@@ -2386,7 +2386,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
private int schemaCase_ = 0;
private java.lang.Object schema_;
- public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
+ public enum SchemaCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_SCHEMA(5),
ARROW_SCHEMA(6),
SCHEMA_NOT_SET(0);
@@ -10852,7 +10855,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
private int rowsCase_ = 0;
private java.lang.Object rows_;
- public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
+ public enum RowsCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_ROWS(3),
ARROW_RECORD_BATCH(4),
ROWS_NOT_SET(0);
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto b/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
index 9591deba7f..8ed9b73f6c 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
+++ b/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
@@ -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)"
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/pom.xml b/proto-google-cloud-bigquerystorage-v1beta2/pom.xml
index cbe7268657..0ceda107a4 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/pom.xml
+++ b/proto-google-cloud-bigquerystorage-v1beta2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigquerystorage-v1beta2
- 0.90.0
+ 0.91.0
proto-google-cloud-bigquerystorage-v1beta2
PROTO library for proto-google-cloud-bigquerystorage-v1beta2
com.google.cloud
google-cloud-bigquerystorage-parent
- 0.125.0-beta
+ 0.126.0-beta
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadRowsResponse.java b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadRowsResponse.java
index cf53abc109..38162a98d7 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadRowsResponse.java
+++ b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadRowsResponse.java
@@ -183,7 +183,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
private int rowsCase_ = 0;
private java.lang.Object rows_;
- public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
+ public enum RowsCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_ROWS(3),
ARROW_RECORD_BATCH(4),
ROWS_NOT_SET(0);
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
index 2ab53778af..10bc2268e8 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
+++ b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
@@ -1076,8 +1076,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1095,8 +1094,7 @@ public interface TableReadOptionsOrBuilder
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1360,8 +1358,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1389,8 +1386,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -1943,7 +1939,8 @@ public java.lang.String getSelectedFields(int index) {
*
* repeated string selected_fields = 1;
*
- * @param value The bytes of the selectedFields to add.
+ * @param index The index of the value to return.
+ * @return The bytes of the selectedFields at the given index.
*/
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
return selectedFields_.getByteString(index);
@@ -2070,8 +2067,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2099,8 +2095,7 @@ public java.lang.String getRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2128,8 +2123,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2156,8 +2150,7 @@ public Builder setRowRestriction(java.lang.String value) {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2180,8 +2173,7 @@ public Builder clearRowRestriction() {
*
*
* 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)"
* "nullable_field is not NULL"
@@ -2478,7 +2470,10 @@ public com.google.protobuf.Parser getParserForType() {
private int schemaCase_ = 0;
private java.lang.Object schema_;
- public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
+ public enum SchemaCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
AVRO_SCHEMA(4),
ARROW_SCHEMA(5),
SCHEMA_NOT_SET(0);
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto b/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
index cad7f95a51..38d5de4783 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
+++ b/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
@@ -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)"
diff --git a/renovate.json b/renovate.json
index 268a4669ab..fc6412701a 100644
--- a/renovate.json
+++ b/renovate.json
@@ -54,6 +54,13 @@
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
+ {
+ "packagePatterns": [
+ "^com.google.cloud:libraries-bom"
+ ],
+ "semanticCommitType": "chore",
+ "semanticCommitScope": "deps"
+ },
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
diff --git a/synth.metadata b/synth.metadata
index cbf8588862..42d7013702 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -1,58 +1,44 @@
{
- "updateTime": "2020-02-11T22:40:41.222574Z",
+ "updateTime": "2020-03-06T22:43:03.741419Z",
"sources": [
- {
- "git": {
- "name": ".",
- "remote": "https://github.com/googleapis/java-bigquerystorage.git",
- "sha": "6dc9d2b59699816132768c3e8c81b7769b700a8b"
- }
- },
- {
- "git": {
- "name": "synthtool",
- "remote": "rpc://devrel/cloud/libraries/tools/autosynth",
- "sha": "dd7cd93888cbeb1d4c56a1ca814491c7813160e8"
- }
- },
{
"generator": {
"name": "artman",
- "version": "0.45.0",
- "dockerImage": "googleapis/artman@sha256:6aec9c34db0e4be221cdaf6faba27bdc07cfea846808b3d3b964dfce3a9a0f9b"
+ "version": "1.0.0",
+ "dockerImage": "googleapis/artman@sha256:f37f2464788cb551299209b4fcab4eb323533154488c2ef9ec0c75d7c2b4b482"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "8a36b928873ff9c05b43859b9d4ea14cd205df57",
- "internalRef": "294459768"
+ "sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
+ "internalRef": "299404145"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "8a36b928873ff9c05b43859b9d4ea14cd205df57",
- "internalRef": "294459768"
+ "sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
+ "internalRef": "299404145"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "8a36b928873ff9c05b43859b9d4ea14cd205df57",
- "internalRef": "294459768"
+ "sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
+ "internalRef": "299404145"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "8a36b928873ff9c05b43859b9d4ea14cd205df57",
- "internalRef": "294459768",
- "log": "8a36b928873ff9c05b43859b9d4ea14cd205df57\nFix: Define the \"bigquery.googleapis.com/Table\" resource in the BigQuery Storage API (v1beta2).\n\nPiperOrigin-RevId: 294459768\n\nc7a3caa2c40c49f034a3c11079dd90eb24987047\nFix: Define the \"bigquery.googleapis.com/Table\" resource in the BigQuery Storage API (v1).\n\nPiperOrigin-RevId: 294456889\n\n"
+ "sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
+ "internalRef": "299404145",
+ "log": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378\nchore: update protobuf (protoc) version to 3.11.2\n\nPiperOrigin-RevId: 299404145\n\n30e36b4bee6749c4799f4fc1a51cc8f058ba167d\nUpdate cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 299399890\n\nffbb493674099f265693872ae250711b2238090c\nfeat: cloudbuild/v1 add new fields and annotate OUTPUT_OUT fields.\n\nPiperOrigin-RevId: 299397780\n\nbc973a15818e00c19e121959832676e9b7607456\nbazel: Fix broken common dependency\n\nPiperOrigin-RevId: 299397431\n\n71094a343e3b962e744aa49eb9338219537474e4\nchore: bigtable/admin/v2 publish retry config\n\nPiperOrigin-RevId: 299391875\n\n8f488efd7bda33885cb674ddd023b3678c40bd82\nfeat: Migrate logging to GAPIC v2; release new features.\n\nIMPORTANT: This is a breaking change for client libraries\nin all languages.\n\nCommitter: @lukesneeringer, @jskeet\nPiperOrigin-RevId: 299370279\n\n007605bf9ad3a1fd775014ebefbf7f1e6b31ee71\nUpdate API for bigqueryreservation v1beta1.\n- Adds flex capacity commitment plan to CapacityCommitment.\n- Adds methods for getting and updating BiReservations.\n- Adds methods for updating/splitting/merging CapacityCommitments.\n\nPiperOrigin-RevId: 299368059\n\nf0b581b5bdf803e45201ecdb3688b60e381628a8\nfix: recommendationengine/v1beta1 update some comments\n\nPiperOrigin-RevId: 299181282\n\n10e9a0a833dc85ff8f05b2c67ebe5ac785fe04ff\nbuild: add generated BUILD file for Routes Preferred API\n\nPiperOrigin-RevId: 299164808\n\n86738c956a8238d7c77f729be78b0ed887a6c913\npublish v1p1beta1: update with absolute address in comments\n\nPiperOrigin-RevId: 299152383\n\n73d9f2ad4591de45c2e1f352bc99d70cbd2a6d95\npublish v1: update with absolute address in comments\n\nPiperOrigin-RevId: 299147194\n\nd2158f24cb77b0b0ccfe68af784c6a628705e3c6\npublish v1beta2: update with absolute address in comments\n\nPiperOrigin-RevId: 299147086\n\n7fca61292c11b4cd5b352cee1a50bf88819dd63b\npublish v1p2beta1: update with absolute address in comments\n\nPiperOrigin-RevId: 299146903\n\n583b7321624736e2c490e328f4b1957335779295\npublish v1p3beta1: update with absolute address in comments\n\nPiperOrigin-RevId: 299146674\n\n638253bf86d1ce1c314108a089b7351440c2f0bf\nfix: add java_multiple_files option for automl text_sentiment.proto\n\nPiperOrigin-RevId: 298971070\n\n373d655703bf914fb8b0b1cc4071d772bac0e0d1\nUpdate Recs AI Beta public bazel file\n\nPiperOrigin-RevId: 298961623\n\ndcc5d00fc8a8d8b56f16194d7c682027b2c66a3b\nfix: add java_multiple_files option for automl classification.proto\n\nPiperOrigin-RevId: 298953301\n\n"
}
},
{
diff --git a/synth.py b/synth.py
index f26792db18..afe6e87bbc 100644
--- a/synth.py
+++ b/synth.py
@@ -32,8 +32,4 @@
destination_name='bigquerystorage',
)
-common_templates = gcp.CommonTemplates()
-templates = common_templates.java_library()
-s.copy(templates, excludes=[
- 'README.md',
-])
+java.common_templates()
diff --git a/versions.txt b/versions.txt
index b0b68c95e9..d8d8dddb77 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,12 +1,12 @@
# Format:
# module:released-version:current-version
-proto-google-cloud-bigquerystorage-v1alpha2:0.90.0:0.90.0
-proto-google-cloud-bigquerystorage-v1beta1:0.90.0:0.90.0
-proto-google-cloud-bigquerystorage-v1beta2:0.90.0:0.90.0
-proto-google-cloud-bigquerystorage-v1:0.90.0:0.90.0
-grpc-google-cloud-bigquerystorage-v1alpha2:0.90.0:0.90.0
-grpc-google-cloud-bigquerystorage-v1beta1:0.90.0:0.90.0
-grpc-google-cloud-bigquerystorage-v1beta2:0.90.0:0.90.0
-grpc-google-cloud-bigquerystorage-v1:0.90.0:0.90.0
-google-cloud-bigquerystorage:0.125.0-beta:0.125.0-beta
+proto-google-cloud-bigquerystorage-v1alpha2:0.91.0:0.91.0
+proto-google-cloud-bigquerystorage-v1beta1:0.91.0:0.91.0
+proto-google-cloud-bigquerystorage-v1beta2:0.91.0:0.91.0
+proto-google-cloud-bigquerystorage-v1:0.91.0:0.91.0
+grpc-google-cloud-bigquerystorage-v1alpha2:0.91.0:0.91.0
+grpc-google-cloud-bigquerystorage-v1beta1:0.91.0:0.91.0
+grpc-google-cloud-bigquerystorage-v1beta2:0.91.0:0.91.0
+grpc-google-cloud-bigquerystorage-v1:0.91.0:0.91.0
+google-cloud-bigquerystorage:0.126.0-beta:0.126.0-beta