Skip to content

Commit 2a2c506

Browse files
1 parent 04931c7 commit 2a2c506

21 files changed

+78
-353
lines changed

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

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

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59830,7 +59830,7 @@ public AddAccessConfig set(String parameterName, Object value) {
5983059830
}
5983159831
}
5983259832
/**
59833-
* Adds one dynamic network interface to an active instance.
59833+
* Adds a network interface to an instance.
5983459834
*
5983559835
* Create a request for the method "instances.addNetworkInterface".
5983659836
*
@@ -59861,7 +59861,7 @@ public class AddNetworkInterface extends ComputeRequest<com.google.api.services.
5986159861
java.util.regex.Pattern.compile("[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?");
5986259862

5986359863
/**
59864-
* Adds one dynamic network interface to an active instance.
59864+
* Adds a network interface to an instance.
5986559865
*
5986659866
* Create a request for the method "instances.addNetworkInterface".
5986759867
*
@@ -61731,10 +61731,10 @@ public DeleteAccessConfig set(String parameterName, Object value) {
6173161731
}
6173261732
}
6173361733
/**
61734-
* Deletes one dynamic network interface from an active instance.
61735-
* InstancesDeleteNetworkInterfaceRequest indicates: - instance from which to delete, using
61736-
* project+zone+resource_id fields; - dynamic network interface to be deleted, using
61737-
* network_interface_name field;
61734+
* Deletes one network interface from an active instance. InstancesDeleteNetworkInterfaceRequest
61735+
* indicates: - instance from which to delete, using project+zone+resource_id fields; - network
61736+
* interface to be deleted, using network_interface_name field; Only VLAN interface deletion is
61737+
* supported for now.
6173861738
*
6173961739
* Create a request for the method "instances.deleteNetworkInterface".
6174061740
*
@@ -61746,7 +61746,8 @@ public DeleteAccessConfig set(String parameterName, Object value) {
6174661746
* @param zone The name of the zone for this request.
6174761747
* @param instance The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an
6174861748
* unsigned long integer.
61749-
* @param networkInterfaceName The name of the dynamic network interface to be deleted from the instance.
61749+
* @param networkInterfaceName The name of the network interface to be deleted from the instance. Only VLAN network interface
61750+
* deletion is supported.
6175061751
* @return the request
6175161752
*/
6175261753
public DeleteNetworkInterface deleteNetworkInterface(java.lang.String project, java.lang.String zone, java.lang.String instance, java.lang.String networkInterfaceName) throws java.io.IOException {
@@ -61766,10 +61767,10 @@ public class DeleteNetworkInterface extends ComputeRequest<com.google.api.servic
6176661767
java.util.regex.Pattern.compile("[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?");
6176761768

6176861769
/**
61769-
* Deletes one dynamic network interface from an active instance.
61770-
* InstancesDeleteNetworkInterfaceRequest indicates: - instance from which to delete, using
61771-
* project+zone+resource_id fields; - dynamic network interface to be deleted, using
61772-
* network_interface_name field;
61770+
* Deletes one network interface from an active instance. InstancesDeleteNetworkInterfaceRequest
61771+
* indicates: - instance from which to delete, using project+zone+resource_id fields; - network
61772+
* interface to be deleted, using network_interface_name field; Only VLAN interface deletion is
61773+
* supported for now.
6177361774
*
6177461775
* Create a request for the method "instances.deleteNetworkInterface".
6177561776
*
@@ -61783,7 +61784,8 @@ public class DeleteNetworkInterface extends ComputeRequest<com.google.api.servic
6178361784
* @param zone The name of the zone for this request.
6178461785
* @param instance The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an
6178561786
* unsigned long integer.
61786-
* @param networkInterfaceName The name of the dynamic network interface to be deleted from the instance.
61787+
* @param networkInterfaceName The name of the network interface to be deleted from the instance. Only VLAN network interface
61788+
* deletion is supported.
6178761789
* @since 1.13
6178861790
*/
6178961791
protected DeleteNetworkInterface(java.lang.String project, java.lang.String zone, java.lang.String instance, java.lang.String networkInterfaceName) {
@@ -61929,17 +61931,24 @@ public DeleteNetworkInterface setInstance(java.lang.String instance) {
6192961931
return this;
6193061932
}
6193161933

61932-
/** The name of the dynamic network interface to be deleted from the instance. */
61934+
/**
61935+
* The name of the network interface to be deleted from the instance. Only VLAN network
61936+
* interface deletion is supported.
61937+
*/
6193361938
@com.google.api.client.util.Key
6193461939
private java.lang.String networkInterfaceName;
6193561940

61936-
/** The name of the dynamic network interface to be deleted from the instance.
61941+
/** The name of the network interface to be deleted from the instance. Only VLAN network interface
61942+
deletion is supported.
6193761943
*/
6193861944
public java.lang.String getNetworkInterfaceName() {
6193961945
return networkInterfaceName;
6194061946
}
6194161947

61942-
/** The name of the dynamic network interface to be deleted from the instance. */
61948+
/**
61949+
* The name of the network interface to be deleted from the instance. Only VLAN network
61950+
* interface deletion is supported.
61951+
*/
6194361952
public DeleteNetworkInterface setNetworkInterfaceName(java.lang.String networkInterfaceName) {
6194461953
this.networkInterfaceName = networkInterfaceName;
6194561954
return this;
@@ -63833,8 +63842,7 @@ public GetSerialPortOutput setPort(java.lang.Integer port) {
6383363842
* the adjusted start position is returned as the `start` property value. You can also provide
6383463843
* a negative start position, which translates to the most recent number of bytes written to
6383563844
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
63836-
* serial console. Note that the negative start is bounded by the retained buffer size, and
63837-
* the returned serial console output will not exceed the max buffer size.
63845+
* serial console.
6383863846
*/
6383963847
@com.google.api.client.util.Key
6384063848
private java.lang.Long start;
@@ -63847,9 +63855,7 @@ amount of serial console output exceeds the size of the buffer (1 MB), the oldes
6384763855
the start position is adjusted to the oldest output still available, and the adjusted start
6384863856
position is returned as the `start` property value. You can also provide a negative start position,
6384963857
which translates to the most recent number of bytes written to the serial port. For example, -3 is
63850-
interpreted as the most recent 3 bytes written to the serial console. Note that the negative start
63851-
is bounded by the retained buffer size, and the returned serial console output will not exceed the
63852-
max buffer size.
63858+
interpreted as the most recent 3 bytes written to the serial console.
6385363859
*/
6385463860
public java.lang.Long getStart() {
6385563861
return start;
@@ -63865,8 +63871,7 @@ public java.lang.Long getStart() {
6386563871
* the adjusted start position is returned as the `start` property value. You can also provide
6386663872
* a negative start position, which translates to the most recent number of bytes written to
6386763873
* the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the
63868-
* serial console. Note that the negative start is bounded by the retained buffer size, and
63869-
* the returned serial console output will not exceed the max buffer size.
63874+
* serial console.
6387063875
*/
6387163876
public GetSerialPortOutput setStart(java.lang.Long start) {
6387263877
this.start = start;

clients/google-api-services-compute/alpha/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/alpha/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/alpha/2.0.0/com/google/api/services/compute/model/NetworkInterface.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
171171
private java.lang.String nicType;
172172

173173
/**
174-
* Name of the parent network interface of a dynamic network interface.
174+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
175+
* be set.
175176
* The value may be {@code null}.
176177
*/
177178
@com.google.api.client.util.Key
@@ -217,7 +218,8 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
217218
private java.lang.String subnetwork;
218219

219220
/**
220-
* VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
221+
* VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This
222+
* field is mandatory if the parent network interface name is set.
221223
* The value may be {@code null}.
222224
*/
223225
@com.google.api.client.util.Key
@@ -546,15 +548,17 @@ public NetworkInterface setNicType(java.lang.String nicType) {
546548
}
547549

548550
/**
549-
* Name of the parent network interface of a dynamic network interface.
551+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
552+
* be set.
550553
* @return value or {@code null} for none
551554
*/
552555
public java.lang.String getParentNicName() {
553556
return parentNicName;
554557
}
555558

556559
/**
557-
* Name of the parent network interface of a dynamic network interface.
560+
* Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must
561+
* be set.
558562
* @param parentNicName parentNicName or {@code null} for none
559563
*/
560564
public NetworkInterface setParentNicName(java.lang.String parentNicName) {
@@ -653,15 +657,17 @@ public NetworkInterface setSubnetwork(java.lang.String subnetwork) {
653657
}
654658

655659
/**
656-
* VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
660+
* VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This
661+
* field is mandatory if the parent network interface name is set.
657662
* @return value or {@code null} for none
658663
*/
659664
public java.lang.Integer getVlan() {
660665
return vlan;
661666
}
662667

663668
/**
664-
* VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
669+
* VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This
670+
* field is mandatory if the parent network interface name is set.
665671
* @param vlan vlan or {@code null} for none
666672
*/
667673
public NetworkInterface setVlan(java.lang.Integer vlan) {

clients/google-api-services-compute/alpha/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/alpha/2.0.0/com/google/api/services/compute/model/NetworkProfileLocation.java

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

0 commit comments

Comments
 (0)