Skip to content

Commit 3155b89

Browse files
1 parent 1403848 commit 3155b89

33 files changed

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

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

Lines changed: 52 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -20532,23 +20532,23 @@ public Update set(String parameterName, Object value) {
2053220532
* Rotates the customer-managed encryption key to the latest version for the specified persistent
2053320533
* disk.
2053420534
*
20535-
* Create a request for the method "disks.updateKmskey".
20535+
* Create a request for the method "disks.updateKmsKey".
2053620536
*
2053720537
* This request holds the parameters needed by the compute server. After setting any optional
20538-
* parameters, call the {@link UpdateKmskey#execute()} method to invoke the remote operation.
20538+
* parameters, call the {@link UpdateKmsKey#execute()} method to invoke the remote operation.
2053920539
*
2054020540
* @param project Project ID for this request.
2054120541
* @param zone The name of the zone for this request.
2054220542
* @param disk Name of the Disk resource, should conform to RFC1035.
2054320543
* @return the request
2054420544
*/
20545-
public UpdateKmskey updateKmskey(java.lang.String project, java.lang.String zone, java.lang.String disk) throws java.io.IOException {
20546-
UpdateKmskey result = new UpdateKmskey(project, zone, disk);
20545+
public UpdateKmsKey updateKmsKey(java.lang.String project, java.lang.String zone, java.lang.String disk) throws java.io.IOException {
20546+
UpdateKmsKey result = new UpdateKmsKey(project, zone, disk);
2054720547
initialize(result);
2054820548
return result;
2054920549
}
2055020550

20551-
public class UpdateKmskey extends ComputeRequest<com.google.api.services.compute.model.Operation> {
20551+
public class UpdateKmsKey extends ComputeRequest<com.google.api.services.compute.model.Operation> {
2055220552

2055320553
private static final String REST_PATH = "projects/{project}/zones/{zone}/disks/{disk}/updateKmsKey";
2055420554

@@ -20562,20 +20562,20 @@ public class UpdateKmskey extends ComputeRequest<com.google.api.services.compute
2056220562
* Rotates the customer-managed encryption key to the latest version for the specified persistent
2056320563
* disk.
2056420564
*
20565-
* Create a request for the method "disks.updateKmskey".
20565+
* Create a request for the method "disks.updateKmsKey".
2056620566
*
2056720567
* This request holds the parameters needed by the the compute server. After setting any optional
20568-
* parameters, call the {@link UpdateKmskey#execute()} method to invoke the remote operation. <p>
20568+
* parameters, call the {@link UpdateKmsKey#execute()} method to invoke the remote operation. <p>
2056920569
* {@link
20570-
* UpdateKmskey#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
20570+
* UpdateKmsKey#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
2057120571
* must be called to initialize this instance immediately after invoking the constructor. </p>
2057220572
*
2057320573
* @param project Project ID for this request.
2057420574
* @param zone The name of the zone for this request.
2057520575
* @param disk Name of the Disk resource, should conform to RFC1035.
2057620576
* @since 1.13
2057720577
*/
20578-
protected UpdateKmskey(java.lang.String project, java.lang.String zone, java.lang.String disk) {
20578+
protected UpdateKmsKey(java.lang.String project, java.lang.String zone, java.lang.String disk) {
2057920579
super(Compute.this, "POST", REST_PATH, null, com.google.api.services.compute.model.Operation.class);
2058020580
this.project = com.google.api.client.util.Preconditions.checkNotNull(project, "Required parameter project must be specified.");
2058120581
if (!getSuppressPatternChecks()) {
@@ -20593,63 +20593,63 @@ protected UpdateKmskey(java.lang.String project, java.lang.String zone, java.lan
2059320593
}
2059420594

2059520595
@Override
20596-
public UpdateKmskey set$Xgafv(java.lang.String $Xgafv) {
20597-
return (UpdateKmskey) super.set$Xgafv($Xgafv);
20596+
public UpdateKmsKey set$Xgafv(java.lang.String $Xgafv) {
20597+
return (UpdateKmsKey) super.set$Xgafv($Xgafv);
2059820598
}
2059920599

2060020600
@Override
20601-
public UpdateKmskey setAccessToken(java.lang.String accessToken) {
20602-
return (UpdateKmskey) super.setAccessToken(accessToken);
20601+
public UpdateKmsKey setAccessToken(java.lang.String accessToken) {
20602+
return (UpdateKmsKey) super.setAccessToken(accessToken);
2060320603
}
2060420604

2060520605
@Override
20606-
public UpdateKmskey setAlt(java.lang.String alt) {
20607-
return (UpdateKmskey) super.setAlt(alt);
20606+
public UpdateKmsKey setAlt(java.lang.String alt) {
20607+
return (UpdateKmsKey) super.setAlt(alt);
2060820608
}
2060920609

2061020610
@Override
20611-
public UpdateKmskey setCallback(java.lang.String callback) {
20612-
return (UpdateKmskey) super.setCallback(callback);
20611+
public UpdateKmsKey setCallback(java.lang.String callback) {
20612+
return (UpdateKmsKey) super.setCallback(callback);
2061320613
}
2061420614

2061520615
@Override
20616-
public UpdateKmskey setFields(java.lang.String fields) {
20617-
return (UpdateKmskey) super.setFields(fields);
20616+
public UpdateKmsKey setFields(java.lang.String fields) {
20617+
return (UpdateKmsKey) super.setFields(fields);
2061820618
}
2061920619

2062020620
@Override
20621-
public UpdateKmskey setKey(java.lang.String key) {
20622-
return (UpdateKmskey) super.setKey(key);
20621+
public UpdateKmsKey setKey(java.lang.String key) {
20622+
return (UpdateKmsKey) super.setKey(key);
2062320623
}
2062420624

2062520625
@Override
20626-
public UpdateKmskey setOauthToken(java.lang.String oauthToken) {
20627-
return (UpdateKmskey) super.setOauthToken(oauthToken);
20626+
public UpdateKmsKey setOauthToken(java.lang.String oauthToken) {
20627+
return (UpdateKmsKey) super.setOauthToken(oauthToken);
2062820628
}
2062920629

2063020630
@Override
20631-
public UpdateKmskey setPrettyPrint(java.lang.Boolean prettyPrint) {
20632-
return (UpdateKmskey) super.setPrettyPrint(prettyPrint);
20631+
public UpdateKmsKey setPrettyPrint(java.lang.Boolean prettyPrint) {
20632+
return (UpdateKmsKey) super.setPrettyPrint(prettyPrint);
2063320633
}
2063420634

2063520635
@Override
20636-
public UpdateKmskey setQuotaUser(java.lang.String quotaUser) {
20637-
return (UpdateKmskey) super.setQuotaUser(quotaUser);
20636+
public UpdateKmsKey setQuotaUser(java.lang.String quotaUser) {
20637+
return (UpdateKmsKey) super.setQuotaUser(quotaUser);
2063820638
}
2063920639

2064020640
@Override
20641-
public UpdateKmskey setUploadType(java.lang.String uploadType) {
20642-
return (UpdateKmskey) super.setUploadType(uploadType);
20641+
public UpdateKmsKey setUploadType(java.lang.String uploadType) {
20642+
return (UpdateKmsKey) super.setUploadType(uploadType);
2064320643
}
2064420644

2064520645
@Override
20646-
public UpdateKmskey setUploadProtocol(java.lang.String uploadProtocol) {
20647-
return (UpdateKmskey) super.setUploadProtocol(uploadProtocol);
20646+
public UpdateKmsKey setUploadProtocol(java.lang.String uploadProtocol) {
20647+
return (UpdateKmsKey) super.setUploadProtocol(uploadProtocol);
2064820648
}
2064920649

2065020650
@Override
20651-
public UpdateKmskey setUserIp(java.lang.String userIp) {
20652-
return (UpdateKmskey) super.setUserIp(userIp);
20651+
public UpdateKmsKey setUserIp(java.lang.String userIp) {
20652+
return (UpdateKmsKey) super.setUserIp(userIp);
2065320653
}
2065420654

2065520655
/** Project ID for this request. */
@@ -20663,7 +20663,7 @@ public java.lang.String getProject() {
2066320663
}
2066420664

2066520665
/** Project ID for this request. */
20666-
public UpdateKmskey setProject(java.lang.String project) {
20666+
public UpdateKmsKey setProject(java.lang.String project) {
2066720667
if (!getSuppressPatternChecks()) {
2066820668
com.google.api.client.util.Preconditions.checkArgument(PROJECT_PATTERN.matcher(project).matches(),
2066920669
"Parameter project must conform to the pattern " +
@@ -20684,7 +20684,7 @@ public java.lang.String getZone() {
2068420684
}
2068520685

2068620686
/** The name of the zone for this request. */
20687-
public UpdateKmskey setZone(java.lang.String zone) {
20687+
public UpdateKmsKey setZone(java.lang.String zone) {
2068820688
if (!getSuppressPatternChecks()) {
2068920689
com.google.api.client.util.Preconditions.checkArgument(ZONE_PATTERN.matcher(zone).matches(),
2069020690
"Parameter zone must conform to the pattern " +
@@ -20705,7 +20705,7 @@ public java.lang.String getDisk() {
2070520705
}
2070620706

2070720707
/** Name of the Disk resource, should conform to RFC1035. */
20708-
public UpdateKmskey setDisk(java.lang.String disk) {
20708+
public UpdateKmsKey setDisk(java.lang.String disk) {
2070920709
this.disk = disk;
2071020710
return this;
2071120711
}
@@ -20745,14 +20745,14 @@ public java.lang.String getRequestId() {
2074520745
* The request ID must be a valid UUID with the exception that zero UUID is not supported (
2074620746
* 00000000-0000-0000-0000-000000000000).
2074720747
*/
20748-
public UpdateKmskey setRequestId(java.lang.String requestId) {
20748+
public UpdateKmsKey setRequestId(java.lang.String requestId) {
2074920749
this.requestId = requestId;
2075020750
return this;
2075120751
}
2075220752

2075320753
@Override
20754-
public UpdateKmskey set(String parameterName, Object value) {
20755-
return (UpdateKmskey) super.set(parameterName, value);
20754+
public UpdateKmsKey set(String parameterName, Object value) {
20755+
return (UpdateKmsKey) super.set(parameterName, value);
2075620756
}
2075720757
}
2075820758
/**
@@ -183276,7 +183276,7 @@ public AddTrafficClassificationRule set(String parameterName, Object value) {
183276183276
}
183277183277
}
183278183278
/**
183279-
* Retrieves an aggregated list of network policies. To prevent failure, Google recommends that you
183279+
* Retrieves an aggregated list of network policies. To prevent failure, it's recommended that you
183280183280
* set the `returnPartialSuccess` parameter to `true`.
183281183281
*
183282183282
* Create a request for the method "regionNetworkPolicies.aggregatedList".
@@ -183301,8 +183301,8 @@ public class AggregatedList extends ComputeRequest<com.google.api.services.compu
183301183301
java.util.regex.Pattern.compile("(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))");
183302183302

183303183303
/**
183304-
* Retrieves an aggregated list of network policies. To prevent failure, Google recommends that
183305-
* you set the `returnPartialSuccess` parameter to `true`.
183304+
* Retrieves an aggregated list of network policies. To prevent failure, it's recommended that you
183305+
* set the `returnPartialSuccess` parameter to `true`.
183306183306
*
183307183307
* Create a request for the method "regionNetworkPolicies.aggregatedList".
183308183308
*
@@ -185604,17 +185604,24 @@ public PatchTrafficClassificationRule setNetworkPolicy(java.lang.String networkP
185604185604
return this;
185605185605
}
185606185606

185607-
/** The priority of the rule to patch. */
185607+
/**
185608+
* The priority of the traffic classification rule to patch. Only rules with a priority value
185609+
* between 1 and 2147482647 (inclusive) can be patched.
185610+
*/
185608185611
@com.google.api.client.util.Key
185609185612
private java.lang.Integer priority;
185610185613

185611-
/** The priority of the rule to patch.
185614+
/** The priority of the traffic classification rule to patch. Only rules with a priority value between
185615+
1 and 2147482647 (inclusive) can be patched.
185612185616
*/
185613185617
public java.lang.Integer getPriority() {
185614185618
return priority;
185615185619
}
185616185620

185617-
/** The priority of the rule to patch. */
185621+
/**
185622+
* The priority of the traffic classification rule to patch. Only rules with a priority value
185623+
* between 1 and 2147482647 (inclusive) can be patched.
185624+
*/
185618185625
public PatchTrafficClassificationRule setPriority(java.lang.Integer priority) {
185619185626
this.priority = priority;
185620185627
return this;

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ public final class Address extends com.google.api.client.json.GenericJson {
7070
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
7171
private java.math.BigInteger id;
7272

73+
/**
74+
* Reference to the source of external IPv4 addresses, like a PublicDelegatedPrefix (PDP) for
75+
* BYOIP. The PDP must support enhanced IPv4 allocations. Use one of the following formats to
76+
* specify a PDP when reserving an external IPv4 address using BYOIP. - Full resource URL, as in
77+
* https://www.googleapis.com/compute/v1/projects/projectId/regions/region
78+
* /publicDelegatedPrefixes/pdp-name - Partial URL, as in -
79+
* projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name -
80+
* regions/region/publicDelegatedPrefixes/pdp-name
81+
* The value may be {@code null}.
82+
*/
83+
@com.google.api.client.util.Key
84+
private java.lang.String ipCollection;
85+
7386
/**
7487
* The IP version that will be used by this address. Valid options are IPV4 or IPV6.
7588
* The value may be {@code null}.
@@ -302,6 +315,35 @@ public Address setId(java.math.BigInteger id) {
302315
return this;
303316
}
304317

318+
/**
319+
* Reference to the source of external IPv4 addresses, like a PublicDelegatedPrefix (PDP) for
320+
* BYOIP. The PDP must support enhanced IPv4 allocations. Use one of the following formats to
321+
* specify a PDP when reserving an external IPv4 address using BYOIP. - Full resource URL, as in
322+
* https://www.googleapis.com/compute/v1/projects/projectId/regions/region
323+
* /publicDelegatedPrefixes/pdp-name - Partial URL, as in -
324+
* projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name -
325+
* regions/region/publicDelegatedPrefixes/pdp-name
326+
* @return value or {@code null} for none
327+
*/
328+
public java.lang.String getIpCollection() {
329+
return ipCollection;
330+
}
331+
332+
/**
333+
* Reference to the source of external IPv4 addresses, like a PublicDelegatedPrefix (PDP) for
334+
* BYOIP. The PDP must support enhanced IPv4 allocations. Use one of the following formats to
335+
* specify a PDP when reserving an external IPv4 address using BYOIP. - Full resource URL, as in
336+
* https://www.googleapis.com/compute/v1/projects/projectId/regions/region
337+
* /publicDelegatedPrefixes/pdp-name - Partial URL, as in -
338+
* projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name -
339+
* regions/region/publicDelegatedPrefixes/pdp-name
340+
* @param ipCollection ipCollection or {@code null} for none
341+
*/
342+
public Address setIpCollection(java.lang.String ipCollection) {
343+
this.ipCollection = ipCollection;
344+
return this;
345+
}
346+
305347
/**
306348
* The IP version that will be used by this address. Valid options are IPV4 or IPV6.
307349
* @return value or {@code null} for none

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -460,14 +460,6 @@ public final class ForwardingRule extends com.google.api.client.json.GenericJson
460460
@com.google.api.client.util.Key
461461
private java.lang.String target;
462462

463-
/**
464-
* [PSC for VPC-hosted services only] Determines if clients are allowed to access the producer
465-
* service via this PSC endpoint.
466-
* The value may be {@code null}.
467-
*/
468-
@com.google.api.client.util.Key
469-
private java.lang.Boolean trafficDisabled;
470-
471463
/**
472464
* IP address for which this forwarding rule accepts traffic. When a client sends traffic to this
473465
* IP address, the forwarding rule directs the traffic to the referenced target or backendService.
@@ -1507,25 +1499,6 @@ public ForwardingRule setTarget(java.lang.String target) {
15071499
return this;
15081500
}
15091501

1510-
/**
1511-
* [PSC for VPC-hosted services only] Determines if clients are allowed to access the producer
1512-
* service via this PSC endpoint.
1513-
* @return value or {@code null} for none
1514-
*/
1515-
public java.lang.Boolean getTrafficDisabled() {
1516-
return trafficDisabled;
1517-
}
1518-
1519-
/**
1520-
* [PSC for VPC-hosted services only] Determines if clients are allowed to access the producer
1521-
* service via this PSC endpoint.
1522-
* @param trafficDisabled trafficDisabled or {@code null} for none
1523-
*/
1524-
public ForwardingRule setTrafficDisabled(java.lang.Boolean trafficDisabled) {
1525-
this.trafficDisabled = trafficDisabled;
1526-
return this;
1527-
}
1528-
15291502
@Override
15301503
public ForwardingRule set(String fieldName, Object value) {
15311504
return (ForwardingRule) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class NamedSet extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* An optional description of named set.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String description;
38+
3239
/**
3340
* CEL expressions that are comparable to constructs of this set's type (see Policy Language).
3441
* The value may be {@code null}.
@@ -68,6 +75,23 @@ public final class NamedSet extends com.google.api.client.json.GenericJson {
6875
@com.google.api.client.util.Key
6976
private java.lang.String type;
7077

78+
/**
79+
* An optional description of named set.
80+
* @return value or {@code null} for none
81+
*/
82+
public java.lang.String getDescription() {
83+
return description;
84+
}
85+
86+
/**
87+
* An optional description of named set.
88+
* @param description description or {@code null} for none
89+
*/
90+
public NamedSet setDescription(java.lang.String description) {
91+
this.description = description;
92+
return this;
93+
}
94+
7195
/**
7296
* CEL expressions that are comparable to constructs of this set's type (see Policy Language).
7397
* @return value or {@code null} for none

0 commit comments

Comments
 (0)