Skip to content

Commit 4149bb7

Browse files
1 parent 2d6dbd1 commit 4149bb7

File tree

4 files changed

+39
-6
lines changed

4 files changed

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

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ public final class GoogleCloudChannelV1alpha1Entitlement extends com.google.api.
122122
@com.google.api.client.util.Key
123123
private java.util.List<GoogleCloudChannelV1alpha1Parameter> parameters;
124124

125+
/**
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. Yet to be implemented: this field is currently not evaluated
129+
* in the API if populated in a request.
130+
* The value may be {@code null}.
131+
*/
132+
@com.google.api.client.util.Key
133+
private java.lang.String priceReferenceId;
134+
125135
/**
126136
* Output only. Service provisioning details for the entitlement.
127137
* The value may be {@code null}.
@@ -386,6 +396,29 @@ public GoogleCloudChannelV1alpha1Entitlement setParameters(java.util.List<Google
386396
return this;
387397
}
388398

399+
/**
400+
* Optional. Price reference ID for the offer. Optional field only for offers that require
401+
* 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.
404+
* @return value or {@code null} for none
405+
*/
406+
public java.lang.String getPriceReferenceId() {
407+
return priceReferenceId;
408+
}
409+
410+
/**
411+
* Optional. Price reference ID for the offer. Optional field only for offers that require
412+
* 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.
415+
* @param priceReferenceId priceReferenceId or {@code null} for none
416+
*/
417+
public GoogleCloudChannelV1alpha1Entitlement setPriceReferenceId(java.lang.String priceReferenceId) {
418+
this.priceReferenceId = priceReferenceId;
419+
return this;
420+
}
421+
389422
/**
390423
* Output only. Service provisioning details for the entitlement.
391424
* @return value or {@code null} for none

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-rev20240913-2.0.0</version>
12-
<name>Cloud Channel API v1-rev20240913-2.0.0</name>
11+
<version>v1-rev20241020-2.0.0</version>
12+
<name>Cloud Channel API v1-rev20241020-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-rev20240913-2.0.0</version>
25+
<version>v1-rev20241020-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-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241020-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)