Skip to content

Commit 055b029

Browse files
feat: enable RunQueryResponse.done (#942)
* docs: clarifications for filters PiperOrigin-RevId: 441242400 Source-Link: googleapis/googleapis@9ef0015 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a0735cb5d613c910232479b487929cc45d7d4855 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTA3MzVjYjVkNjEzYzkxMDIzMjQ3OWI0ODc5MjljYzQ1ZDdkNDg1NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(bazel): update version of Protobuf to v3.20.1 PiperOrigin-RevId: 444328399 Source-Link: googleapis/googleapis@c7ca416 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d61705453a62b3ecda78aa30c192840ebc5a8a90 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat:Enable RunQueryResponse.done PiperOrigin-RevId: 444879243 Source-Link: googleapis/googleapis@c4b98bf Source-Link: https://github.com/googleapis/googleapis-gen/commit/497ddcdeadceff35b285c6ea43f399e71dc313af Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDk3ZGRjZGVhZGNlZmYzNWIyODVjNmVhNDNmMzk5ZTcxZGMzMTNhZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 17c2de9 commit 055b029

File tree

83 files changed

+824
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+824
-282
lines changed

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/CreateIndexRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private CreateIndexRequest(
104104
}
105105
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
106106
throw e.setUnfinishedMessage(this);
107+
} catch (com.google.protobuf.UninitializedMessageException e) {
108+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
107109
} catch (java.io.IOException e) {
108110
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
109111
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Database.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ private Database(
122122
}
123123
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
124124
throw e.setUnfinishedMessage(this);
125+
} catch (com.google.protobuf.UninitializedMessageException e) {
126+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
125127
} catch (java.io.IOException e) {
126128
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
127129
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/DeleteIndexRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private DeleteIndexRequest(
8888
}
8989
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9090
throw e.setUnfinishedMessage(this);
91+
} catch (com.google.protobuf.UninitializedMessageException e) {
92+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
9193
} catch (java.io.IOException e) {
9294
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
9395
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsMetadata.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ private ExportDocumentsMetadata(
171171
}
172172
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
173173
throw e.setUnfinishedMessage(this);
174+
} catch (com.google.protobuf.UninitializedMessageException e) {
175+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
174176
} catch (java.io.IOException e) {
175177
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
176178
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ private ExportDocumentsRequest(
108108
}
109109
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
110110
throw e.setUnfinishedMessage(this);
111+
} catch (com.google.protobuf.UninitializedMessageException e) {
112+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
111113
} catch (java.io.IOException e) {
112114
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
113115
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/ExportDocumentsResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private ExportDocumentsResponse(
8888
}
8989
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9090
throw e.setUnfinishedMessage(this);
91+
} catch (com.google.protobuf.UninitializedMessageException e) {
92+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
9193
} catch (java.io.IOException e) {
9294
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
9395
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/Field.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ private Field(
106106
}
107107
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
108108
throw e.setUnfinishedMessage(this);
109+
} catch (com.google.protobuf.UninitializedMessageException e) {
110+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
109111
} catch (java.io.IOException e) {
110112
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
111113
} finally {
@@ -342,6 +344,8 @@ private IndexConfig(
342344
}
343345
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
344346
throw e.setUnfinishedMessage(this);
347+
} catch (com.google.protobuf.UninitializedMessageException e) {
348+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
345349
} catch (java.io.IOException e) {
346350
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
347351
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FieldOperationMetadata.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ private FieldOperationMetadata(
176176
}
177177
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
178178
throw e.setUnfinishedMessage(this);
179+
} catch (com.google.protobuf.UninitializedMessageException e) {
180+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
179181
} catch (java.io.IOException e) {
180182
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
181183
} finally {
@@ -358,6 +360,8 @@ private IndexConfigDelta(
358360
}
359361
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
360362
throw e.setUnfinishedMessage(this);
363+
} catch (com.google.protobuf.UninitializedMessageException e) {
364+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
361365
} catch (java.io.IOException e) {
362366
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
363367
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetDatabaseRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private GetDatabaseRequest(
8888
}
8989
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9090
throw e.setUnfinishedMessage(this);
91+
} catch (com.google.protobuf.UninitializedMessageException e) {
92+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
9193
} catch (java.io.IOException e) {
9294
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
9395
} finally {

proto-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/GetFieldRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private GetFieldRequest(
8888
}
8989
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9090
throw e.setUnfinishedMessage(this);
91+
} catch (com.google.protobuf.UninitializedMessageException e) {
92+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
9193
} catch (java.io.IOException e) {
9294
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
9395
} finally {

0 commit comments

Comments
 (0)