Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit eb74ad5

Browse files
chore(bazel): update version of Protobuf to v3.20.1 (#218)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 444328399 Source-Link: googleapis/googleapis@c7ca416 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d61705453a62b3ecda78aa30c192840ebc5a8a90 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9
1 parent 15c5a62 commit eb74ad5

37 files changed

+76
-1
lines changed

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/AddOnWidgetSet.java

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

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/CommonAddOnManifest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ private CommonAddOnManifest(
181181
}
182182
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
183183
throw e.setUnfinishedMessage(this);
184+
} catch (com.google.protobuf.UninitializedMessageException e) {
185+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
184186
} catch (java.io.IOException e) {
185187
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
186188
} finally {

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/HomepageExtensionPoint.java

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

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/HttpOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private HttpOptions(
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-apps-script-type-protos/src/main/java/com/google/apps/script/type/LayoutProperties.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ private LayoutProperties(
9696
}
9797
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9898
throw e.setUnfinishedMessage(this);
99+
} catch (com.google.protobuf.UninitializedMessageException e) {
100+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
99101
} catch (java.io.IOException e) {
100102
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
101103
} finally {

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/MenuItemExtensionPoint.java

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

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/UniversalActionExtensionPoint.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ private UniversalActionExtensionPoint(
102102
}
103103
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
104104
throw e.setUnfinishedMessage(this);
105+
} catch (com.google.protobuf.UninitializedMessageException e) {
106+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
105107
} catch (java.io.IOException e) {
106108
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
107109
} finally {

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/calendar/CalendarAddOnManifest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ private CalendarAddOnManifest(
163163
}
164164
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
165165
throw e.setUnfinishedMessage(this);
166+
} catch (com.google.protobuf.UninitializedMessageException e) {
167+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
166168
} catch (java.io.IOException e) {
167169
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
168170
} finally {

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/calendar/CalendarExtensionPoint.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private CalendarExtensionPoint(
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-apps-script-type-protos/src/main/java/com/google/apps/script/type/calendar/ConferenceSolution.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ private ConferenceSolution(
112112
}
113113
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
114114
throw e.setUnfinishedMessage(this);
115+
} catch (com.google.protobuf.UninitializedMessageException e) {
116+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
115117
} catch (java.io.IOException e) {
116118
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
117119
} finally {

0 commit comments

Comments
 (0)