Skip to content

Commit 58e6d9f

Browse files
1 parent e6efff9 commit 58e6d9f

30 files changed

+348
-351
lines changed

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

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AdditionalPodRangesConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class AdditionalPodRangesConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Output only. [Output only] Information for additional pod range.
35+
* Output only. Information for additional pod range.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,15 +46,15 @@ public final class AdditionalPodRangesConfig extends com.google.api.client.json.
4646
private java.util.List<java.lang.String> podRangeNames;
4747

4848
/**
49-
* Output only. [Output only] Information for additional pod range.
49+
* Output only. Information for additional pod range.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.util.List<RangeInfo> getPodRangeInfo() {
5353
return podRangeInfo;
5454
}
5555

5656
/**
57-
* Output only. [Output only] Information for additional pod range.
57+
* Output only. Information for additional pod range.
5858
* @param podRangeInfo podRangeInfo or {@code null} for none
5959
*/
6060
public AdditionalPodRangesConfig setPodRangeInfo(java.util.List<RangeInfo> podRangeInfo) {

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AutoUpgradeOptions.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
public final class AutoUpgradeOptions extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* [Output only] This field is set when upgrades are about to commence with the approximate start
35+
* Output only. This field is set when upgrades are about to commence with the approximate start
3636
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String autoUpgradeStartTime;
4141

4242
/**
43-
* [Output only] This field is set when upgrades are about to commence with the description of the
43+
* Output only. This field is set when upgrades are about to commence with the description of the
4444
* upgrade.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private java.lang.String description;
4949

5050
/**
51-
* [Output only] This field is set when upgrades are about to commence with the approximate start
51+
* Output only. This field is set when upgrades are about to commence with the approximate start
5252
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
5353
* @return value or {@code null} for none
5454
*/
@@ -57,7 +57,7 @@ public java.lang.String getAutoUpgradeStartTime() {
5757
}
5858

5959
/**
60-
* [Output only] This field is set when upgrades are about to commence with the approximate start
60+
* Output only. This field is set when upgrades are about to commence with the approximate start
6161
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
6262
* @param autoUpgradeStartTime autoUpgradeStartTime or {@code null} for none
6363
*/
@@ -67,7 +67,7 @@ public AutoUpgradeOptions setAutoUpgradeStartTime(java.lang.String autoUpgradeSt
6767
}
6868

6969
/**
70-
* [Output only] This field is set when upgrades are about to commence with the description of the
70+
* Output only. This field is set when upgrades are about to commence with the description of the
7171
* upgrade.
7272
* @return value or {@code null} for none
7373
*/
@@ -76,7 +76,7 @@ public java.lang.String getDescription() {
7676
}
7777

7878
/**
79-
* [Output only] This field is set when upgrades are about to commence with the description of the
79+
* Output only. This field is set when upgrades are about to commence with the description of the
8080
* upgrade.
8181
* @param description description or {@code null} for none
8282
*/

0 commit comments

Comments
 (0)