Skip to content

Commit 7006cca

Browse files
1 parent 7b7c915 commit 7006cca

11 files changed

+108
-54
lines changed

clients/google-api-services-cloudchannel/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudchannel</artifactId>
25-
<version>v1-rev20250325-2.0.0</version>
25+
<version>v1-rev20250419-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20250419-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1ChangeOfferRequest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public final class GoogleCloudChannelV1ChangeOfferRequest extends com.google.api
5454
private java.util.List<GoogleCloudChannelV1Parameter> parameters;
5555

5656
/**
57-
* Optional. Price reference ID for the offer. Optional field only for offers that require
58-
* additional price information. Used to guarantee that the pricing is consistent between quoting
59-
* the offer and placing the order.
57+
* Optional. Price reference ID for the offer. Only for offers that require additional price
58+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
59+
* placing the order.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -140,19 +140,19 @@ public GoogleCloudChannelV1ChangeOfferRequest setParameters(java.util.List<Googl
140140
}
141141

142142
/**
143-
* Optional. Price reference ID for the offer. Optional field only for offers that require
144-
* additional price information. Used to guarantee that the pricing is consistent between quoting
145-
* the offer and placing the order.
143+
* Optional. Price reference ID for the offer. Only for offers that require additional price
144+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
145+
* placing the order.
146146
* @return value or {@code null} for none
147147
*/
148148
public java.lang.String getPriceReferenceId() {
149149
return priceReferenceId;
150150
}
151151

152152
/**
153-
* Optional. Price reference ID for the offer. Optional field only for offers that require
154-
* additional price information. Used to guarantee that the pricing is consistent between quoting
155-
* the offer and placing the order.
153+
* Optional. Price reference ID for the offer. Only for offers that require additional price
154+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
155+
* placing the order.
156156
* @param priceReferenceId priceReferenceId or {@code null} for none
157157
*/
158158
public GoogleCloudChannelV1ChangeOfferRequest setPriceReferenceId(java.lang.String priceReferenceId) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1Customer.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ public final class GoogleCloudChannelV1Customer extends com.google.api.client.js
7777
@com.google.api.client.util.Key
7878
private String createTime;
7979

80+
/**
81+
* Optional. Indicate if a customer is attesting about the correctness of provided information.
82+
* Only required if creating a GCP Entitlement.
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private java.lang.String customerAttestationState;
87+
8088
/**
8189
* Required. The customer's primary domain. Must match the primary contact email's domain.
8290
* The value may be {@code null}.
@@ -244,6 +252,25 @@ public GoogleCloudChannelV1Customer setCreateTime(String createTime) {
244252
return this;
245253
}
246254

255+
/**
256+
* Optional. Indicate if a customer is attesting about the correctness of provided information.
257+
* Only required if creating a GCP Entitlement.
258+
* @return value or {@code null} for none
259+
*/
260+
public java.lang.String getCustomerAttestationState() {
261+
return customerAttestationState;
262+
}
263+
264+
/**
265+
* Optional. Indicate if a customer is attesting about the correctness of provided information.
266+
* Only required if creating a GCP Entitlement.
267+
* @param customerAttestationState customerAttestationState or {@code null} for none
268+
*/
269+
public GoogleCloudChannelV1Customer setCustomerAttestationState(java.lang.String customerAttestationState) {
270+
this.customerAttestationState = customerAttestationState;
271+
return this;
272+
}
273+
247274
/**
248275
* Required. The customer's primary domain. Must match the primary contact email's domain.
249276
* @return value or {@code null} for none

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1Entitlement.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ public final class GoogleCloudChannelV1Entitlement extends com.google.api.client
8787
private java.util.List<GoogleCloudChannelV1Parameter> parameters;
8888

8989
/**
90-
* Optional. Price reference ID for the offer. Optional field only for offers that require
91-
* additional price information. Used to guarantee that the pricing is consistent between quoting
92-
* the offer and placing the order.
90+
* Optional. Price reference ID for the offer. Only for offers that require additional price
91+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
92+
* placing the order.
9393
* The value may be {@code null}.
9494
*/
9595
@com.google.api.client.util.Key
@@ -276,19 +276,19 @@ public GoogleCloudChannelV1Entitlement setParameters(java.util.List<GoogleCloudC
276276
}
277277

278278
/**
279-
* Optional. Price reference ID for the offer. Optional field only for offers that require
280-
* additional price information. Used to guarantee that the pricing is consistent between quoting
281-
* the offer and placing the order.
279+
* Optional. Price reference ID for the offer. Only for offers that require additional price
280+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
281+
* placing the order.
282282
* @return value or {@code null} for none
283283
*/
284284
public java.lang.String getPriceReferenceId() {
285285
return priceReferenceId;
286286
}
287287

288288
/**
289-
* Optional. Price reference ID for the offer. Optional field only for offers that require
290-
* additional price information. Used to guarantee that the pricing is consistent between quoting
291-
* the offer and placing the order.
289+
* Optional. Price reference ID for the offer. Only for offers that require additional price
290+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
291+
* placing the order.
292292
* @param priceReferenceId priceReferenceId or {@code null} for none
293293
*/
294294
public GoogleCloudChannelV1Entitlement setPriceReferenceId(java.lang.String priceReferenceId) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1ListOffersResponse.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public final class GoogleCloudChannelV1ListOffersResponse extends com.google.api
3737
private java.lang.String nextPageToken;
3838

3939
/**
40-
* The list of Offers requested.
40+
* The list of Offers requested. The pricing information for each Offer only includes the base
41+
* price. Effective prices and discounts aren't populated.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -61,15 +62,17 @@ public GoogleCloudChannelV1ListOffersResponse setNextPageToken(java.lang.String
6162
}
6263

6364
/**
64-
* The list of Offers requested.
65+
* The list of Offers requested. The pricing information for each Offer only includes the base
66+
* price. Effective prices and discounts aren't populated.
6567
* @return value or {@code null} for none
6668
*/
6769
public java.util.List<GoogleCloudChannelV1Offer> getOffers() {
6870
return offers;
6971
}
7072

7173
/**
72-
* The list of Offers requested.
74+
* The list of Offers requested. The pricing information for each Offer only includes the base
75+
* price. Effective prices and discounts aren't populated.
7376
* @param offers offers or {@code null} for none
7477
*/
7578
public GoogleCloudChannelV1ListOffersResponse setOffers(java.util.List<GoogleCloudChannelV1Offer> offers) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1PurchasableOffer.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public final class GoogleCloudChannelV1PurchasableOffer extends com.google.api.c
3838
private GoogleCloudChannelV1Offer offer;
3939

4040
/**
41-
* Optional. Price reference ID for the offer. Optional field only for offers that require
42-
* additional price information. Used to guarantee that the pricing is consistent between quoting
43-
* the offer and placing the order.
41+
* Optional. Price reference ID for the offer. Only for offers that require additional price
42+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
43+
* placing the order.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -64,19 +64,19 @@ public GoogleCloudChannelV1PurchasableOffer setOffer(GoogleCloudChannelV1Offer o
6464
}
6565

6666
/**
67-
* Optional. Price reference ID for the offer. Optional field only for offers that require
68-
* additional price information. Used to guarantee that the pricing is consistent between quoting
69-
* the offer and placing the order.
67+
* Optional. Price reference ID for the offer. Only for offers that require additional price
68+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
69+
* placing the order.
7070
* @return value or {@code null} for none
7171
*/
7272
public java.lang.String getPriceReferenceId() {
7373
return priceReferenceId;
7474
}
7575

7676
/**
77-
* Optional. Price reference ID for the offer. Optional field only for offers that require
78-
* additional price information. Used to guarantee that the pricing is consistent between quoting
79-
* the offer and placing the order.
77+
* Optional. Price reference ID for the offer. Only for offers that require additional price
78+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
79+
* placing the order.
8080
* @param priceReferenceId priceReferenceId or {@code null} for none
8181
*/
8282
public GoogleCloudChannelV1PurchasableOffer setPriceReferenceId(java.lang.String priceReferenceId) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1TransferableOffer.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public final class GoogleCloudChannelV1TransferableOffer extends com.google.api.
3737
private GoogleCloudChannelV1Offer offer;
3838

3939
/**
40-
* Optional. Price reference ID for the offer. Optional field only for offers that require
41-
* additional price information. Used to guarantee that the pricing is consistent between quoting
42-
* the offer and placing the order.
40+
* Optional. Price reference ID for the offer. Only for offers that require additional price
41+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
42+
* placing the order.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -63,19 +63,19 @@ public GoogleCloudChannelV1TransferableOffer setOffer(GoogleCloudChannelV1Offer
6363
}
6464

6565
/**
66-
* Optional. Price reference ID for the offer. Optional field only for offers that require
67-
* additional price information. Used to guarantee that the pricing is consistent between quoting
68-
* the offer and placing the order.
66+
* Optional. Price reference ID for the offer. Only for offers that require additional price
67+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
68+
* placing the order.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getPriceReferenceId() {
7272
return priceReferenceId;
7373
}
7474

7575
/**
76-
* Optional. Price reference ID for the offer. Optional field only for offers that require
77-
* additional price information. Used to guarantee that the pricing is consistent between quoting
78-
* the offer and placing the order.
76+
* Optional. Price reference ID for the offer. Only for offers that require additional price
77+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
78+
* placing the order.
7979
* @param priceReferenceId priceReferenceId or {@code null} for none
8080
*/
8181
public GoogleCloudChannelV1TransferableOffer setPriceReferenceId(java.lang.String priceReferenceId) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1alpha1Entitlement.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ public final class GoogleCloudChannelV1alpha1Entitlement extends com.google.api.
123123
private java.util.List<GoogleCloudChannelV1alpha1Parameter> parameters;
124124

125125
/**
126-
* Optional. Price reference ID for the offer. Optional field only for offers that require
127-
* additional price information. Used to guarantee that the pricing is consistent between quoting
128-
* the offer and placing the order.
126+
* Optional. Price reference ID for the offer. Only for offers that require additional price
127+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
128+
* placing the order.
129129
* The value may be {@code null}.
130130
*/
131131
@com.google.api.client.util.Key
@@ -396,19 +396,19 @@ public GoogleCloudChannelV1alpha1Entitlement setParameters(java.util.List<Google
396396
}
397397

398398
/**
399-
* Optional. Price reference ID for the offer. Optional field only for offers that require
400-
* additional price information. Used to guarantee that the pricing is consistent between quoting
401-
* the offer and placing the order.
399+
* Optional. Price reference ID for the offer. Only for offers that require additional price
400+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
401+
* placing the order.
402402
* @return value or {@code null} for none
403403
*/
404404
public java.lang.String getPriceReferenceId() {
405405
return priceReferenceId;
406406
}
407407

408408
/**
409-
* Optional. Price reference ID for the offer. Optional field only for offers that require
410-
* additional price information. Used to guarantee that the pricing is consistent between quoting
411-
* the offer and placing the order.
409+
* Optional. Price reference ID for the offer. Only for offers that require additional price
410+
* information. Used to guarantee that the pricing is consistent between quoting the offer and
411+
* placing the order.
412412
* @param priceReferenceId priceReferenceId or {@code null} for none
413413
*/
414414
public GoogleCloudChannelV1alpha1Entitlement setPriceReferenceId(java.lang.String priceReferenceId) {

clients/google-api-services-cloudchannel/v1/2.0.0/com/google/api/services/cloudchannel/v1/model/GoogleCloudChannelV1alpha1OpportunityEvent.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class GoogleCloudChannelV1alpha1OpportunityEvent extends com.google
4343
@com.google.api.client.util.Key
4444
private java.lang.String opportunity;
4545

46+
/**
47+
* Resource name of the partner. Format: partners/{partner}
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String partner;
52+
4653
/**
4754
* Type of event which happened for the opportunity.
4855
* @return value or {@code null} for none
@@ -77,6 +84,23 @@ public GoogleCloudChannelV1alpha1OpportunityEvent setOpportunity(java.lang.Strin
7784
return this;
7885
}
7986

87+
/**
88+
* Resource name of the partner. Format: partners/{partner}
89+
* @return value or {@code null} for none
90+
*/
91+
public java.lang.String getPartner() {
92+
return partner;
93+
}
94+
95+
/**
96+
* Resource name of the partner. Format: partners/{partner}
97+
* @param partner partner or {@code null} for none
98+
*/
99+
public GoogleCloudChannelV1alpha1OpportunityEvent setPartner(java.lang.String partner) {
100+
this.partner = partner;
101+
return this;
102+
}
103+
80104
@Override
81105
public GoogleCloudChannelV1alpha1OpportunityEvent set(String fieldName, Object value) {
82106
return (GoogleCloudChannelV1alpha1OpportunityEvent) super.set(fieldName, value);

clients/google-api-services-cloudchannel/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudchannel</artifactId>
11-
<version>v1-rev20250325-2.0.0</version>
12-
<name>Cloud Channel API v1-rev20250325-2.0.0</name>
11+
<version>v1-rev20250419-2.0.0</version>
12+
<name>Cloud Channel API v1-rev20250419-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)