File tree 12 files changed +24
-0
lines changed
java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1
12 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ private AuditConfig(
146
146
}
147
147
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
148
148
throw e .setUnfinishedMessage (this );
149
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
150
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
149
151
} catch (java .io .IOException e ) {
150
152
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
151
153
} finally {
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ private AuditConfigDelta(
113
113
}
114
114
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
115
115
throw e .setUnfinishedMessage (this );
116
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
117
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
116
118
} catch (java .io .IOException e ) {
117
119
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
118
120
} finally {
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ private AuditLogConfig(
116
116
}
117
117
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
118
118
throw e .setUnfinishedMessage (this );
119
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
120
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
119
121
} catch (java .io .IOException e ) {
120
122
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
121
123
} finally {
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ private Binding(
114
114
}
115
115
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
116
116
throw e .setUnfinishedMessage (this );
117
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
118
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
117
119
} catch (java .io .IOException e ) {
118
120
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
119
121
} finally {
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ private BindingDelta(
119
119
}
120
120
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
121
121
throw e .setUnfinishedMessage (this );
122
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
123
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
122
124
} catch (java .io .IOException e ) {
123
125
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
124
126
} finally {
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ private GetIamPolicyRequest(
103
103
}
104
104
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
105
105
throw e .setUnfinishedMessage (this );
106
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
107
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
106
108
} catch (java .io .IOException e ) {
107
109
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
108
110
} finally {
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ private GetPolicyOptions(
84
84
}
85
85
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
86
86
throw e .setUnfinishedMessage (this );
87
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
88
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
87
89
} catch (java .io .IOException e ) {
88
90
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
89
91
} finally {
Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ private Policy(
172
172
}
173
173
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
174
174
throw e .setUnfinishedMessage (this );
175
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
176
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
175
177
} catch (java .io .IOException e ) {
176
178
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
177
179
} finally {
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ private PolicyDelta(
104
104
}
105
105
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
106
106
throw e .setUnfinishedMessage (this );
107
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
108
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
107
109
} catch (java .io .IOException e ) {
108
110
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
109
111
} finally {
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ private SetIamPolicyRequest(
117
117
}
118
118
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
119
119
throw e .setUnfinishedMessage (this );
120
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
121
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
120
122
} catch (java .io .IOException e ) {
121
123
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
122
124
} finally {
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ private TestIamPermissionsRequest(
100
100
}
101
101
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
102
102
throw e .setUnfinishedMessage (this );
103
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
104
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
103
105
} catch (java .io .IOException e ) {
104
106
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
105
107
} finally {
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ private TestIamPermissionsResponse(
92
92
}
93
93
} catch (com .google .protobuf .InvalidProtocolBufferException e ) {
94
94
throw e .setUnfinishedMessage (this );
95
+ } catch (com .google .protobuf .UninitializedMessageException e ) {
96
+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
95
97
} catch (java .io .IOException e ) {
96
98
throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
97
99
} finally {
You can’t perform that action at this time.
0 commit comments