Skip to content

Commit 4ed1e12

Browse files
1 parent 49c1ea6 commit 4ed1e12

File tree

12 files changed

+21
-289
lines changed

12 files changed

+21
-289
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-rev20241021-2.0.0</version>
25+
<version>beta-rev20241105-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-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20241105-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60741,8 +60741,7 @@ public GetSerialPortOutput setPort(java.lang.Integer port) {
6074160741
* the adjusted start position is returned as the `start` property value. You can also provide
6074260742
* a negative start position, which translates to the most recent number of bytes written to
6074360743
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
60744-
* serial console. Note that the negative start is bounded by the retained buffer size, and
60745-
* the returned serial console output will not exceed the max buffer size.
60744+
* serial console.
6074660745
*/
6074760746
@com.google.api.client.util.Key
6074860747
private java.lang.Long start;
@@ -60755,9 +60754,7 @@ amount of serial console output exceeds the size of the buffer (1 MB), the oldes
6075560754
the start position is adjusted to the oldest output still available, and the adjusted start
6075660755
position is returned as the `start` property value. You can also provide a negative start position,
6075760756
which translates to the most recent number of bytes written to the serial port. For example, -3 is
60758-
interpreted as the most recent 3 bytes written to the serial console. Note that the negative start
60759-
is bounded by the retained buffer size, and the returned serial console output will not exceed the
60760-
max buffer size.
60757+
interpreted as the most recent 3 bytes written to the serial console.
6076160758
*/
6076260759
public java.lang.Long getStart() {
6076360760
return start;
@@ -60773,8 +60770,7 @@ public java.lang.Long getStart() {
6077360770
* the adjusted start position is returned as the `start` property value. You can also provide
6077460771
* a negative start position, which translates to the most recent number of bytes written to
6077560772
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
60776-
* serial console. Note that the negative start is bounded by the retained buffer size, and
60777-
* the returned serial console output will not exceed the max buffer size.
60773+
* serial console.
6077860774
*/
6077960775
public GetSerialPortOutput setStart(java.lang.Long start) {
6078060776
this.start = start;

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public final class BackendBucketCdnPolicy extends com.google.api.client.json.Gen
5555
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
5656
* content, including common image formats, media (video and audio), and web assets (JavaScript
5757
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
58-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
59-
* defaults to CACHE_ALL_STATIC.
58+
* (including HTML), will not be cached.
6059
* The value may be {@code null}.
6160
*/
6261
@com.google.api.client.util.Key
@@ -217,8 +216,7 @@ public BackendBucketCdnPolicy setCacheKeyPolicy(BackendBucketCdnPolicyCacheKeyPo
217216
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
218217
* content, including common image formats, media (video and audio), and web assets (JavaScript
219218
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
220-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
221-
* defaults to CACHE_ALL_STATIC.
219+
* (including HTML), will not be cached.
222220
* @return value or {@code null} for none
223221
*/
224222
public java.lang.String getCacheMode() {
@@ -235,8 +233,7 @@ public java.lang.String getCacheMode() {
235233
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
236234
* content, including common image formats, media (video and audio), and web assets (JavaScript
237235
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
238-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
239-
* defaults to CACHE_ALL_STATIC.
236+
* (including HTML), will not be cached.
240237
* @param cacheMode cacheMode or {@code null} for none
241238
*/
242239
public BackendBucketCdnPolicy setCacheMode(java.lang.String cacheMode) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public final class BackendServiceCdnPolicy extends com.google.api.client.json.Ge
5555
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
5656
* content, including common image formats, media (video and audio), and web assets (JavaScript
5757
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
58-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
59-
* defaults to CACHE_ALL_STATIC.
58+
* (including HTML), will not be cached.
6059
* The value may be {@code null}.
6160
*/
6261
@com.google.api.client.util.Key
@@ -217,8 +216,7 @@ public BackendServiceCdnPolicy setCacheKeyPolicy(CacheKeyPolicy cacheKeyPolicy)
217216
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
218217
* content, including common image formats, media (video and audio), and web assets (JavaScript
219218
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
220-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
221-
* defaults to CACHE_ALL_STATIC.
219+
* (including HTML), will not be cached.
222220
* @return value or {@code null} for none
223221
*/
224222
public java.lang.String getCacheMode() {
@@ -235,8 +233,7 @@ public java.lang.String getCacheMode() {
235233
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
236234
* content, including common image formats, media (video and audio), and web assets (JavaScript
237235
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
238-
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
239-
* defaults to CACHE_ALL_STATIC.
236+
* (including HTML), will not be cached.
240237
* @param cacheMode cacheMode or {@code null} for none
241238
*/
242239
public BackendServiceCdnPolicy setCacheMode(java.lang.String cacheMode) {

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ public final class NetworkProfile extends com.google.api.client.json.GenericJson
6464
@com.google.api.client.util.Key
6565
private java.lang.String kind;
6666

67-
/**
68-
* [Output Only] Location to which the network is restricted.
69-
* The value may be {@code null}.
70-
*/
71-
@com.google.api.client.util.Key
72-
private NetworkProfileLocation location;
73-
7467
/**
7568
* [Output Only] Name of the resource.
7669
* The value may be {@code null}.
@@ -184,23 +177,6 @@ public NetworkProfile setKind(java.lang.String kind) {
184177
return this;
185178
}
186179

187-
/**
188-
* [Output Only] Location to which the network is restricted.
189-
* @return value or {@code null} for none
190-
*/
191-
public NetworkProfileLocation getLocation() {
192-
return location;
193-
}
194-
195-
/**
196-
* [Output Only] Location to which the network is restricted.
197-
* @param location location or {@code null} for none
198-
*/
199-
public NetworkProfile setLocation(NetworkProfileLocation location) {
200-
this.location = location;
201-
return this;
202-
}
203-
204180
/**
205181
* [Output Only] Name of the resource.
206182
* @return value or {@code null} for none

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

Lines changed: 0 additions & 84 deletions
This file was deleted.

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ public final class ResourceStatus extends com.google.api.client.json.GenericJson
3737
@com.google.api.client.util.Key
3838
private java.lang.String physicalHost;
3939

40-
/**
41-
* [Output Only] The physical host topology of the host on which the VM is running.
42-
* The value may be {@code null}.
43-
*/
44-
@com.google.api.client.util.Key
45-
private ResourceStatusPhysicalHostTopology physicalHostTopology;
46-
4740
/**
4841
* The value may be {@code null}.
4942
*/
@@ -73,23 +66,6 @@ public ResourceStatus setPhysicalHost(java.lang.String physicalHost) {
7366
return this;
7467
}
7568

76-
/**
77-
* [Output Only] The physical host topology of the host on which the VM is running.
78-
* @return value or {@code null} for none
79-
*/
80-
public ResourceStatusPhysicalHostTopology getPhysicalHostTopology() {
81-
return physicalHostTopology;
82-
}
83-
84-
/**
85-
* [Output Only] The physical host topology of the host on which the VM is running.
86-
* @param physicalHostTopology physicalHostTopology or {@code null} for none
87-
*/
88-
public ResourceStatus setPhysicalHostTopology(ResourceStatusPhysicalHostTopology physicalHostTopology) {
89-
this.physicalHostTopology = physicalHostTopology;
90-
return this;
91-
}
92-
9369
/**
9470
* @return value or {@code null} for none
9571
*/

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

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)