File tree Expand file tree Collapse file tree
java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ private AuditConfig(
146146 }
147147 } catch (com .google .protobuf .InvalidProtocolBufferException e ) {
148148 throw e .setUnfinishedMessage (this );
149+ } catch (com .google .protobuf .UninitializedMessageException e ) {
150+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
149151 } catch (java .io .IOException e ) {
150152 throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
151153 } finally {
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ private AuditConfigDelta(
113113 }
114114 } catch (com .google .protobuf .InvalidProtocolBufferException e ) {
115115 throw e .setUnfinishedMessage (this );
116+ } catch (com .google .protobuf .UninitializedMessageException e ) {
117+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
116118 } catch (java .io .IOException e ) {
117119 throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
118120 } finally {
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ private AuditLogConfig(
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 {
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ private Binding(
114114 }
115115 } catch (com .google .protobuf .InvalidProtocolBufferException e ) {
116116 throw e .setUnfinishedMessage (this );
117+ } catch (com .google .protobuf .UninitializedMessageException e ) {
118+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
117119 } catch (java .io .IOException e ) {
118120 throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
119121 } finally {
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ private BindingDelta(
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 {
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ private GetIamPolicyRequest(
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 {
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ private GetPolicyOptions(
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 {
Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ private Policy(
172172 }
173173 } catch (com .google .protobuf .InvalidProtocolBufferException e ) {
174174 throw e .setUnfinishedMessage (this );
175+ } catch (com .google .protobuf .UninitializedMessageException e ) {
176+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
175177 } catch (java .io .IOException e ) {
176178 throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
177179 } finally {
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ private PolicyDelta(
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 {
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ private SetIamPolicyRequest(
117117 }
118118 } catch (com .google .protobuf .InvalidProtocolBufferException e ) {
119119 throw e .setUnfinishedMessage (this );
120+ } catch (com .google .protobuf .UninitializedMessageException e ) {
121+ throw e .asInvalidProtocolBufferException ().setUnfinishedMessage (this );
120122 } catch (java .io .IOException e ) {
121123 throw new com .google .protobuf .InvalidProtocolBufferException (e ).setUnfinishedMessage (this );
122124 } finally {
You can’t perform that action at this time.
0 commit comments