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

Commit 25db29a

Browse files
chore(bazel): update version of Protobuf to v3.20.1 (#191)
- [ ] 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 cafa697 commit 25db29a

File tree

7 files changed

+16
-0
lines changed

7 files changed

+16
-0
lines changed

proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/Connector.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ private Connector(
150150
}
151151
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
152152
throw e.setUnfinishedMessage(this);
153+
} catch (com.google.protobuf.UninitializedMessageException e) {
154+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
153155
} catch (java.io.IOException e) {
154156
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
155157
} finally {
@@ -542,6 +544,8 @@ private Subnet(
542544
}
543545
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
544546
throw e.setUnfinishedMessage(this);
547+
} catch (com.google.protobuf.UninitializedMessageException e) {
548+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
545549
} catch (java.io.IOException e) {
546550
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
547551
} finally {

proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/CreateConnectorRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ private CreateConnectorRequest(
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 {

proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/DeleteConnectorRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private DeleteConnectorRequest(
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-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/GetConnectorRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private GetConnectorRequest(
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-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/ListConnectorsRequest.java

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

proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/ListConnectorsResponse.java

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

proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/OperationMetadata.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ private OperationMetadata(
126126
}
127127
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
128128
throw e.setUnfinishedMessage(this);
129+
} catch (com.google.protobuf.UninitializedMessageException e) {
130+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
129131
} catch (java.io.IOException e) {
130132
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
131133
} finally {

0 commit comments

Comments
 (0)