Skip to content

Commit 1d7b91b

Browse files
1 parent e3e2156 commit 1d7b91b

File tree

8 files changed

+145
-62
lines changed

8 files changed

+145
-62
lines changed

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

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

Lines changed: 94 additions & 38 deletions
Large diffs are not rendered by default.

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/HttpHeaderMatch.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public final class HttpHeaderMatch extends com.google.api.client.json.GenericJso
117117
* set.
118118
*
119119
* Regular expressions can only be used when the loadBalancingScheme is set to
120-
* INTERNAL_SELF_MANAGED.
120+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
121121
* The value may be {@code null}.
122122
*/
123123
@com.google.api.client.util.Key
@@ -316,7 +316,7 @@ public HttpHeaderMatch setRangeMatch(Int64RangeMatch rangeMatch) {
316316
* set.
317317
*
318318
* Regular expressions can only be used when the loadBalancingScheme is set to
319-
* INTERNAL_SELF_MANAGED.
319+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
320320
* @return value or {@code null} for none
321321
*/
322322
public java.lang.String getRegexMatch() {
@@ -334,7 +334,7 @@ public java.lang.String getRegexMatch() {
334334
* set.
335335
*
336336
* Regular expressions can only be used when the loadBalancingScheme is set to
337-
* INTERNAL_SELF_MANAGED.
337+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
338338
* @param regexMatch regexMatch or {@code null} for none
339339
*/
340340
public HttpHeaderMatch setRegexMatch(java.lang.String regexMatch) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/HttpQueryParameterMatch.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class HttpQueryParameterMatch extends com.google.api.client.json.Ge
6464
* Only one of presentMatch, exactMatch, orregexMatch must be set.
6565
*
6666
* Regular expressions can only be used when the loadBalancingScheme is set to
67-
* INTERNAL_SELF_MANAGED.
67+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
6868
* The value may be {@code null}.
6969
*/
7070
@com.google.api.client.util.Key
@@ -142,7 +142,7 @@ public HttpQueryParameterMatch setPresentMatch(java.lang.Boolean presentMatch) {
142142
* Only one of presentMatch, exactMatch, orregexMatch must be set.
143143
*
144144
* Regular expressions can only be used when the loadBalancingScheme is set to
145-
* INTERNAL_SELF_MANAGED.
145+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
146146
* @return value or {@code null} for none
147147
*/
148148
public java.lang.String getRegexMatch() {
@@ -156,7 +156,7 @@ public java.lang.String getRegexMatch() {
156156
* Only one of presentMatch, exactMatch, orregexMatch must be set.
157157
*
158158
* Regular expressions can only be used when the loadBalancingScheme is set to
159-
* INTERNAL_SELF_MANAGED.
159+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
160160
* @param regexMatch regexMatch or {@code null} for none
161161
*/
162162
public HttpQueryParameterMatch setRegexMatch(java.lang.String regexMatch) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/HttpRouteRuleMatch.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class HttpRouteRuleMatch extends com.google.api.client.json.Generic
3737
*
3838
* fullPathMatch must be from 1 to 1024 characters.
3939
*
40-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
40+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -115,7 +115,8 @@ public final class HttpRouteRuleMatch extends com.google.api.client.json.Generic
115115
*
116116
* The value must be from 1 to 1024 characters.
117117
*
118-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
118+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
119+
* specified.
119120
* The value may be {@code null}.
120121
*/
121122
@com.google.api.client.util.Key
@@ -142,10 +143,10 @@ public final class HttpRouteRuleMatch extends com.google.api.client.json.Generic
142143
* expression specified inregexMatch after removing any query parameters and anchor supplied with
143144
* the original URL. For more information about regular expression syntax, see Syntax.
144145
*
145-
* Only one of prefixMatch, fullPathMatch orregexMatch must be specified.
146+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
146147
*
147148
* Regular expressions can only be used when the loadBalancingScheme is set to
148-
* INTERNAL_SELF_MANAGED.
149+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
149150
* The value may be {@code null}.
150151
*/
151152
@com.google.api.client.util.Key
@@ -158,7 +159,7 @@ public final class HttpRouteRuleMatch extends com.google.api.client.json.Generic
158159
*
159160
* fullPathMatch must be from 1 to 1024 characters.
160161
*
161-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
162+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
162163
* @return value or {@code null} for none
163164
*/
164165
public java.lang.String getFullPathMatch() {
@@ -172,7 +173,7 @@ public java.lang.String getFullPathMatch() {
172173
*
173174
* fullPathMatch must be from 1 to 1024 characters.
174175
*
175-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
176+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
176177
* @param fullPathMatch fullPathMatch or {@code null} for none
177178
*/
178179
public HttpRouteRuleMatch setFullPathMatch(java.lang.String fullPathMatch) {
@@ -318,7 +319,8 @@ public HttpRouteRuleMatch setPathTemplateMatch(java.lang.String pathTemplateMatc
318319
*
319320
* The value must be from 1 to 1024 characters.
320321
*
321-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
322+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
323+
* specified.
322324
* @return value or {@code null} for none
323325
*/
324326
public java.lang.String getPrefixMatch() {
@@ -331,7 +333,8 @@ public java.lang.String getPrefixMatch() {
331333
*
332334
* The value must be from 1 to 1024 characters.
333335
*
334-
* Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
336+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
337+
* specified.
335338
* @param prefixMatch prefixMatch or {@code null} for none
336339
*/
337340
public HttpRouteRuleMatch setPrefixMatch(java.lang.String prefixMatch) {
@@ -367,10 +370,10 @@ public HttpRouteRuleMatch setQueryParameterMatches(java.util.List<HttpQueryParam
367370
* expression specified inregexMatch after removing any query parameters and anchor supplied with
368371
* the original URL. For more information about regular expression syntax, see Syntax.
369372
*
370-
* Only one of prefixMatch, fullPathMatch orregexMatch must be specified.
373+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
371374
*
372375
* Regular expressions can only be used when the loadBalancingScheme is set to
373-
* INTERNAL_SELF_MANAGED.
376+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
374377
* @return value or {@code null} for none
375378
*/
376379
public java.lang.String getRegexMatch() {
@@ -382,10 +385,10 @@ public java.lang.String getRegexMatch() {
382385
* expression specified inregexMatch after removing any query parameters and anchor supplied with
383386
* the original URL. For more information about regular expression syntax, see Syntax.
384387
*
385-
* Only one of prefixMatch, fullPathMatch orregexMatch must be specified.
388+
* Only one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified.
386389
*
387390
* Regular expressions can only be used when the loadBalancingScheme is set to
388-
* INTERNAL_SELF_MANAGED.
391+
* INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.
389392
* @param regexMatch regexMatch or {@code null} for none
390393
*/
391394
public HttpRouteRuleMatch setRegexMatch(java.lang.String regexMatch) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/SecurityPolicy.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ public final class SecurityPolicy extends com.google.api.client.json.GenericJson
129129
@com.google.api.client.util.Key
130130
private java.lang.String name;
131131

132+
/**
133+
* [Output Only] The parent of the security policy.
134+
* The value may be {@code null}.
135+
*/
136+
@com.google.api.client.util.Key
137+
private java.lang.String parent;
138+
132139
/**
133140
* The value may be {@code null}.
134141
*/
@@ -520,6 +527,23 @@ public SecurityPolicy setName(java.lang.String name) {
520527
return this;
521528
}
522529

530+
/**
531+
* [Output Only] The parent of the security policy.
532+
* @return value or {@code null} for none
533+
*/
534+
public java.lang.String getParent() {
535+
return parent;
536+
}
537+
538+
/**
539+
* [Output Only] The parent of the security policy.
540+
* @param parent parent or {@code null} for none
541+
*/
542+
public SecurityPolicy setParent(java.lang.String parent) {
543+
this.parent = parent;
544+
return this;
545+
}
546+
523547
/**
524548
* @return value or {@code null} for none
525549
*/

clients/google-api-services-compute/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-compute</artifactId>
11-
<version>v1-rev20251019-2.0.0</version>
12-
<name>Compute Engine API v1-rev20251019-2.0.0</name>
11+
<version>v1-rev20251031-2.0.0</version>
12+
<name>Compute Engine API v1-rev20251031-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)