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-workstations/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-workstations</artifactId>
<version>v1-rev20260604-2.0.0</version>
<version>v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workstations:v1-rev20260604-2.0.0'
implementation 'com.google.apis:google-api-services-workstations:v1-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public final class GceHyperdiskBalancedHighAvailability extends com.google.api.c

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -104,7 +105,8 @@ public GceHyperdiskBalancedHighAvailability setArchiveTimeout(String archiveTime

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @return value or {@code null} for none
*/
public java.lang.Integer getMaxSizeGb() {
Expand All @@ -113,7 +115,8 @@ public java.lang.Integer getMaxSizeGb() {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @param maxSizeGb maxSizeGb or {@code null} for none
*/
public GceHyperdiskBalancedHighAvailability setMaxSizeGb(java.lang.Integer maxSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public final class GceRegionalPersistentDisk extends com.google.api.client.json.

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -164,7 +165,8 @@ public GceRegionalPersistentDisk setFsType(java.lang.String fsType) {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @return value or {@code null} for none
*/
public java.lang.Integer getMaxSizeGb() {
Expand All @@ -173,7 +175,8 @@ public java.lang.Integer getMaxSizeGb() {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @param maxSizeGb maxSizeGb or {@code null} for none
*/
public GceRegionalPersistentDisk setMaxSizeGb(java.lang.Integer maxSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
private java.util.List<java.lang.String> replicaZones;

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand Down Expand Up @@ -790,11 +790,11 @@ public WorkstationConfig setReplicaZones(java.util.List<java.lang.String> replic
}

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand All @@ -808,11 +808,11 @@ public String getRunningTimeout() {
}

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workstations/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-workstations</artifactId>
<version>v1-rev20260604-2.0.0</version>
<name>Cloud Workstations API v1-rev20260604-2.0.0</name>
<version>v1-rev20260807-2.0.0</version>
<name>Cloud Workstations API v1-rev20260807-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workstations/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-workstations</artifactId>
<version>v1-rev20260604-2.0.0</version>
<version>v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workstations:v1-rev20260604-2.0.0'
implementation 'com.google.apis:google-api-services-workstations:v1-rev20260807-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-workstations</artifactId>
<version>v1beta-rev20260705-2.0.0</version>
<version>v1beta-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20260705-2.0.0'
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public final class GceHyperdiskBalancedHighAvailability extends com.google.api.c

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -104,7 +105,8 @@ public GceHyperdiskBalancedHighAvailability setArchiveTimeout(String archiveTime

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @return value or {@code null} for none
*/
public java.lang.Integer getMaxSizeGb() {
Expand All @@ -113,7 +115,8 @@ public java.lang.Integer getMaxSizeGb() {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @param maxSizeGb maxSizeGb or {@code null} for none
*/
public GceHyperdiskBalancedHighAvailability setMaxSizeGb(java.lang.Integer maxSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public final class GceRegionalPersistentDisk extends com.google.api.client.json.

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -164,7 +165,8 @@ public GceRegionalPersistentDisk setFsType(java.lang.String fsType) {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @return value or {@code null} for none
*/
public java.lang.Integer getMaxSizeGb() {
Expand All @@ -173,7 +175,8 @@ public java.lang.Integer getMaxSizeGb() {

/**
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
* unlimited if not set.
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
* subject to the quotas and limits of the underlying disk type.
* @param maxSizeGb maxSizeGb or {@code null} for none
*/
public GceRegionalPersistentDisk setMaxSizeGb(java.lang.Integer maxSizeGb) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
private java.util.List<java.lang.String> replicaZones;

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand Down Expand Up @@ -891,11 +891,11 @@ public WorkstationConfig setReplicaZones(java.util.List<java.lang.String> replic
}

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand All @@ -909,11 +909,11 @@ public String getRunningTimeout() {
}

/**
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
* recommend that workstations be shut down daily to reduce costs and so that security updates can
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
* that workstations be stopped daily so that security updates can be applied upon restart. The
* idle_timeout and running_timeout fields are independent of each other. Note that the
* running_timeout field stops workstations after the specified time, regardless of whether or not
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
* workstations using this configuration should never time out. If encryption_key is set, it must
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
Expand Down
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-workstations</artifactId>
<version>v1beta-rev20260705-2.0.0</version>
<name>Cloud Workstations API v1beta-rev20260705-2.0.0</name>
<version>v1beta-rev20260807-2.0.0</version>
<name>Cloud Workstations API v1beta-rev20260807-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workstations/v1beta/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-workstations</artifactId>
<version>v1beta-rev20260705-2.0.0</version>
<version>v1beta-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20260705-2.0.0'
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20260807-2.0.0'
}
```

Expand Down
Loading