Skip to content

Commit a6bac2a

Browse files
1 parent ca7acfe commit a6bac2a

15 files changed

+264
-24
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-rev20241024-2.0.0</version>
25+
<version>v1-rev20241102-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-rev20241024-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241102-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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ public final class GoogleCloudChannelV1ChangeOfferRequest extends com.google.api
5353
@com.google.api.client.util.Key
5454
private java.util.List<GoogleCloudChannelV1Parameter> parameters;
5555

56+
/**
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. Yet to be implemented: this field is currently not evaluated
60+
* in the API if populated in a request.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.String priceReferenceId;
65+
5666
/**
5767
* Optional. Purchase order id provided by the reseller.
5868
* The value may be {@code null}.
@@ -130,6 +140,29 @@ public GoogleCloudChannelV1ChangeOfferRequest setParameters(java.util.List<Googl
130140
return this;
131141
}
132142

143+
/**
144+
* Optional. Price reference ID for the offer. Optional field only for offers that require
145+
* additional price information. Used to guarantee that the pricing is consistent between quoting
146+
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
147+
* in the API if populated in a request.
148+
* @return value or {@code null} for none
149+
*/
150+
public java.lang.String getPriceReferenceId() {
151+
return priceReferenceId;
152+
}
153+
154+
/**
155+
* Optional. Price reference ID for the offer. Optional field only for offers that require
156+
* additional price information. Used to guarantee that the pricing is consistent between quoting
157+
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
158+
* in the API if populated in a request.
159+
* @param priceReferenceId priceReferenceId or {@code null} for none
160+
*/
161+
public GoogleCloudChannelV1ChangeOfferRequest setPriceReferenceId(java.lang.String priceReferenceId) {
162+
this.priceReferenceId = priceReferenceId;
163+
return this;
164+
}
165+
133166
/**
134167
* Optional. Purchase order id provided by the reseller.
135168
* @return value or {@code null} for none

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

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

3939
/**
40-
* Type of event which happened on the customer.
40+
* Type of event which happened for the customer.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public GoogleCloudChannelV1CustomerEvent setCustomer(java.lang.String customer)
6161
}
6262

6363
/**
64-
* Type of event which happened on the customer.
64+
* Type of event which happened for the customer.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getEventType() {
6868
return eventType;
6969
}
7070

7171
/**
72-
* Type of event which happened on the customer.
72+
* Type of event which happened for the customer.
7373
* @param eventType eventType or {@code null} for none
7474
*/
7575
public GoogleCloudChannelV1CustomerEvent setEventType(java.lang.String eventType) {

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

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

89+
/**
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. Yet to be implemented: this field is currently not evaluated
93+
* in the API if populated in a request.
94+
* The value may be {@code null}.
95+
*/
96+
@com.google.api.client.util.Key
97+
private java.lang.String priceReferenceId;
98+
8999
/**
90100
* Output only. Service provisioning details for the entitlement.
91101
* The value may be {@code null}.
@@ -266,6 +276,29 @@ public GoogleCloudChannelV1Entitlement setParameters(java.util.List<GoogleCloudC
266276
return this;
267277
}
268278

279+
/**
280+
* Optional. Price reference ID for the offer. Optional field only for offers that require
281+
* additional price information. Used to guarantee that the pricing is consistent between quoting
282+
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
283+
* in the API if populated in a request.
284+
* @return value or {@code null} for none
285+
*/
286+
public java.lang.String getPriceReferenceId() {
287+
return priceReferenceId;
288+
}
289+
290+
/**
291+
* Optional. Price reference ID for the offer. Optional field only for offers that require
292+
* additional price information. Used to guarantee that the pricing is consistent between quoting
293+
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
294+
* in the API if populated in a request.
295+
* @param priceReferenceId priceReferenceId or {@code null} for none
296+
*/
297+
public GoogleCloudChannelV1Entitlement setPriceReferenceId(java.lang.String priceReferenceId) {
298+
this.priceReferenceId = priceReferenceId;
299+
return this;
300+
}
301+
269302
/**
270303
* Output only. Service provisioning details for the entitlement.
271304
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GoogleCloudChannelV1EntitlementEvent extends com.google.api.c
3838
private java.lang.String entitlement;
3939

4040
/**
41-
* Type of event which happened on the entitlement.
41+
* Type of event which happened for the entitlement.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -64,15 +64,15 @@ public GoogleCloudChannelV1EntitlementEvent setEntitlement(java.lang.String enti
6464
}
6565

6666
/**
67-
* Type of event which happened on the entitlement.
67+
* Type of event which happened for the entitlement.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.String getEventType() {
7171
return eventType;
7272
}
7373

7474
/**
75-
* Type of event which happened on the entitlement.
75+
* Type of event which happened for the entitlement.
7676
* @param eventType eventType or {@code null} for none
7777
*/
7878
public GoogleCloudChannelV1EntitlementEvent setEventType(java.lang.String eventType) {

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class GoogleCloudChannelV1PurchasableOffer extends com.google.api.c
3737
@com.google.api.client.util.Key
3838
private GoogleCloudChannelV1Offer offer;
3939

40+
/**
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.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String priceReferenceId;
48+
4049
/**
4150
* Offer.
4251
* @return value or {@code null} for none
@@ -54,6 +63,27 @@ public GoogleCloudChannelV1PurchasableOffer setOffer(GoogleCloudChannelV1Offer o
5463
return this;
5564
}
5665

66+
/**
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.
70+
* @return value or {@code null} for none
71+
*/
72+
public java.lang.String getPriceReferenceId() {
73+
return priceReferenceId;
74+
}
75+
76+
/**
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.
80+
* @param priceReferenceId priceReferenceId or {@code null} for none
81+
*/
82+
public GoogleCloudChannelV1PurchasableOffer setPriceReferenceId(java.lang.String priceReferenceId) {
83+
this.priceReferenceId = priceReferenceId;
84+
return this;
85+
}
86+
5787
@Override
5888
public GoogleCloudChannelV1PurchasableOffer set(String fieldName, Object value) {
5989
return (GoogleCloudChannelV1PurchasableOffer) super.set(fieldName, value);

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoogleCloudChannelV1TransferableOffer extends com.google.api.
3636
@com.google.api.client.util.Key
3737
private GoogleCloudChannelV1Offer offer;
3838

39+
/**
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.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String priceReferenceId;
47+
3948
/**
4049
* Offer with parameter constraints updated to allow the Transfer.
4150
* @return value or {@code null} for none
@@ -53,6 +62,27 @@ public GoogleCloudChannelV1TransferableOffer setOffer(GoogleCloudChannelV1Offer
5362
return this;
5463
}
5564

65+
/**
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.
69+
* @return value or {@code null} for none
70+
*/
71+
public java.lang.String getPriceReferenceId() {
72+
return priceReferenceId;
73+
}
74+
75+
/**
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.
79+
* @param priceReferenceId priceReferenceId or {@code null} for none
80+
*/
81+
public GoogleCloudChannelV1TransferableOffer setPriceReferenceId(java.lang.String priceReferenceId) {
82+
this.priceReferenceId = priceReferenceId;
83+
return this;
84+
}
85+
5686
@Override
5787
public GoogleCloudChannelV1TransferableOffer set(String fieldName, Object value) {
5888
return (GoogleCloudChannelV1TransferableOffer) super.set(fieldName, value);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class GoogleCloudChannelV1alpha1ChannelPartnerEvent extends com.goo
3939
private java.lang.String channelPartner;
4040

4141
/**
42-
* Type of event performed on the Channel Partner.
42+
* Type of event which happened for the channel partner.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -65,15 +65,15 @@ public GoogleCloudChannelV1alpha1ChannelPartnerEvent setChannelPartner(java.lang
6565
}
6666

6767
/**
68-
* Type of event performed on the Channel Partner.
68+
* Type of event which happened for the channel partner.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getEventType() {
7272
return eventType;
7373
}
7474

7575
/**
76-
* Type of event performed on the Channel Partner.
76+
* Type of event which happened for the channel partner.
7777
* @param eventType eventType or {@code null} for none
7878
*/
7979
public GoogleCloudChannelV1alpha1ChannelPartnerEvent setEventType(java.lang.String eventType) {

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

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

3939
/**
40-
* Type of event which happened on the customer.
40+
* Type of event which happened for the customer.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public GoogleCloudChannelV1alpha1CustomerEvent setCustomer(java.lang.String cust
6161
}
6262

6363
/**
64-
* Type of event which happened on the customer.
64+
* Type of event which happened for the customer.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getEventType() {
6868
return eventType;
6969
}
7070

7171
/**
72-
* Type of event which happened on the customer.
72+
* Type of event which happened for the customer.
7373
* @param eventType eventType or {@code null} for none
7474
*/
7575
public GoogleCloudChannelV1alpha1CustomerEvent setEventType(java.lang.String eventType) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class GoogleCloudChannelV1alpha1EntitlementEvent extends com.google
3838
private java.lang.String entitlement;
3939

4040
/**
41-
* Type of event which happened on the entitlement.
41+
* Type of event which happened for the entitlement.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -64,15 +64,15 @@ public GoogleCloudChannelV1alpha1EntitlementEvent setEntitlement(java.lang.Strin
6464
}
6565

6666
/**
67-
* Type of event which happened on the entitlement.
67+
* Type of event which happened for the entitlement.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.String getEventType() {
7171
return eventType;
7272
}
7373

7474
/**
75-
* Type of event which happened on the entitlement.
75+
* Type of event which happened for the entitlement.
7676
* @param eventType eventType or {@code null} for none
7777
*/
7878
public GoogleCloudChannelV1alpha1EntitlementEvent setEventType(java.lang.String eventType) {

0 commit comments

Comments
 (0)