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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,11 @@ public final class Commitment extends com.google.api.client.json.GenericJson {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
* MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
* only to eligible resources of general purpose N1 machine series.
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
* STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
* commitment that applies only to eligible resources of memory optimized M1 and M2 machine
* series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
* general purpose N1 machine series.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -716,10 +717,11 @@ public Commitment setStatusMessage(java.lang.String statusMessage) {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
* MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
* only to eligible resources of general purpose N1 machine series.
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
* STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
* commitment that applies only to eligible resources of memory optimized M1 and M2 machine
* series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
* general purpose N1 machine series.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
Expand All @@ -737,10 +739,11 @@ public java.lang.String getType() {
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
* GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type
* MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
* only to eligible resources of general purpose N1 machine series.
* MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
* STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For example, type MEMORY_OPTIMIZED specifies a
* commitment that applies only to eligible resources of memory optimized M1 and M2 machine
* series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of
* general purpose N1 machine series.
* @param type type or {@code null} for none
*/
public Commitment setType(java.lang.String type) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-compute/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-compute</artifactId>
<version>v1-rev20260828-2.0.0</version>
<name>Compute Engine API v1-rev20260828-2.0.0</name>
<version>v1-rev20260908-2.0.0</version>
<name>Compute Engine API v1-rev20260908-2.0.0</name>
<packaging>jar</packaging>

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

Expand Down
Loading