File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
clients/google-api-services-cloudcontrolspartner
com/google/api/services/cloudcontrolspartner/v1beta/model
com/google/api/services/cloudcontrolspartner/v1/model Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
25
- <version >v1-rev20240731 -2.0.0</version >
25
+ <version >v1-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1-rev20240731 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public final class Customer extends com.google.api.client.json.GenericJson {
38
38
private CustomerOnboardingState customerOnboardingState ;
39
39
40
40
/**
41
- * Optional. The customer organization's display name. E.g. "Google".
41
+ * The customer organization's display name. E.g. "Google".
42
42
* The value may be {@code null}.
43
43
*/
44
44
@ com .google .api .client .util .Key
@@ -76,15 +76,15 @@ public Customer setCustomerOnboardingState(CustomerOnboardingState customerOnboa
76
76
}
77
77
78
78
/**
79
- * Optional. The customer organization's display name. E.g. "Google".
79
+ * The customer organization's display name. E.g. "Google".
80
80
* @return value or {@code null} for none
81
81
*/
82
82
public java .lang .String getDisplayName () {
83
83
return displayName ;
84
84
}
85
85
86
86
/**
87
- * Optional. The customer organization's display name. E.g. "Google".
87
+ * The customer organization's display name. E.g. "Google".
88
88
* @param displayName displayName or {@code null} for none
89
89
*/
90
90
public Customer setDisplayName (java .lang .String displayName ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
11
- <version >v1-rev20240731 -2.0.0</version >
12
- <name >Cloud Controls Partner API v1-rev20240731 -2.0.0</name >
11
+ <version >v1-rev20240814 -2.0.0</version >
12
+ <name >Cloud Controls Partner API v1-rev20240814 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
25
- <version >v1-rev20240731 -2.0.0</version >
25
+ <version >v1-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1-rev20240731 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
25
- <version >v1beta-rev20240731 -2.0.0</version >
25
+ <version >v1beta-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1beta-rev20240731 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1beta-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public final class Customer extends com.google.api.client.json.GenericJson {
38
38
private CustomerOnboardingState customerOnboardingState ;
39
39
40
40
/**
41
- * Optional. The customer organization's display name. E.g. "Google".
41
+ * The customer organization's display name. E.g. "Google".
42
42
* The value may be {@code null}.
43
43
*/
44
44
@ com .google .api .client .util .Key
@@ -76,15 +76,15 @@ public Customer setCustomerOnboardingState(CustomerOnboardingState customerOnboa
76
76
}
77
77
78
78
/**
79
- * Optional. The customer organization's display name. E.g. "Google".
79
+ * The customer organization's display name. E.g. "Google".
80
80
* @return value or {@code null} for none
81
81
*/
82
82
public java .lang .String getDisplayName () {
83
83
return displayName ;
84
84
}
85
85
86
86
/**
87
- * Optional. The customer organization's display name. E.g. "Google".
87
+ * The customer organization's display name. E.g. "Google".
88
88
* @param displayName displayName or {@code null} for none
89
89
*/
90
90
public Customer setDisplayName (java .lang .String displayName ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
11
- <version >v1beta-rev20240731 -2.0.0</version >
12
- <name >Cloud Controls Partner API v1beta-rev20240731 -2.0.0</name >
11
+ <version >v1beta-rev20240814 -2.0.0</version >
12
+ <name >Cloud Controls Partner API v1beta-rev20240814 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudcontrolspartner</artifactId >
25
- <version >v1beta-rev20240731 -2.0.0</version >
25
+ <version >v1beta-rev20240814 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1beta-rev20240731 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudcontrolspartner:v1beta-rev20240814 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments