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

Commit 4d035a4

Browse files
chore(bazel): update version of Protobuf to v3.20.1 (#856)
* 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 * 🦉 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 1e080b5 commit 4d035a4

22 files changed

+44
-0
lines changed

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/DeleteEventsRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private DeleteEventsRequest(
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-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/DeleteEventsResponse.java

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ private DeleteEventsResponse(
7979
}
8080
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
8181
throw e.setUnfinishedMessage(this);
82+
} catch (com.google.protobuf.UninitializedMessageException e) {
83+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
8284
} catch (java.io.IOException e) {
8385
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
8486
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorContext.java

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ private ErrorContext(
127127
}
128128
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
129129
throw e.setUnfinishedMessage(this);
130+
} catch (com.google.protobuf.UninitializedMessageException e) {
131+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
130132
} catch (java.io.IOException e) {
131133
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
132134
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorEvent.java

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ private ErrorEvent(
139139
}
140140
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
141141
throw e.setUnfinishedMessage(this);
142+
} catch (com.google.protobuf.UninitializedMessageException e) {
143+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
142144
} catch (java.io.IOException e) {
143145
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
144146
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroup.java

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ private ErrorGroup(
120120
}
121121
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
122122
throw e.setUnfinishedMessage(this);
123+
} catch (com.google.protobuf.UninitializedMessageException e) {
124+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
123125
} catch (java.io.IOException e) {
124126
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
125127
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupStats.java

+2
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ private ErrorGroupStats(
191191
}
192192
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
193193
throw e.setUnfinishedMessage(this);
194+
} catch (com.google.protobuf.UninitializedMessageException e) {
195+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
194196
} catch (java.io.IOException e) {
195197
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
196198
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/GetGroupRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private GetGroupRequest(
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-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/HttpRequestContext.java

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ private HttpRequestContext(
128128
}
129129
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
130130
throw e.setUnfinishedMessage(this);
131+
} catch (com.google.protobuf.UninitializedMessageException e) {
132+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
131133
} catch (java.io.IOException e) {
132134
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
133135
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ListEventsRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ private ListEventsRequest(
145145
}
146146
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
147147
throw e.setUnfinishedMessage(this);
148+
} catch (com.google.protobuf.UninitializedMessageException e) {
149+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
148150
} catch (java.io.IOException e) {
149151
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
150152
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ListEventsResponse.java

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ private ListEventsResponse(
119119
}
120120
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
121121
throw e.setUnfinishedMessage(this);
122+
} catch (com.google.protobuf.UninitializedMessageException e) {
123+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
122124
} catch (java.io.IOException e) {
123125
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
124126
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ListGroupStatsRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ private ListGroupStatsRequest(
195195
}
196196
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
197197
throw e.setUnfinishedMessage(this);
198+
} catch (com.google.protobuf.UninitializedMessageException e) {
199+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
198200
} catch (java.io.IOException e) {
199201
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
200202
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ListGroupStatsResponse.java

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ private ListGroupStatsResponse(
119119
}
120120
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
121121
throw e.setUnfinishedMessage(this);
122+
} catch (com.google.protobuf.UninitializedMessageException e) {
123+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
122124
} catch (java.io.IOException e) {
123125
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
124126
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/QueryTimeRange.java

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ private QueryTimeRange(
8989
}
9090
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
9191
throw e.setUnfinishedMessage(this);
92+
} catch (com.google.protobuf.UninitializedMessageException e) {
93+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
9294
} catch (java.io.IOException e) {
9395
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
9496
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorEventRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ private ReportErrorEventRequest(
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 {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportErrorEventResponse.java

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ private ReportErrorEventResponse(
8080
}
8181
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
8282
throw e.setUnfinishedMessage(this);
83+
} catch (com.google.protobuf.UninitializedMessageException e) {
84+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
8385
} catch (java.io.IOException e) {
8486
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
8587
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ReportedErrorEvent.java

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ private ReportedErrorEvent(
139139
}
140140
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
141141
throw e.setUnfinishedMessage(this);
142+
} catch (com.google.protobuf.UninitializedMessageException e) {
143+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
142144
} catch (java.io.IOException e) {
143145
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
144146
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ServiceContext.java

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ private ServiceContext(
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-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ServiceContextFilter.java

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ private ServiceContextFilter(
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-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/SourceLocation.java

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private SourceLocation(
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-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/TimedCount.java

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ private TimedCount(
116116
}
117117
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
118118
throw e.setUnfinishedMessage(this);
119+
} catch (com.google.protobuf.UninitializedMessageException e) {
120+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
119121
} catch (java.io.IOException e) {
120122
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
121123
} finally {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/TrackingIssue.java

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private TrackingIssue(
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-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/UpdateGroupRequest.java

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ private UpdateGroupRequest(
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 {

0 commit comments

Comments
 (0)