Skip to content

Commit c1f1854

Browse files
feat: re-generated to pick up changes in the API or client library generator. (#97)
1 parent 11b4418 commit c1f1854

File tree

8 files changed

+50
-22
lines changed

8 files changed

+50
-22
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
178178
private int rowsCase_ = 0;
179179
private java.lang.Object rows_;
180180

181-
public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
181+
public enum RowsCase
182+
implements
183+
com.google.protobuf.Internal.EnumLite,
184+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
182185
AVRO_ROWS(3),
183186
ARROW_RECORD_BATCH(4),
184187
ROWS_NOT_SET(0);

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,8 @@ public java.lang.String getSelectedFields(int index) {
17791779
*
17801780
* <code>repeated string selected_fields = 1;</code>
17811781
*
1782-
* @param value The bytes of the selectedFields to add.
1782+
* @param index The index of the value to return.
1783+
* @return The bytes of the selectedFields at the given index.
17831784
*/
17841785
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
17851786
return selectedFields_.getByteString(index);
@@ -2094,7 +2095,10 @@ public com.google.protobuf.Parser<TableReadOptions> getParserForType() {
20942095
private int schemaCase_ = 0;
20952096
private java.lang.Object schema_;
20962097

2097-
public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
2098+
public enum SchemaCase
2099+
implements
2100+
com.google.protobuf.Internal.EnumLite,
2101+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
20982102
AVRO_SCHEMA(4),
20992103
ARROW_SCHEMA(5),
21002104
SCHEMA_NOT_SET(0);

proto-google-cloud-bigquerystorage-v1alpha2/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Storage.java

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,10 @@ public com.google.protobuf.Parser<ProtoData> getParserForType() {
24322432
private int rowsCase_ = 0;
24332433
private java.lang.Object rows_;
24342434

2435-
public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
2435+
public enum RowsCase
2436+
implements
2437+
com.google.protobuf.Internal.EnumLite,
2438+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
24362439
PROTO_ROWS(4),
24372440
ROWS_NOT_SET(0);
24382441
private final int value;
@@ -3775,7 +3778,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
37753778
private int responseCase_ = 0;
37763779
private java.lang.Object response_;
37773780

3778-
public enum ResponseCase implements com.google.protobuf.Internal.EnumLite {
3781+
public enum ResponseCase
3782+
implements
3783+
com.google.protobuf.Internal.EnumLite,
3784+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
37793785
OFFSET(1),
37803786
ERROR(2),
37813787
RESPONSE_NOT_SET(0);
@@ -6149,7 +6155,8 @@ public java.lang.String getWriteStreams(int index) {
61496155
*
61506156
* <code>repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];</code>
61516157
*
6152-
* @param value The bytes of the writeStreams to add.
6158+
* @param index The index of the value to return.
6159+
* @return The bytes of the writeStreams at the given index.
61536160
*/
61546161
public com.google.protobuf.ByteString getWriteStreamsBytes(int index) {
61556162
return writeStreams_.getByteString(index);

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,8 @@ public java.lang.String getSelectedFields(int index) {
816816
*
817817
* <code>repeated string selected_fields = 1;</code>
818818
*
819-
* @param value The bytes of the selectedFields to add.
819+
* @param index The index of the value to return.
820+
* @return The bytes of the selectedFields at the given index.
820821
*/
821822
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
822823
return selectedFields_.getByteString(index);

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
23862386
private int schemaCase_ = 0;
23872387
private java.lang.Object schema_;
23882388

2389-
public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
2389+
public enum SchemaCase
2390+
implements
2391+
com.google.protobuf.Internal.EnumLite,
2392+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
23902393
AVRO_SCHEMA(5),
23912394
ARROW_SCHEMA(6),
23922395
SCHEMA_NOT_SET(0);
@@ -10852,7 +10855,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
1085210855
private int rowsCase_ = 0;
1085310856
private java.lang.Object rows_;
1085410857

10855-
public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
10858+
public enum RowsCase
10859+
implements
10860+
com.google.protobuf.Internal.EnumLite,
10861+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
1085610862
AVRO_ROWS(3),
1085710863
ARROW_RECORD_BATCH(4),
1085810864
ROWS_NOT_SET(0);

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
183183
private int rowsCase_ = 0;
184184
private java.lang.Object rows_;
185185

186-
public enum RowsCase implements com.google.protobuf.Internal.EnumLite {
186+
public enum RowsCase
187+
implements
188+
com.google.protobuf.Internal.EnumLite,
189+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
187190
AVRO_ROWS(3),
188191
ARROW_RECORD_BATCH(4),
189192
ROWS_NOT_SET(0);

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,8 @@ public java.lang.String getSelectedFields(int index) {
19391939
*
19401940
* <code>repeated string selected_fields = 1;</code>
19411941
*
1942-
* @param value The bytes of the selectedFields to add.
1942+
* @param index The index of the value to return.
1943+
* @return The bytes of the selectedFields at the given index.
19431944
*/
19441945
public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
19451946
return selectedFields_.getByteString(index);
@@ -2469,7 +2470,10 @@ public com.google.protobuf.Parser<TableReadOptions> getParserForType() {
24692470
private int schemaCase_ = 0;
24702471
private java.lang.Object schema_;
24712472

2472-
public enum SchemaCase implements com.google.protobuf.Internal.EnumLite {
2473+
public enum SchemaCase
2474+
implements
2475+
com.google.protobuf.Internal.EnumLite,
2476+
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
24732477
AVRO_SCHEMA(4),
24742478
ARROW_SCHEMA(5),
24752479
SCHEMA_NOT_SET(0);

synth.metadata

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2020-03-04T22:43:32.617581Z",
2+
"updateTime": "2020-03-06T22:43:03.741419Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,33 +12,33 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
16-
"internalRef": "298942178"
15+
"sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
16+
"internalRef": "299404145"
1717
}
1818
},
1919
{
2020
"git": {
2121
"name": "googleapis",
2222
"remote": "https://github.com/googleapis/googleapis.git",
23-
"sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
24-
"internalRef": "298942178"
23+
"sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
24+
"internalRef": "299404145"
2525
}
2626
},
2727
{
2828
"git": {
2929
"name": "googleapis",
3030
"remote": "https://github.com/googleapis/googleapis.git",
31-
"sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
32-
"internalRef": "298942178"
31+
"sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
32+
"internalRef": "299404145"
3333
}
3434
},
3535
{
3636
"git": {
3737
"name": "googleapis",
3838
"remote": "https://github.com/googleapis/googleapis.git",
39-
"sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
40-
"internalRef": "298942178",
41-
"log": "a3f791827266f3496a6a5201d58adc4bb265c2a3\nchore: automl/v1 publish annotations and retry config\n\nPiperOrigin-RevId: 298942178\n\n01c681586d8d6dbd60155289b587aee678530bd9\nMark return_immediately in PullRequest deprecated.\n\nPiperOrigin-RevId: 298893281\n\nc9f5e9c4bfed54bbd09227e990e7bded5f90f31c\nRemove out of date documentation for predicate support on the Storage API\n\nPiperOrigin-RevId: 298883309\n\nfd5b3b8238d783b04692a113ffe07c0363f5de0f\ngenerate webrisk v1 proto\n\nPiperOrigin-RevId: 298847934\n\n541b1ded4abadcc38e8178680b0677f65594ea6f\nUpdate cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 298686266\n\nc0d171acecb4f5b0bfd2c4ca34fc54716574e300\n Updated to include the Notification v1 API.\n\nPiperOrigin-RevId: 298652775\n\n2346a9186c0bff2c9cc439f2459d558068637e05\nAdd Service Directory v1beta1 protos and configs\n\nPiperOrigin-RevId: 298625638\n\na78ed801b82a5c6d9c5368e24b1412212e541bb7\nPublishing v3 protos and configs.\n\nPiperOrigin-RevId: 298607357\n\n4a180bfff8a21645b3a935c2756e8d6ab18a74e0\nautoml/v1beta1 publish proto updates\n\nPiperOrigin-RevId: 298484782\n\n6de6e938b7df1cd62396563a067334abeedb9676\nchore: use the latest gapic-generator and protoc-java-resource-name-plugin in Bazel workspace.\n\nPiperOrigin-RevId: 298474513\n\n244ab2b83a82076a1fa7be63b7e0671af73f5c02\nAdds service config definition for bigqueryreservation v1\n\nPiperOrigin-RevId: 298455048\n\n83c6f84035ee0f80eaa44d8b688a010461cc4080\nUpdate google/api/auth.proto to make AuthProvider to have JwtLocation\n\nPiperOrigin-RevId: 297918498\n\n"
39+
"sha": "91e1fb5ef9829c0c7a64bfa5bde330e6ed594378",
40+
"internalRef": "299404145",
41+
"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"
4242
}
4343
},
4444
{

0 commit comments

Comments
 (0)