This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +16
-0
lines changed
proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1 Expand file tree Collapse file tree 7 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ private Connector(
150
150
}
151
151
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
152
152
throw e .setUnfinishedMessage (this );
153
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
154
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
153
155
} catch (java .io .IOException e ) {
154
156
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
155
157
} finally {
@@ -542,6 +544,8 @@ private Subnet(
542
544
}
543
545
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
544
546
throw e .setUnfinishedMessage (this );
547
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
548
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
545
549
} catch (java .io .IOException e ) {
546
550
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
547
551
} finally {
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ private CreateConnectorRequest(
112
112
}
113
113
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
114
114
throw e .setUnfinishedMessage (this );
115
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
116
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
115
117
} catch (java .io .IOException e ) {
116
118
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
117
119
} finally {
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ private DeleteConnectorRequest(
88
88
}
89
89
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
90
90
throw e .setUnfinishedMessage (this );
91
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
92
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
91
93
} catch (java .io .IOException e ) {
92
94
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
93
95
} finally {
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ private GetConnectorRequest(
88
88
}
89
89
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
90
90
throw e .setUnfinishedMessage (this );
91
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
92
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
91
93
} catch (java .io .IOException e ) {
92
94
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
93
95
} finally {
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ private ListConnectorsRequest(
101
101
}
102
102
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
103
103
throw e .setUnfinishedMessage (this );
104
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
105
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
104
106
} catch (java .io .IOException e ) {
105
107
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
106
108
} finally {
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ private ListConnectorsResponse(
101
101
}
102
102
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
103
103
throw e .setUnfinishedMessage (this );
104
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
105
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
104
106
} catch (java .io .IOException e ) {
105
107
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
106
108
} finally {
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ private OperationMetadata(
126
126
}
127
127
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
128
128
throw e .setUnfinishedMessage (this );
129
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
130
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
129
131
} catch (java .io .IOException e ) {
130
132
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
131
133
} finally {
You can’t perform that action at this time.
0 commit comments