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

Commit bcece47

Browse files
feat(generator): update protoc to v3.15.3 (#54)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/85ff6015-d55c-4478-8392-d9259b8d2bde/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent 189521a commit bcece47

File tree

8 files changed

+307
-3
lines changed

8 files changed

+307
-3
lines changed

proto-google-cloud-channel-v1/clirr-ignored-differences.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@
5151
<differenceType>6011</differenceType>
5252
<field>*_FIELD_NUMBER</field>
5353
</difference>
54+
<difference>
55+
<differenceType>7012</differenceType>
56+
<className>com/google/cloud/channel/v1/*OrBuilder</className>
57+
<method>* has*(*)</method>
58+
</difference>
5459
</differences>

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ListTransferableOffersRequest.java

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,20 @@ public TransferredCustomerIdentityCase getTransferredCustomerIdentityCase() {
202202
}
203203

204204
public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER = 4;
205+
/**
206+
*
207+
*
208+
* <pre>
209+
* Customer's Cloud Identity ID
210+
* </pre>
211+
*
212+
* <code>string cloud_identity_id = 4;</code>
213+
*
214+
* @return Whether the cloudIdentityId field is set.
215+
*/
216+
public boolean hasCloudIdentityId() {
217+
return transferredCustomerIdentityCase_ == 4;
218+
}
205219
/**
206220
*
207221
*
@@ -258,6 +272,21 @@ public com.google.protobuf.ByteString getCloudIdentityIdBytes() {
258272
}
259273

260274
public static final int CUSTOMER_NAME_FIELD_NUMBER = 5;
275+
/**
276+
*
277+
*
278+
* <pre>
279+
* A reseller should create a customer and use the resource name of
280+
* the created customer here.
281+
* </pre>
282+
*
283+
* <code>string customer_name = 5;</code>
284+
*
285+
* @return Whether the customerName field is set.
286+
*/
287+
public boolean hasCustomerName() {
288+
return transferredCustomerIdentityCase_ == 5;
289+
}
261290
/**
262291
*
263292
*
@@ -1004,6 +1033,21 @@ public Builder clearTransferredCustomerIdentity() {
10041033
return this;
10051034
}
10061035

1036+
/**
1037+
*
1038+
*
1039+
* <pre>
1040+
* Customer's Cloud Identity ID
1041+
* </pre>
1042+
*
1043+
* <code>string cloud_identity_id = 4;</code>
1044+
*
1045+
* @return Whether the cloudIdentityId field is set.
1046+
*/
1047+
@java.lang.Override
1048+
public boolean hasCloudIdentityId() {
1049+
return transferredCustomerIdentityCase_ == 4;
1050+
}
10071051
/**
10081052
*
10091053
*
@@ -1123,6 +1167,22 @@ public Builder setCloudIdentityIdBytes(com.google.protobuf.ByteString value) {
11231167
return this;
11241168
}
11251169

1170+
/**
1171+
*
1172+
*
1173+
* <pre>
1174+
* A reseller should create a customer and use the resource name of
1175+
* the created customer here.
1176+
* </pre>
1177+
*
1178+
* <code>string customer_name = 5;</code>
1179+
*
1180+
* @return Whether the customerName field is set.
1181+
*/
1182+
@java.lang.Override
1183+
public boolean hasCustomerName() {
1184+
return transferredCustomerIdentityCase_ == 5;
1185+
}
11261186
/**
11271187
*
11281188
*

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ListTransferableOffersRequestOrBuilder.java

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ public interface ListTransferableOffersRequestOrBuilder
2323
// @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.ListTransferableOffersRequest)
2424
com.google.protobuf.MessageOrBuilder {
2525

26+
/**
27+
*
28+
*
29+
* <pre>
30+
* Customer's Cloud Identity ID
31+
* </pre>
32+
*
33+
* <code>string cloud_identity_id = 4;</code>
34+
*
35+
* @return Whether the cloudIdentityId field is set.
36+
*/
37+
boolean hasCloudIdentityId();
2638
/**
2739
*
2840
*
@@ -48,6 +60,19 @@ public interface ListTransferableOffersRequestOrBuilder
4860
*/
4961
com.google.protobuf.ByteString getCloudIdentityIdBytes();
5062

63+
/**
64+
*
65+
*
66+
* <pre>
67+
* A reseller should create a customer and use the resource name of
68+
* the created customer here.
69+
* </pre>
70+
*
71+
* <code>string customer_name = 5;</code>
72+
*
73+
* @return Whether the customerName field is set.
74+
*/
75+
boolean hasCustomerName();
5176
/**
5277
*
5378
*

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ListTransferableSkusRequest.java

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,20 @@ public TransferredCustomerIdentityCase getTransferredCustomerIdentityCase() {
202202
}
203203

204204
public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER = 4;
205+
/**
206+
*
207+
*
208+
* <pre>
209+
* Customer's Cloud Identity ID
210+
* </pre>
211+
*
212+
* <code>string cloud_identity_id = 4;</code>
213+
*
214+
* @return Whether the cloudIdentityId field is set.
215+
*/
216+
public boolean hasCloudIdentityId() {
217+
return transferredCustomerIdentityCase_ == 4;
218+
}
205219
/**
206220
*
207221
*
@@ -258,6 +272,23 @@ public com.google.protobuf.ByteString getCloudIdentityIdBytes() {
258272
}
259273

260274
public static final int CUSTOMER_NAME_FIELD_NUMBER = 7;
275+
/**
276+
*
277+
*
278+
* <pre>
279+
* A reseller is required to create a customer and use the resource name of
280+
* the created customer here.
281+
* The customer_name takes the format:
282+
* accounts/{account_id}/customers/{customer_id}
283+
* </pre>
284+
*
285+
* <code>string customer_name = 7;</code>
286+
*
287+
* @return Whether the customerName field is set.
288+
*/
289+
public boolean hasCustomerName() {
290+
return transferredCustomerIdentityCase_ == 7;
291+
}
261292
/**
262293
*
263294
*
@@ -1023,6 +1054,21 @@ public Builder clearTransferredCustomerIdentity() {
10231054
return this;
10241055
}
10251056

1057+
/**
1058+
*
1059+
*
1060+
* <pre>
1061+
* Customer's Cloud Identity ID
1062+
* </pre>
1063+
*
1064+
* <code>string cloud_identity_id = 4;</code>
1065+
*
1066+
* @return Whether the cloudIdentityId field is set.
1067+
*/
1068+
@java.lang.Override
1069+
public boolean hasCloudIdentityId() {
1070+
return transferredCustomerIdentityCase_ == 4;
1071+
}
10261072
/**
10271073
*
10281074
*
@@ -1142,6 +1188,24 @@ public Builder setCloudIdentityIdBytes(com.google.protobuf.ByteString value) {
11421188
return this;
11431189
}
11441190

1191+
/**
1192+
*
1193+
*
1194+
* <pre>
1195+
* A reseller is required to create a customer and use the resource name of
1196+
* the created customer here.
1197+
* The customer_name takes the format:
1198+
* accounts/{account_id}/customers/{customer_id}
1199+
* </pre>
1200+
*
1201+
* <code>string customer_name = 7;</code>
1202+
*
1203+
* @return Whether the customerName field is set.
1204+
*/
1205+
@java.lang.Override
1206+
public boolean hasCustomerName() {
1207+
return transferredCustomerIdentityCase_ == 7;
1208+
}
11451209
/**
11461210
*
11471211
*

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ListTransferableSkusRequestOrBuilder.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ public interface ListTransferableSkusRequestOrBuilder
2323
// @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.ListTransferableSkusRequest)
2424
com.google.protobuf.MessageOrBuilder {
2525

26+
/**
27+
*
28+
*
29+
* <pre>
30+
* Customer's Cloud Identity ID
31+
* </pre>
32+
*
33+
* <code>string cloud_identity_id = 4;</code>
34+
*
35+
* @return Whether the cloudIdentityId field is set.
36+
*/
37+
boolean hasCloudIdentityId();
2638
/**
2739
*
2840
*
@@ -48,6 +60,21 @@ public interface ListTransferableSkusRequestOrBuilder
4860
*/
4961
com.google.protobuf.ByteString getCloudIdentityIdBytes();
5062

63+
/**
64+
*
65+
*
66+
* <pre>
67+
* A reseller is required to create a customer and use the resource name of
68+
* the created customer here.
69+
* The customer_name takes the format:
70+
* accounts/{account_id}/customers/{customer_id}
71+
* </pre>
72+
*
73+
* <code>string customer_name = 7;</code>
74+
*
75+
* @return Whether the customerName field is set.
76+
*/
77+
boolean hasCustomerName();
5178
/**
5279
*
5380
*

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/Value.java

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,21 @@ public KindCase getKindCase() {
189189
}
190190

191191
public static final int INT64_VALUE_FIELD_NUMBER = 1;
192+
/**
193+
*
194+
*
195+
* <pre>
196+
* Represents an int64 value.
197+
* </pre>
198+
*
199+
* <code>int64 int64_value = 1;</code>
200+
*
201+
* @return Whether the int64Value field is set.
202+
*/
203+
@java.lang.Override
204+
public boolean hasInt64Value() {
205+
return kindCase_ == 1;
206+
}
192207
/**
193208
*
194209
*
@@ -209,6 +224,20 @@ public long getInt64Value() {
209224
}
210225

211226
public static final int STRING_VALUE_FIELD_NUMBER = 2;
227+
/**
228+
*
229+
*
230+
* <pre>
231+
* Represents a string value.
232+
* </pre>
233+
*
234+
* <code>string string_value = 2;</code>
235+
*
236+
* @return Whether the stringValue field is set.
237+
*/
238+
public boolean hasStringValue() {
239+
return kindCase_ == 2;
240+
}
212241
/**
213242
*
214243
*
@@ -265,6 +294,21 @@ public com.google.protobuf.ByteString getStringValueBytes() {
265294
}
266295

267296
public static final int DOUBLE_VALUE_FIELD_NUMBER = 3;
297+
/**
298+
*
299+
*
300+
* <pre>
301+
* Represents a double value.
302+
* </pre>
303+
*
304+
* <code>double double_value = 3;</code>
305+
*
306+
* @return Whether the doubleValue field is set.
307+
*/
308+
@java.lang.Override
309+
public boolean hasDoubleValue() {
310+
return kindCase_ == 3;
311+
}
268312
/**
269313
*
270314
*
@@ -764,6 +808,20 @@ public Builder clearKind() {
764808
return this;
765809
}
766810

811+
/**
812+
*
813+
*
814+
* <pre>
815+
* Represents an int64 value.
816+
* </pre>
817+
*
818+
* <code>int64 int64_value = 1;</code>
819+
*
820+
* @return Whether the int64Value field is set.
821+
*/
822+
public boolean hasInt64Value() {
823+
return kindCase_ == 1;
824+
}
767825
/**
768826
*
769827
*
@@ -819,6 +877,21 @@ public Builder clearInt64Value() {
819877
return this;
820878
}
821879

880+
/**
881+
*
882+
*
883+
* <pre>
884+
* Represents a string value.
885+
* </pre>
886+
*
887+
* <code>string string_value = 2;</code>
888+
*
889+
* @return Whether the stringValue field is set.
890+
*/
891+
@java.lang.Override
892+
public boolean hasStringValue() {
893+
return kindCase_ == 2;
894+
}
822895
/**
823896
*
824897
*
@@ -938,6 +1011,20 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) {
9381011
return this;
9391012
}
9401013

1014+
/**
1015+
*
1016+
*
1017+
* <pre>
1018+
* Represents a double value.
1019+
* </pre>
1020+
*
1021+
* <code>double double_value = 3;</code>
1022+
*
1023+
* @return Whether the doubleValue field is set.
1024+
*/
1025+
public boolean hasDoubleValue() {
1026+
return kindCase_ == 3;
1027+
}
9411028
/**
9421029
*
9431030
*

0 commit comments

Comments
 (0)