Skip to content

Commit 210e840

Browse files
1 parent a8c1c2c commit 210e840

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class GoogleCloudChannelV1CloudIdentityCustomerAccount extends com.
6868

6969
/**
7070
* Returns true if the Cloud Identity account is associated with a customer of the Channel
71-
* Services partner.
71+
* Services partner (with active subscriptions or purchase consents).
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -163,7 +163,7 @@ public GoogleCloudChannelV1CloudIdentityCustomerAccount setExisting(java.lang.Bo
163163

164164
/**
165165
* Returns true if the Cloud Identity account is associated with a customer of the Channel
166-
* Services partner.
166+
* Services partner (with active subscriptions or purchase consents).
167167
* @return value or {@code null} for none
168168
*/
169169
public java.lang.Boolean getOwned() {
@@ -172,7 +172,7 @@ public java.lang.Boolean getOwned() {
172172

173173
/**
174174
* Returns true if the Cloud Identity account is associated with a customer of the Channel
175-
* Services partner.
175+
* Services partner (with active subscriptions or purchase consents).
176176
* @param owned owned or {@code null} for none
177177
*/
178178
public GoogleCloudChannelV1CloudIdentityCustomerAccount setOwned(java.lang.Boolean owned) {

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

0 commit comments

Comments
 (0)