Skip to content

Commit f61b2fc

Browse files
1 parent b409d00 commit f61b2fc

5 files changed

Lines changed: 15 additions & 12 deletions

File tree

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
4545
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
4646
* per Authorization Policy for regional internal Application Load Balancers, regional external
4747
* 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.
48+
* Mesh while 25 principals per Authorization Policy for global external Application Load
49+
* Balancers.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -86,7 +87,8 @@ public AuthzPolicyAuthzRuleFromRequestSource setIpBlocks(java.util.List<AuthzPol
8687
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
8788
* per Authorization Policy for regional internal Application Load Balancers, regional external
8889
* 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.
90+
* Mesh while 25 principals per Authorization Policy for global external Application Load
91+
* Balancers.
9092
* @return value or {@code null} for none
9193
*/
9294
public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
@@ -101,7 +103,8 @@ public java.util.List<AuthzPolicyAuthzRulePrincipal> getPrincipals() {
101103
* certificate. A match happens when any principal matches with the rule. Limited to 50 principals
102104
* per Authorization Policy for regional internal Application Load Balancers, regional external
103105
* 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.
106+
* Mesh while 25 principals per Authorization Policy for global external Application Load
107+
* Balancers.
105108
* @param principals principals or {@code null} for none
106109
*/
107110
public AuthzPolicyAuthzRuleFromRequestSource setPrincipals(java.util.List<AuthzPolicyAuthzRulePrincipal> principals) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
5151
private java.lang.String customMirroringProfile;
5252

5353
/**
54-
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
54+
* Output only. Identifier used by the data-path. Unique within `{container, location}`.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -168,15 +168,15 @@ public SecurityProfileGroup setCustomMirroringProfile(java.lang.String customMir
168168
}
169169

170170
/**
171-
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
171+
* Output only. Identifier used by the data-path. Unique within `{container, location}`.
172172
* @return value or {@code null} for none
173173
*/
174174
public java.math.BigInteger getDataPathId() {
175175
return dataPathId;
176176
}
177177

178178
/**
179-
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
179+
* Output only. Identifier used by the data-path. Unique within `{container, location}`.
180180
* @param dataPathId dataPathId or {@code null} for none
181181
*/
182182
public SecurityProfileGroup setDataPathId(java.math.BigInteger dataPathId) {

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-rev20260625-2.0.0</version>
12-
<name>Network Security API v1beta1-rev20260625-2.0.0</name>
11+
<version>v1beta1-rev20260707-2.0.0</version>
12+
<name>Network Security API v1beta1-rev20260707-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)