Skip to content

Commit ba35e11

Browse files
1 parent 8298c94 commit ba35e11

File tree

41 files changed

+7282
-709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

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

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

Lines changed: 3100 additions & 636 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class BackendBucketCdnPolicyNegativeCachingPolicy extends com.googl
3131

3232
/**
3333
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
34-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
34+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
3535
* code more than once.
3636
* The value may be {@code null}.
3737
*/
@@ -49,7 +49,7 @@ public final class BackendBucketCdnPolicyNegativeCachingPolicy extends com.googl
4949

5050
/**
5151
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
52-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
52+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
5353
* code more than once.
5454
* @return value or {@code null} for none
5555
*/
@@ -59,7 +59,7 @@ public java.lang.Integer getCode() {
5959

6060
/**
6161
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
62-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
62+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
6363
* code more than once.
6464
* @param code code or {@code null} for none
6565
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public final class BackendCustomMetric extends com.google.api.client.json.Generi
4747

4848
/**
4949
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
50-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
51-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
50+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
51+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
5252
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
5353
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
5454
* or regional backend service with the loadBalancingScheme set to
@@ -98,8 +98,8 @@ public BackendCustomMetric setMaxUtilization(java.lang.Float maxUtilization) {
9898

9999
/**
100100
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
101-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
102-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
101+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
102+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
103103
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
104104
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
105105
* or regional backend service with the loadBalancingScheme set to
@@ -112,8 +112,8 @@ public java.lang.String getName() {
112112

113113
/**
114114
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
115-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
116-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
115+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
116+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
117117
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
118118
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
119119
* or regional backend service with the loadBalancingScheme set to

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class BackendServiceCdnPolicyNegativeCachingPolicy extends com.goog
3131

3232
/**
3333
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
34-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
34+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
3535
* code more than once.
3636
* The value may be {@code null}.
3737
*/
@@ -49,7 +49,7 @@ public final class BackendServiceCdnPolicyNegativeCachingPolicy extends com.goog
4949

5050
/**
5151
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
52-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
52+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
5353
* code more than once.
5454
* @return value or {@code null} for none
5555
*/
@@ -59,7 +59,7 @@ public java.lang.Integer getCode() {
5959

6060
/**
6161
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
62-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
62+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
6363
* code more than once.
6464
* @param code code or {@code null} for none
6565
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class BackendServiceCustomMetric extends com.google.api.client.json
3838

3939
/**
4040
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
41-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
42-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
41+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
42+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
4343
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
4444
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
4545
* or regional backend service with the loadBalancingScheme set to
@@ -68,8 +68,8 @@ public BackendServiceCustomMetric setDryRun(java.lang.Boolean dryRun) {
6868

6969
/**
7070
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
71-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
72-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
71+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
72+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
7373
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
7474
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
7575
* or regional backend service with the loadBalancingScheme set to
@@ -82,8 +82,8 @@ public java.lang.String getName() {
8282

8383
/**
8484
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
85-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
86-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
85+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
86+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
8787
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
8888
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
8989
* or regional backend service with the loadBalancingScheme set to

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@ public final class BackendServiceTlsSettings extends com.google.api.client.json.
3939
private java.lang.String authenticationConfig;
4040

4141
/**
42-
* Assigns the Managed Identity for the RegionBackendService Workload.
42+
* Assigns the Managed Identity for the BackendService Workload.
4343
*
4444
* Use this property to configure the load balancer back-end to use certificates and roots of
4545
* trust provisioned by the Managed Workload Identity system.
4646
*
47-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
48-
* by the Load Balancer Workload.
47+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
48+
* Load Balancer Workload.
4949
*
50-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
51-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
50+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
51+
* the path to the Managed Workload Identity.
5252
*
53-
* Supported SPIFFE ID format: - spiffe:ns//sa/
53+
* Supported SPIFFE ID format: - ns//sa/
5454
*
5555
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
5656
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
5757
*
58-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
59-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
58+
* Restrictions: - If you set the `identity` property, you cannot manually set the
59+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
6060
* tlsSettings.authenticationConfig
6161
*
62-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
63-
* Identity Pool must have a ca_pool configured in the same region.
62+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
63+
* Pool must have a ca_pool configured in the same region.
6464
*
6565
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
6666
* The value may be {@code null}.
@@ -115,28 +115,28 @@ public BackendServiceTlsSettings setAuthenticationConfig(java.lang.String authen
115115
}
116116

117117
/**
118-
* Assigns the Managed Identity for the RegionBackendService Workload.
118+
* Assigns the Managed Identity for the BackendService Workload.
119119
*
120120
* Use this property to configure the load balancer back-end to use certificates and roots of
121121
* trust provisioned by the Managed Workload Identity system.
122122
*
123-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
124-
* by the Load Balancer Workload.
123+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
124+
* Load Balancer Workload.
125125
*
126-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
127-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
126+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
127+
* the path to the Managed Workload Identity.
128128
*
129-
* Supported SPIFFE ID format: - spiffe:ns//sa/
129+
* Supported SPIFFE ID format: - ns//sa/
130130
*
131131
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
132132
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
133133
*
134-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
135-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
134+
* Restrictions: - If you set the `identity` property, you cannot manually set the
135+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
136136
* tlsSettings.authenticationConfig
137137
*
138-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
139-
* Identity Pool must have a ca_pool configured in the same region.
138+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
139+
* Pool must have a ca_pool configured in the same region.
140140
*
141141
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
142142
* @return value or {@code null} for none
@@ -146,28 +146,28 @@ public java.lang.String getIdentity() {
146146
}
147147

148148
/**
149-
* Assigns the Managed Identity for the RegionBackendService Workload.
149+
* Assigns the Managed Identity for the BackendService Workload.
150150
*
151151
* Use this property to configure the load balancer back-end to use certificates and roots of
152152
* trust provisioned by the Managed Workload Identity system.
153153
*
154-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
155-
* by the Load Balancer Workload.
154+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
155+
* Load Balancer Workload.
156156
*
157-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
158-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
157+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
158+
* the path to the Managed Workload Identity.
159159
*
160-
* Supported SPIFFE ID format: - spiffe:ns//sa/
160+
* Supported SPIFFE ID format: - ns//sa/
161161
*
162162
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
163163
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
164164
*
165-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
166-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
165+
* Restrictions: - If you set the `identity` property, you cannot manually set the
166+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
167167
* tlsSettings.authenticationConfig
168168
*
169-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
170-
* Identity Pool must have a ca_pool configured in the same region.
169+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
170+
* Pool must have a ca_pool configured in the same region.
171171
*
172172
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
173173
* @param identity identity or {@code null} for none

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public final class CapacityAdviceResponseRecommendationScores extends com.google
3838
private java.lang.Double obtainability;
3939

4040
/**
41-
* The uptime score indicates the availability of your Spot VMs. For more information about the
42-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
43-
* better.
41+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
42+
* preemption within the next few hours. For more information about the preemption process, see
43+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -66,19 +66,19 @@ public CapacityAdviceResponseRecommendationScores setObtainability(java.lang.Dou
6666
}
6767

6868
/**
69-
* The uptime score indicates the availability of your Spot VMs. For more information about the
70-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
71-
* better.
69+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
70+
* preemption within the next few hours. For more information about the preemption process, see
71+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.Double getUptimeScore() {
7575
return uptimeScore;
7676
}
7777

7878
/**
79-
* The uptime score indicates the availability of your Spot VMs. For more information about the
80-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
81-
* better.
79+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
80+
* preemption within the next few hours. For more information about the preemption process, see
81+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
8282
* @param uptimeScore uptimeScore or {@code null} for none
8383
*/
8484
public CapacityAdviceResponseRecommendationScores setUptimeScore(java.lang.Double uptimeScore) {

0 commit comments

Comments
 (0)