Skip to content

Commit

Permalink
chore: regenerate compute client (#23849)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 12, 2024
1 parent 49c1ea6 commit 4ed1e12
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 289 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-compute/beta/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>beta-rev20241021-2.0.0</version>
<version>beta-rev20241105-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-compute:beta-rev20241021-2.0.0'
implementation 'com.google.apis:google-api-services-compute:beta-rev20241105-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60741,8 +60741,7 @@ public GetSerialPortOutput setPort(java.lang.Integer port) {
* the adjusted start position is returned as the `start` property value. You can also provide
* a negative start position, which translates to the most recent number of bytes written to
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
* serial console. Note that the negative start is bounded by the retained buffer size, and
* the returned serial console output will not exceed the max buffer size.
* serial console.
*/
@com.google.api.client.util.Key
private java.lang.Long start;
Expand All @@ -60755,9 +60754,7 @@ amount of serial console output exceeds the size of the buffer (1 MB), the oldes
the start position is adjusted to the oldest output still available, and the adjusted start
position is returned as the `start` property value. You can also provide a negative start position,
which translates to the most recent number of bytes written to the serial port. For example, -3 is
interpreted as the most recent 3 bytes written to the serial console. Note that the negative start
is bounded by the retained buffer size, and the returned serial console output will not exceed the
max buffer size.
interpreted as the most recent 3 bytes written to the serial console.
*/
public java.lang.Long getStart() {
return start;
Expand All @@ -60773,8 +60770,7 @@ public java.lang.Long getStart() {
* the adjusted start position is returned as the `start` property value. You can also provide
* a negative start position, which translates to the most recent number of bytes written to
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
* serial console. Note that the negative start is bounded by the retained buffer size, and
* the returned serial console output will not exceed the max buffer size.
* serial console.
*/
public GetSerialPortOutput setStart(java.lang.Long start) {
this.start = start;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public final class BackendBucketCdnPolicy extends com.google.api.client.json.Gen
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -217,8 +216,7 @@ public BackendBucketCdnPolicy setCacheKeyPolicy(BackendBucketCdnPolicyCacheKeyPo
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* @return value or {@code null} for none
*/
public java.lang.String getCacheMode() {
Expand All @@ -235,8 +233,7 @@ public java.lang.String getCacheMode() {
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* @param cacheMode cacheMode or {@code null} for none
*/
public BackendBucketCdnPolicy setCacheMode(java.lang.String cacheMode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public final class BackendServiceCdnPolicy extends com.google.api.client.json.Ge
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -217,8 +216,7 @@ public BackendServiceCdnPolicy setCacheKeyPolicy(CacheKeyPolicy cacheKeyPolicy)
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* @return value or {@code null} for none
*/
public java.lang.String getCacheMode() {
Expand All @@ -235,8 +233,7 @@ public java.lang.String getCacheMode() {
* private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static
* content, including common image formats, media (video and audio), and web assets (JavaScript
* and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content
* (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it
* defaults to CACHE_ALL_STATIC.
* (including HTML), will not be cached.
* @param cacheMode cacheMode or {@code null} for none
*/
public BackendServiceCdnPolicy setCacheMode(java.lang.String cacheMode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ public final class NetworkProfile extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.String kind;

/**
* [Output Only] Location to which the network is restricted.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private NetworkProfileLocation location;

/**
* [Output Only] Name of the resource.
* The value may be {@code null}.
Expand Down Expand Up @@ -184,23 +177,6 @@ public NetworkProfile setKind(java.lang.String kind) {
return this;
}

/**
* [Output Only] Location to which the network is restricted.
* @return value or {@code null} for none
*/
public NetworkProfileLocation getLocation() {
return location;
}

/**
* [Output Only] Location to which the network is restricted.
* @param location location or {@code null} for none
*/
public NetworkProfile setLocation(NetworkProfileLocation location) {
this.location = location;
return this;
}

/**
* [Output Only] Name of the resource.
* @return value or {@code null} for none
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ public final class ResourceStatus extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.String physicalHost;

/**
* [Output Only] The physical host topology of the host on which the VM is running.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ResourceStatusPhysicalHostTopology physicalHostTopology;

/**
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -73,23 +66,6 @@ public ResourceStatus setPhysicalHost(java.lang.String physicalHost) {
return this;
}

/**
* [Output Only] The physical host topology of the host on which the VM is running.
* @return value or {@code null} for none
*/
public ResourceStatusPhysicalHostTopology getPhysicalHostTopology() {
return physicalHostTopology;
}

/**
* [Output Only] The physical host topology of the host on which the VM is running.
* @param physicalHostTopology physicalHostTopology or {@code null} for none
*/
public ResourceStatus setPhysicalHostTopology(ResourceStatusPhysicalHostTopology physicalHostTopology) {
this.physicalHostTopology = physicalHostTopology;
return this;
}

/**
* @return value or {@code null} for none
*/
Expand Down

This file was deleted.

Loading

0 comments on commit 4ed1e12

Please sign in to comment.