Skip to content

Commit 1d4b8f8

Browse files
1 parent b4060bb commit 1d4b8f8

File tree

8 files changed

+12
-78
lines changed

8 files changed

+12
-78
lines changed

clients/google-api-services-compute/beta/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-compute</artifactId>
25-
<version>beta-rev20240805-2.0.0</version>
25+
<version>beta-rev20240813-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-compute:beta-rev20240805-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20240813-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/FutureReservation.java

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,6 @@ public final class FutureReservation extends com.google.api.client.json.GenericJ
136136
@com.google.api.client.util.Key
137137
private ShareSettings shareSettings;
138138

139-
/**
140-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
141-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
142-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
143-
* name as the future reservation.
144-
* The value may be {@code null}.
145-
*/
146-
@com.google.api.client.util.Key
147-
private java.lang.Boolean specificReservationRequired;
148-
149139
/**
150140
* Future Reservation configuration to indicate instance properties and total count.
151141
* The value may be {@code null}.
@@ -427,29 +417,6 @@ public FutureReservation setShareSettings(ShareSettings shareSettings) {
427417
return this;
428418
}
429419

430-
/**
431-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
432-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
433-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
434-
* name as the future reservation.
435-
* @return value or {@code null} for none
436-
*/
437-
public java.lang.Boolean getSpecificReservationRequired() {
438-
return specificReservationRequired;
439-
}
440-
441-
/**
442-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
443-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
444-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
445-
* name as the future reservation.
446-
* @param specificReservationRequired specificReservationRequired or {@code null} for none
447-
*/
448-
public FutureReservation setSpecificReservationRequired(java.lang.Boolean specificReservationRequired) {
449-
this.specificReservationRequired = specificReservationRequired;
450-
return this;
451-
}
452-
453420
/**
454421
* Future Reservation configuration to indicate instance properties and total count.
455422
* @return value or {@code null} for none

clients/google-api-services-compute/beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-compute</artifactId>
11-
<version>beta-rev20240805-2.0.0</version>
12-
<name>Compute Engine API beta-rev20240805-2.0.0</name>
11+
<version>beta-rev20240813-2.0.0</version>
12+
<name>Compute Engine API beta-rev20240813-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-compute/beta/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-compute</artifactId>
25-
<version>beta-rev20240805-2.0.0</version>
25+
<version>beta-rev20240813-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-compute:beta-rev20240805-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20240813-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/FutureReservation.java

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,6 @@ public final class FutureReservation extends com.google.api.client.json.GenericJ
136136
@com.google.api.client.util.Key
137137
private ShareSettings shareSettings;
138138

139-
/**
140-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
141-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
142-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
143-
* name as the future reservation.
144-
* The value may be {@code null}.
145-
*/
146-
@com.google.api.client.util.Key
147-
private java.lang.Boolean specificReservationRequired;
148-
149139
/**
150140
* Future Reservation configuration to indicate instance properties and total count.
151141
* The value may be {@code null}.
@@ -427,29 +417,6 @@ public FutureReservation setShareSettings(ShareSettings shareSettings) {
427417
return this;
428418
}
429419

430-
/**
431-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
432-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
433-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
434-
* name as the future reservation.
435-
* @return value or {@code null} for none
436-
*/
437-
public java.lang.Boolean getSpecificReservationRequired() {
438-
return specificReservationRequired;
439-
}
440-
441-
/**
442-
* Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any"
443-
* reservation. If the field is set, then only VMs that target the reservation by name can consume
444-
* from the delivered reservation. If set to true,the delivered resevervation will have the same
445-
* name as the future reservation.
446-
* @param specificReservationRequired specificReservationRequired or {@code null} for none
447-
*/
448-
public FutureReservation setSpecificReservationRequired(java.lang.Boolean specificReservationRequired) {
449-
this.specificReservationRequired = specificReservationRequired;
450-
return this;
451-
}
452-
453420
/**
454421
* Future Reservation configuration to indicate instance properties and total count.
455422
* @return value or {@code null} for none

clients/google-api-services-compute/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-compute</artifactId>
11-
<version>v1-rev20240805-2.0.0</version>
12-
<name>Compute Engine API v1-rev20240805-2.0.0</name>
11+
<version>v1-rev20240813-2.0.0</version>
12+
<name>Compute Engine API v1-rev20240813-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)