Skip to content

Commit d400714

Browse files
1 parent 585873f commit d400714

File tree

11 files changed

+66
-48
lines changed

11 files changed

+66
-48
lines changed

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

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5363,22 +5363,22 @@ public List setName(java.lang.String name) {
53635363
}
53645364

53655365
/**
5366-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
5367-
* documented otherwise. This is primarily for internal usage.
5366+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
5367+
* is primarily intended for internal usage.
53685368
*/
53695369
@com.google.api.client.util.Key
53705370
private java.util.List<java.lang.String> extraLocationTypes;
53715371

5372-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
5373-
otherwise. This is primarily for internal usage.
5372+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
5373+
primarily intended for internal usage.
53745374
*/
53755375
public java.util.List<java.lang.String> getExtraLocationTypes() {
53765376
return extraLocationTypes;
53775377
}
53785378

53795379
/**
5380-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
5381-
* documented otherwise. This is primarily for internal usage.
5380+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
5381+
* is primarily intended for internal usage.
53825382
*/
53835383
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
53845384
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/AuthzPolicyAuthzRuleFromRequestSource.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
4343
* client certificate has been successfully validated by mTLS. Each identity is a string whose
4444
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
4545
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
46-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
47-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
48-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
49-
* Balancer.
46+
* per Authorization Policy for regional internal Application Load Balancers, regional external
47+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
48+
* Mesh. This field is not supported for global external Application Load Balancers.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -85,10 +84,9 @@ public AuthzPolicyAuthzRuleFromRequestSource setIpBlocks(java.util.List<AuthzPol
8584
* client certificate has been successfully validated by mTLS. Each identity is a string whose
8685
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
8786
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
88-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
89-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
90-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
91-
* Balancer.
87+
* per Authorization Policy for regional internal Application Load Balancers, regional external
88+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
89+
* Mesh. This field is not supported for global external Application Load Balancers.
9290
* @return value or {@code null} for none
9391
*/
9492
public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
@@ -101,10 +99,9 @@ public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
10199
* client certificate has been successfully validated by mTLS. Each identity is a string whose
102100
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
103101
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
104-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
105-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
106-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
107-
* Balancer.
102+
* per Authorization Policy for regional internal Application Load Balancers, regional external
103+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
104+
* Mesh. This field is not supported for global external Application Load Balancers.
108105
* @param principals principals or {@code null} for none
109106
*/
110107
public AuthzPolicyAuthzRuleFromRequestSource setPrincipals(java.util.List<AuthzPolicyAuthzRulePrincipal> principals) {

clients/google-api-services-networksecurity/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-networksecurity</artifactId>
11-
<version>v1-rev20250822-2.0.0</version>
12-
<name>Network Security API v1-rev20250822-2.0.0</name>
11+
<version>v1-rev20250911-2.0.0</version>
12+
<name>Network Security API v1-rev20250911-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-networksecurity/v1beta1/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-networksecurity</artifactId>
25-
<version>v1beta1-rev20250903-2.0.0</version>
25+
<version>v1beta1-rev20250911-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-networksecurity:v1beta1-rev20250903-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20250911-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5363,22 +5363,22 @@ public List setName(java.lang.String name) {
53635363
}
53645364

53655365
/**
5366-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
5367-
* documented otherwise. This is primarily for internal usage.
5366+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
5367+
* is primarily intended for internal usage.
53685368
*/
53695369
@com.google.api.client.util.Key
53705370
private java.util.List<java.lang.String> extraLocationTypes;
53715371

5372-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
5373-
otherwise. This is primarily for internal usage.
5372+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
5373+
primarily intended for internal usage.
53745374
*/
53755375
public java.util.List<java.lang.String> getExtraLocationTypes() {
53765376
return extraLocationTypes;
53775377
}
53785378

53795379
/**
5380-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
5381-
* documented otherwise. This is primarily for internal usage.
5380+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
5381+
* is primarily intended for internal usage.
53825382
*/
53835383
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
53845384
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicyAuthzRuleFromRequestSource.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
4343
* client certificate has been successfully validated by mTLS. Each identity is a string whose
4444
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
4545
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
46-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
47-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
48-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
49-
* Balancer.
46+
* per Authorization Policy for regional internal Application Load Balancers, regional external
47+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
48+
* Mesh. This field is not supported for global external Application Load Balancers.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -85,10 +84,9 @@ public AuthzPolicyAuthzRuleFromRequestSource setIpBlocks(java.util.List<AuthzPol
8584
* client certificate has been successfully validated by mTLS. Each identity is a string whose
8685
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
8786
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
88-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
89-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
90-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
91-
* Balancer.
87+
* per Authorization Policy for regional internal Application Load Balancers, regional external
88+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
89+
* Mesh. This field is not supported for global external Application Load Balancers.
9290
* @return value or {@code null} for none
9391
*/
9492
public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
@@ -101,10 +99,9 @@ public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
10199
* client certificate has been successfully validated by mTLS. Each identity is a string whose
102100
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
103101
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
104-
* per Authorization Policy for Regional Internal Application Load Balancer, Regional External
105-
* Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service
106-
* Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load
107-
* Balancer.
102+
* per Authorization Policy for regional internal Application Load Balancers, regional external
103+
* Application Load Balancers, cross-region internal Application Load Balancers, and Cloud Service
104+
* Mesh. This field is not supported for global external Application Load Balancers.
108105
* @param principals principals or {@code null} for none
109106
*/
110107
public AuthzPolicyAuthzRuleFromRequestSource setPrincipals(java.util.List<AuthzPolicyAuthzRulePrincipal> principals) {

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringEndpointGroup.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ public final class MirroringEndpointGroup extends com.google.api.client.json.Gen
103103
@com.google.api.client.util.Key
104104
private java.lang.String state;
105105

106+
/**
107+
* Immutable. The type of the endpoint group. If left unspecified, defaults to DIRECT.
108+
* The value may be {@code null}.
109+
*/
110+
@com.google.api.client.util.Key
111+
private java.lang.String type;
112+
106113
/**
107114
* Output only. The timestamp when the resource was most recently updated. See
108115
* https://google.aip.dev/148#timestamps.
@@ -280,6 +287,23 @@ public MirroringEndpointGroup setState(java.lang.String state) {
280287
return this;
281288
}
282289

290+
/**
291+
* Immutable. The type of the endpoint group. If left unspecified, defaults to DIRECT.
292+
* @return value or {@code null} for none
293+
*/
294+
public java.lang.String getType() {
295+
return type;
296+
}
297+
298+
/**
299+
* Immutable. The type of the endpoint group. If left unspecified, defaults to DIRECT.
300+
* @param type type or {@code null} for none
301+
*/
302+
public MirroringEndpointGroup setType(java.lang.String type) {
303+
this.type = type;
304+
return this;
305+
}
306+
283307
/**
284308
* Output only. The timestamp when the resource was most recently updated. See
285309
* https://google.aip.dev/148#timestamps.

clients/google-api-services-networksecurity/v1beta1/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-networksecurity</artifactId>
11-
<version>v1beta1-rev20250903-2.0.0</version>
12-
<name>Network Security API v1beta1-rev20250903-2.0.0</name>
11+
<version>v1beta1-rev20250911-2.0.0</version>
12+
<name>Network Security API v1beta1-rev20250911-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)