Skip to content

Commit 831257e

Browse files
chore(bazel): update version of Protobuf to v3.20.1 (#944)
* 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 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3c637e5 commit 831257e

67 files changed

Lines changed: 224 additions & 35 deletions

File tree

Some content is hidden

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

proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/BigQueryOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ private BigQueryOptions(
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-logging-v2/src/main/java/com/google/logging/v2/CmekSettings.java

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

proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CopyLogEntriesMetadata.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ private CopyLogEntriesMetadata(
152152
}
153153
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
154154
throw e.setUnfinishedMessage(this);
155+
} catch (com.google.protobuf.UninitializedMessageException e) {
156+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
155157
} catch (java.io.IOException e) {
156158
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
157159
} finally {

proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CopyLogEntriesRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private CopyLogEntriesRequest(
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-logging-v2/src/main/java/com/google/logging/v2/CopyLogEntriesResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ private CopyLogEntriesResponse(
8484
}
8585
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
8686
throw e.setUnfinishedMessage(this);
87+
} catch (com.google.protobuf.UninitializedMessageException e) {
88+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
8789
} catch (java.io.IOException e) {
8890
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
8991
} finally {

proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateBucketRequest.java

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

proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateExclusionRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ private CreateExclusionRequest(
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-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateLogMetricRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ private CreateLogMetricRequest(
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-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateSinkRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ private CreateSinkRequest(
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-logging-v2/src/main/java/com/google/logging/v2/CreateViewRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ private CreateViewRequest(
110110
}
111111
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
112112
throw e.setUnfinishedMessage(this);
113+
} catch (com.google.protobuf.UninitializedMessageException e) {
114+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
113115
} catch (java.io.IOException e) {
114116
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
115117
} finally {

0 commit comments

Comments
 (0)