Skip to content

Commit 2e580e0

Browse files
1 parent a8675c5 commit 2e580e0

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
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-rev20241109-2.0.0</version>
25+
<version>v1-rev20241116-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-rev20241109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241116-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11044,7 +11044,7 @@ public class Operations {
1104411044
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
1104511045
* methods to check whether the cancellation succeeded or whether the operation completed despite
1104611046
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
11047-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
11047+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
1104811048
* `Code.CANCELLED`.
1104911049
*
1105011050
* Create a request for the method "operations.cancel".
@@ -11075,7 +11075,7 @@ public class Cancel extends CloudchannelRequest<com.google.api.services.cloudcha
1107511075
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
1107611076
* methods to check whether the cancellation succeeded or whether the operation completed despite
1107711077
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
11078-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
11078+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
1107911079
* `Code.CANCELLED`.
1108011080
*
1108111081
* Create a request for the method "operations.cancel".

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public final class GoogleCloudChannelV1ChangeOfferRequest extends com.google.api
5656
/**
5757
* Optional. Price reference ID for the offer. Optional field only for offers that require
5858
* 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.
59+
* the offer and placing the order. Not yet implemented: if populated in a request, this field
60+
* isn't evaluated in the API.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -143,8 +143,8 @@ public GoogleCloudChannelV1ChangeOfferRequest setParameters(java.util.List<Googl
143143
/**
144144
* Optional. Price reference ID for the offer. Optional field only for offers that require
145145
* 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.
146+
* the offer and placing the order. Not yet implemented: if populated in a request, this field
147+
* isn't evaluated in the API.
148148
* @return value or {@code null} for none
149149
*/
150150
public java.lang.String getPriceReferenceId() {
@@ -154,8 +154,8 @@ public java.lang.String getPriceReferenceId() {
154154
/**
155155
* Optional. Price reference ID for the offer. Optional field only for offers that require
156156
* 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.
157+
* the offer and placing the order. Not yet implemented: if populated in a request, this field
158+
* isn't evaluated in the API.
159159
* @param priceReferenceId priceReferenceId or {@code null} for none
160160
*/
161161
public GoogleCloudChannelV1ChangeOfferRequest setPriceReferenceId(java.lang.String priceReferenceId) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ public final class GoogleCloudChannelV1Entitlement extends com.google.api.client
8989
/**
9090
* Optional. Price reference ID for the offer. Optional field only for offers that require
9191
* 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.
92+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
93+
* it isn't evaluated in the API.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -279,8 +279,8 @@ public GoogleCloudChannelV1Entitlement setParameters(java.util.List<GoogleCloudC
279279
/**
280280
* Optional. Price reference ID for the offer. Optional field only for offers that require
281281
* 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.
282+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
283+
* it isn't evaluated in the API.
284284
* @return value or {@code null} for none
285285
*/
286286
public java.lang.String getPriceReferenceId() {
@@ -290,8 +290,8 @@ public java.lang.String getPriceReferenceId() {
290290
/**
291291
* Optional. Price reference ID for the offer. Optional field only for offers that require
292292
* 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.
293+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
294+
* it isn't evaluated in the API.
295295
* @param priceReferenceId priceReferenceId or {@code null} for none
296296
*/
297297
public GoogleCloudChannelV1Entitlement 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public final class GoogleCloudChannelV1alpha1Entitlement extends com.google.api.
125125
/**
126126
* Optional. Price reference ID for the offer. Optional field only for offers that require
127127
* additional price information. Used to guarantee that the pricing is consistent between quoting
128-
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
129-
* in the API if populated in a request.
128+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
129+
* it isn't evaluated in the API.
130130
* The value may be {@code null}.
131131
*/
132132
@com.google.api.client.util.Key
@@ -399,8 +399,8 @@ public GoogleCloudChannelV1alpha1Entitlement setParameters(java.util.List<Google
399399
/**
400400
* Optional. Price reference ID for the offer. Optional field only for offers that require
401401
* additional price information. Used to guarantee that the pricing is consistent between quoting
402-
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
403-
* in the API if populated in a request.
402+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
403+
* it isn't evaluated in the API.
404404
* @return value or {@code null} for none
405405
*/
406406
public java.lang.String getPriceReferenceId() {
@@ -410,8 +410,8 @@ public java.lang.String getPriceReferenceId() {
410410
/**
411411
* Optional. Price reference ID for the offer. Optional field only for offers that require
412412
* additional price information. Used to guarantee that the pricing is consistent between quoting
413-
* the offer and placing the order. Yet to be implemented: this field is currently not evaluated
414-
* in the API if populated in a request.
413+
* the offer and placing the order. Not yet implemented: if this field is populated in a request,
414+
* it isn't evaluated in the API.
415415
* @param priceReferenceId priceReferenceId or {@code null} for none
416416
*/
417417
public GoogleCloudChannelV1alpha1Entitlement setPriceReferenceId(java.lang.String priceReferenceId) {

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-rev20241109-2.0.0</version>
12-
<name>Cloud Channel API v1-rev20241109-2.0.0</name>
11+
<version>v1-rev20241116-2.0.0</version>
12+
<name>Cloud Channel API v1-rev20241116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudchannel/v1/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-rev20241109-2.0.0</version>
25+
<version>v1-rev20241116-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-rev20241109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241116-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)