Skip to content

Commit 5499315

Browse files
1 parent 69ed115 commit 5499315

File tree

12 files changed

+1052
-12
lines changed

12 files changed

+1052
-12
lines changed

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

clients/google-api-services-cloudcontrolspartner/v1/2.0.0/com/google/api/services/cloudcontrolspartner/v1/CloudControlsPartnerService.java

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-cloudcontrolspartner/v1/2.0.0/com/google/api/services/cloudcontrolspartner/v1/model/Customer.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public final class Customer extends com.google.api.client.json.GenericJson {
5858
@com.google.api.client.util.Key
5959
private java.lang.String name;
6060

61+
/**
62+
* Output only. The customer organization domain, extracted from CRM Organization’s display_name
63+
* field. e.g. "google.com"
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String organizationDomain;
68+
6169
/**
6270
* Output only. Container for customer onboarding steps
6371
* @return value or {@code null} for none
@@ -126,6 +134,25 @@ public Customer setName(java.lang.String name) {
126134
return this;
127135
}
128136

137+
/**
138+
* Output only. The customer organization domain, extracted from CRM Organization’s display_name
139+
* field. e.g. "google.com"
140+
* @return value or {@code null} for none
141+
*/
142+
public java.lang.String getOrganizationDomain() {
143+
return organizationDomain;
144+
}
145+
146+
/**
147+
* Output only. The customer organization domain, extracted from CRM Organization’s display_name
148+
* field. e.g. "google.com"
149+
* @param organizationDomain organizationDomain or {@code null} for none
150+
*/
151+
public Customer setOrganizationDomain(java.lang.String organizationDomain) {
152+
this.organizationDomain = organizationDomain;
153+
return this;
154+
}
155+
129156
@Override
130157
public Customer set(String fieldName, Object value) {
131158
return (Customer) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudcontrolspartner.v1.model;
18+
19+
/**
20+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your
21+
* APIs. A typical example is to use it as the request or the response type of an API method. For
22+
* instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
23+
*
24+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25+
* transmitted over HTTP when working with the Cloud Controls Partner API. For a detailed
26+
* explanation see:
27+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
28+
* </p>
29+
*
30+
* @author Google, Inc.
31+
*/
32+
@SuppressWarnings("javadoc")
33+
public final class Empty extends com.google.api.client.json.GenericJson {
34+
35+
@Override
36+
public Empty set(String fieldName, Object value) {
37+
return (Empty) super.set(fieldName, value);
38+
}
39+
40+
@Override
41+
public Empty clone() {
42+
return (Empty) super.clone();
43+
}
44+
45+
}

clients/google-api-services-cloudcontrolspartner/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-cloudcontrolspartner</artifactId>
11-
<version>v1-rev20240904-2.0.0</version>
12-
<name>Cloud Controls Partner API v1-rev20240904-2.0.0</name>
11+
<version>v1-rev20241024-2.0.0</version>
12+
<name>Cloud Controls Partner API v1-rev20241024-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudcontrolspartner/v1beta/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-cloudcontrolspartner</artifactId>
25-
<version>v1beta-rev20240904-2.0.0</version>
25+
<version>v1beta-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-cloudcontrolspartner:v1beta-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1beta-rev20241024-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)