You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/AuthzPolicyTarget.java
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,30 @@ public final class AuthzPolicyTarget extends com.google.api.client.json.GenericJ
31
31
32
32
/**
33
33
* 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-
36
38
* balancing/docs/backend-service).
37
39
* The value may be {@code null}.
38
40
*/
39
41
@com.google.api.client.util.Key
40
42
privatejava.lang.StringloadBalancingScheme;
41
43
42
44
/**
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
0 commit comments