Skip to content

Commit 8951657

Browse files
1 parent f7592db commit 8951657

9 files changed

+802
-67
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-rev20241020-2.0.0</version>
25+
<version>v1-rev20241024-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241024-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: 675 additions & 48 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.cloudchannel.v1.model;
1818

1919
/**
20-
* Request message for CloudChannelService.ChangeParametersRequest.
20+
* Request message for CloudChannelService.ChangeParameters.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Channel API. For a detailed explanation see:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public final class GoogleCloudChannelV1ListSkuGroupBillableSkusResponse extends
4343
}
4444

4545
/**
46-
* A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.page_token to
47-
* obtain that page.
46+
* A token to retrieve the next page of results. Pass to
47+
* ListSkuGroupBillableSkusRequest.page_token to obtain that page.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -68,17 +68,17 @@ public GoogleCloudChannelV1ListSkuGroupBillableSkusResponse setBillableSkus(java
6868
}
6969

7070
/**
71-
* A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.page_token to
72-
* obtain that page.
71+
* A token to retrieve the next page of results. Pass to
72+
* ListSkuGroupBillableSkusRequest.page_token to obtain that page.
7373
* @return value or {@code null} for none
7474
*/
7575
public java.lang.String getNextPageToken() {
7676
return nextPageToken;
7777
}
7878

7979
/**
80-
* A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.page_token to
81-
* obtain that page.
80+
* A token to retrieve the next page of results. Pass to
81+
* ListSkuGroupBillableSkusRequest.page_token to obtain that page.
8282
* @param nextPageToken nextPageToken or {@code null} for none
8383
*/
8484
public GoogleCloudChannelV1ListSkuGroupBillableSkusResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GoogleCloudChannelV1ListSkuGroupsResponse extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* A token to retrieve the next page of results. Pass to ListSkuGroups.page_token to obtain that
34-
* page.
33+
* A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.page_token to obtain
34+
* that page.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,17 +45,17 @@ public final class GoogleCloudChannelV1ListSkuGroupsResponse extends com.google.
4545
private java.util.List<GoogleCloudChannelV1SkuGroup> skuGroups;
4646

4747
/**
48-
* A token to retrieve the next page of results. Pass to ListSkuGroups.page_token to obtain that
49-
* page.
48+
* A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.page_token to obtain
49+
* that page.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getNextPageToken() {
5353
return nextPageToken;
5454
}
5555

5656
/**
57-
* A token to retrieve the next page of results. Pass to ListSkuGroups.page_token to obtain that
58-
* page.
57+
* A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.page_token to obtain
58+
* that page.
5959
* @param nextPageToken nextPageToken or {@code null} for none
6060
*/
6161
public GoogleCloudChannelV1ListSkuGroupsResponse setNextPageToken(java.lang.String nextPageToken) {

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,67 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudChannelV1RegisterSubscriberRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
34+
* leave this field empty/unset.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String account;
39+
40+
/**
41+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
42+
* leave this field empty/unset.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String integrator;
47+
3248
/**
3349
* Required. Service account that provides subscriber access to the registered topic.
3450
* The value may be {@code null}.
3551
*/
3652
@com.google.api.client.util.Key
3753
private java.lang.String serviceAccount;
3854

55+
/**
56+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
57+
* leave this field empty/unset.
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.String getAccount() {
61+
return account;
62+
}
63+
64+
/**
65+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
66+
* leave this field empty/unset.
67+
* @param account account or {@code null} for none
68+
*/
69+
public GoogleCloudChannelV1RegisterSubscriberRequest setAccount(java.lang.String account) {
70+
this.account = account;
71+
return this;
72+
}
73+
74+
/**
75+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
76+
* leave this field empty/unset.
77+
* @return value or {@code null} for none
78+
*/
79+
public java.lang.String getIntegrator() {
80+
return integrator;
81+
}
82+
83+
/**
84+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
85+
* leave this field empty/unset.
86+
* @param integrator integrator or {@code null} for none
87+
*/
88+
public GoogleCloudChannelV1RegisterSubscriberRequest setIntegrator(java.lang.String integrator) {
89+
this.integrator = integrator;
90+
return this;
91+
}
92+
3993
/**
4094
* Required. Service account that provides subscriber access to the registered topic.
4195
* @return value or {@code null} for none

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,67 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudChannelV1UnregisterSubscriberRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
34+
* leave this field empty/unset.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String account;
39+
40+
/**
41+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
42+
* leave this field empty/unset.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String integrator;
47+
3248
/**
3349
* Required. Service account to unregister from subscriber access to the topic.
3450
* The value may be {@code null}.
3551
*/
3652
@com.google.api.client.util.Key
3753
private java.lang.String serviceAccount;
3854

55+
/**
56+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
57+
* leave this field empty/unset.
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.String getAccount() {
61+
return account;
62+
}
63+
64+
/**
65+
* Optional. Resource name of the account. Required if integrator is not provided. Otherwise,
66+
* leave this field empty/unset.
67+
* @param account account or {@code null} for none
68+
*/
69+
public GoogleCloudChannelV1UnregisterSubscriberRequest setAccount(java.lang.String account) {
70+
this.account = account;
71+
return this;
72+
}
73+
74+
/**
75+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
76+
* leave this field empty/unset.
77+
* @return value or {@code null} for none
78+
*/
79+
public java.lang.String getIntegrator() {
80+
return integrator;
81+
}
82+
83+
/**
84+
* Optional. Resource name of the integrator. Required if account is not provided. Otherwise,
85+
* leave this field empty/unset.
86+
* @param integrator integrator or {@code null} for none
87+
*/
88+
public GoogleCloudChannelV1UnregisterSubscriberRequest setIntegrator(java.lang.String integrator) {
89+
this.integrator = integrator;
90+
return this;
91+
}
92+
3993
/**
4094
* Required. Service account to unregister from subscriber access to the topic.
4195
* @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-rev20241020-2.0.0</version>
12-
<name>Cloud Channel API v1-rev20241020-2.0.0</name>
11+
<version>v1-rev20241024-2.0.0</version>
12+
<name>Cloud Channel API v1-rev20241024-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-rev20241020-2.0.0</version>
25+
<version>v1-rev20241024-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudchannel:v1-rev20241024-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)