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-rev20260727-2.0.0</version>
<version>v1-rev20260818-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-rev20260727-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1-rev20260818-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ public final class NodeConfig extends com.google.api.client.json.GenericJson {
private ContainerdConfig containerdConfig;

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -573,17 +574,19 @@ public NodeConfig setContainerdConfig(ContainerdConfig containerdConfig) {
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @return value or {@code null} for none
*/
public java.lang.Integer getDiskSizeGb() {
return diskSizeGb;
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @param diskSizeGb diskSizeGb or {@code null} for none
*/
public NodeConfig setDiskSizeGb(java.lang.Integer diskSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ public final class ReleaseChannelConfig extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.String defaultVersion;

/**
* Output only. List of preview versions for the channel.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> previewVersions;

/**
* The auto upgrade target version for clusters on the channel.
* The value may be {@code null}.
Expand Down Expand Up @@ -116,6 +123,23 @@ public ReleaseChannelConfig setDefaultVersion(java.lang.String defaultVersion) {
return this;
}

/**
* Output only. List of preview versions for the channel.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getPreviewVersions() {
return previewVersions;
}

/**
* Output only. List of preview versions for the channel.
* @param previewVersions previewVersions or {@code null} for none
*/
public ReleaseChannelConfig setPreviewVersions(java.util.List<java.lang.String> previewVersions) {
this.previewVersions = previewVersions;
return this;
}

/**
* The auto upgrade target version for clusters on the channel.
* @return value or {@code null} for none
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-rev20260727-2.0.0</version>
<name>Kubernetes Engine API v1-rev20260727-2.0.0</name>
<version>v1-rev20260818-2.0.0</version>
<name>Kubernetes Engine API v1-rev20260818-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-rev20260727-2.0.0</version>
<version>v1-rev20260818-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-rev20260727-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1-rev20260818-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-rev20260727-2.0.0</version>
<version>v1beta1-rev20260818-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-rev20260727-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260818-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
private java.lang.String bootDiskKmsKey;

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -155,17 +156,19 @@ public AutoprovisioningNodePoolDefaults setBootDiskKmsKey(java.lang.String bootD
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @return value or {@code null} for none
*/
public java.lang.Integer getDiskSizeGb() {
return diskSizeGb;
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.3-gke.1480000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @param diskSizeGb diskSizeGb or {@code null} for none
*/
public AutoprovisioningNodePoolDefaults setDiskSizeGb(java.lang.Integer diskSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ public final class NodeConfig extends com.google.api.client.json.GenericJson {
private ContainerdConfig containerdConfig;

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.2-gke.2933000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -590,17 +591,19 @@ public NodeConfig setContainerdConfig(ContainerdConfig containerdConfig) {
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.2-gke.2933000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @return value or {@code null} for none
*/
public java.lang.Integer getDiskSizeGb() {
return diskSizeGb;
}

/**
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is
* 10GB. If unspecified, the default disk size is 100GB.
* Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 15
* GB for node pools running GKE versions 1.36.2-gke.2933000 or later. Or, for earlier versions,
* the smallest allowed disk size is 12 GB. If unspecified, the default disk size is 100GB.
* @param diskSizeGb diskSizeGb or {@code null} for none
*/
public NodeConfig setDiskSizeGb(java.lang.Integer diskSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ public final class ReleaseChannelConfig extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.String defaultVersion;

/**
* Output only. List of preview versions for the channel.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> previewVersions;

/**
* The auto upgrade target version for clusters on the channel.
* The value may be {@code null}.
Expand Down Expand Up @@ -146,6 +153,23 @@ public ReleaseChannelConfig setDefaultVersion(java.lang.String defaultVersion) {
return this;
}

/**
* Output only. List of preview versions for the channel.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getPreviewVersions() {
return previewVersions;
}

/**
* Output only. List of preview versions for the channel.
* @param previewVersions previewVersions or {@code null} for none
*/
public ReleaseChannelConfig setPreviewVersions(java.util.List<java.lang.String> previewVersions) {
this.previewVersions = previewVersions;
return this;
}

/**
* The auto upgrade target version for clusters on the channel.
* @return value or {@code null} for none
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-rev20260727-2.0.0</version>
<name>Kubernetes Engine API v1beta1-rev20260727-2.0.0</name>
<version>v1beta1-rev20260818-2.0.0</version>
<name>Kubernetes Engine API v1beta1-rev20260818-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-rev20260727-2.0.0</version>
<version>v1beta1-rev20260818-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-rev20260727-2.0.0'
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20260818-2.0.0'
}
```

Expand Down
Loading