Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-container/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1-rev20260609-2.0.0</version>
<version>v1-rev20260616-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-container:v1-rev20260609-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1-rev20260616-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public final class NodePool extends com.google.api.client.json.GenericJson {
private BestEffortProvisioning bestEffortProvisioning;

/**
* Which conditions caused the current node pool state.
* Output only. Which conditions caused the current node pool state.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -72,8 +72,9 @@ public final class NodePool extends com.google.api.client.json.GenericJson {
private NodeConfig config;

/**
* This checksum is computed by the server based on the value of node pool fields, and may be sent
* on update requests to ensure the client has an up-to-date value before proceeding.
* Output only. This checksum is computed by the server based on the value of node pool fields,
* and may be sent on update requests to ensure the client has an up-to-date value before
* proceeding.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -277,15 +278,15 @@ public NodePool setBestEffortProvisioning(BestEffortProvisioning bestEffortProvi
}

/**
* Which conditions caused the current node pool state.
* Output only. Which conditions caused the current node pool state.
* @return value or {@code null} for none
*/
public java.util.List<StatusCondition> getConditions() {
return conditions;
}

/**
* Which conditions caused the current node pool state.
* Output only. Which conditions caused the current node pool state.
* @param conditions conditions or {@code null} for none
*/
public NodePool setConditions(java.util.List<StatusCondition> conditions) {
Expand All @@ -311,17 +312,19 @@ public NodePool setConfig(NodeConfig config) {
}

/**
* This checksum is computed by the server based on the value of node pool fields, and may be sent
* on update requests to ensure the client has an up-to-date value before proceeding.
* Output only. This checksum is computed by the server based on the value of node pool fields,
* and may be sent on update requests to ensure the client has an up-to-date value before
* proceeding.
* @return value or {@code null} for none
*/
public java.lang.String getEtag() {
return etag;
}

/**
* This checksum is computed by the server based on the value of node pool fields, and may be sent
* on update requests to ensure the client has an up-to-date value before proceeding.
* Output only. This checksum is computed by the server based on the value of node pool fields,
* and may be sent on update requests to ensure the client has an up-to-date value before
* proceeding.
* @param etag etag or {@code null} for none
*/
public NodePool setEtag(java.lang.String etag) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-container/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1-rev20260609-2.0.0</version>
<name>Kubernetes Engine API v1-rev20260609-2.0.0</name>
<version>v1-rev20260616-2.0.0</version>
<name>Kubernetes Engine API v1-rev20260616-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-container/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1-rev20260609-2.0.0</version>
<version>v1-rev20260616-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-container:v1-rev20260609-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1-rev20260616-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1beta1-rev20260609-2.0.0</version>
<version>v1beta1-rev20260616-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260609-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260616-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-container/v1beta1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1beta1-rev20260609-2.0.0</version>
<name>Kubernetes Engine API v1beta1-rev20260609-2.0.0</name>
<version>v1beta1-rev20260616-2.0.0</version>
<name>Kubernetes Engine API v1beta1-rev20260616-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-container/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-container</artifactId>
<version>v1beta1-rev20260609-2.0.0</version>
<version>v1beta1-rev20260616-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260609-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260616-2.0.0'
}
```

Expand Down
Loading