Skip to content

Commit 24902c6

Browse files
1 parent 15b35d6 commit 24902c6

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

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

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,30 @@ public final class AuthzPolicyTarget extends com.google.api.client.json.GenericJ
3131

3232
/**
3333
* Optional. All gateways and forwarding rules referenced by this policy and extensions must share
34-
* the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`.
35-
* For more information, refer to [Backend services overview](https://cloud.google.com/load-
34+
* the same load balancing scheme. Required only when targeting forwarding rules. If targeting
35+
* Secure Web Proxy, this field must be `INTERNAL_MANAGED` or not specified. Must not be specified
36+
* when targeting Agent Gateway. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
37+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
3638
* balancing/docs/backend-service).
3739
* The value may be {@code null}.
3840
*/
3941
@com.google.api.client.util.Key
4042
private java.lang.String loadBalancingScheme;
4143

4244
/**
43-
* Required. A list of references to the Forwarding Rules on which this policy will be applied.
45+
* Required. A list of references to the Forwarding Rules, Secure Web Proxy Gateways, or Agent
46+
* Gateways on which this policy will be applied.
4447
* The value may be {@code null}.
4548
*/
4649
@com.google.api.client.util.Key
4750
private java.util.List<java.lang.String> resources;
4851

4952
/**
5053
* Optional. All gateways and forwarding rules referenced by this policy and extensions must share
51-
* the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`.
52-
* For more information, refer to [Backend services overview](https://cloud.google.com/load-
54+
* the same load balancing scheme. Required only when targeting forwarding rules. If targeting
55+
* Secure Web Proxy, this field must be `INTERNAL_MANAGED` or not specified. Must not be specified
56+
* when targeting Agent Gateway. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
57+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
5358
* balancing/docs/backend-service).
5459
* @return value or {@code null} for none
5560
*/
@@ -59,8 +64,10 @@ public java.lang.String getLoadBalancingScheme() {
5964

6065
/**
6166
* Optional. All gateways and forwarding rules referenced by this policy and extensions must share
62-
* the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`.
63-
* For more information, refer to [Backend services overview](https://cloud.google.com/load-
67+
* the same load balancing scheme. Required only when targeting forwarding rules. If targeting
68+
* Secure Web Proxy, this field must be `INTERNAL_MANAGED` or not specified. Must not be specified
69+
* when targeting Agent Gateway. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
70+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
6471
* balancing/docs/backend-service).
6572
* @param loadBalancingScheme loadBalancingScheme or {@code null} for none
6673
*/
@@ -70,15 +77,17 @@ public AuthzPolicyTarget setLoadBalancingScheme(java.lang.String loadBalancingSc
7077
}
7178

7279
/**
73-
* Required. A list of references to the Forwarding Rules on which this policy will be applied.
80+
* Required. A list of references to the Forwarding Rules, Secure Web Proxy Gateways, or Agent
81+
* Gateways on which this policy will be applied.
7482
* @return value or {@code null} for none
7583
*/
7684
public java.util.List<java.lang.String> getResources() {
7785
return resources;
7886
}
7987

8088
/**
81-
* Required. A list of references to the Forwarding Rules on which this policy will be applied.
89+
* Required. A list of references to the Forwarding Rules, Secure Web Proxy Gateways, or Agent
90+
* Gateways on which this policy will be applied.
8291
* @param resources resources or {@code null} for none
8392
*/
8493
public AuthzPolicyTarget setResources(java.util.List<java.lang.String> resources) {

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-rev20260323-2.0.0</version>
12-
<name>Network Security API v1beta1-rev20260323-2.0.0</name>
11+
<version>v1beta1-rev20260407-2.0.0</version>
12+
<name>Network Security API v1beta1-rev20260407-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-rev20260323-2.0.0</version>
25+
<version>v1beta1-rev20260407-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-rev20260323-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260407-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)