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/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicyAuthzRuleFromRequestSource.java
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
31
31
32
32
/**
33
33
* Optional. A list of IP addresses or IP address ranges to match against the source IP address of
34
-
* the request. Limited to 5 ip_blocks.
34
+
* the request. Limited to 10 ip_blocks per Authorization Policy
35
35
* The value may be {@code null}.
36
36
*/
37
37
@com.google.api.client.util.Key
@@ -42,23 +42,27 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
42
42
* on a request unless frontend mutual TLS is enabled for the forwarding rule or Gateway and the
43
43
* client certificate has been successfully validated by mTLS. Each identity is a string whose
44
44
* value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's
45
-
* certificate. A match happens when any principal matches with the rule. Limited to 5 principals.
45
+
* 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
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicyAuthzRuleRequestResourceTagValueIdSet.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class AuthzPolicyAuthzRuleRequestResourceTagValueIdSet extends com.
33
33
/**
34
34
* Required. A list of resource tag value permanent IDs to match against the resource manager tags
35
35
* value associated with the source VM of a request. The match follows AND semantics which means
36
-
* all the ids must match. Limited to 5 matches.
36
+
* all the ids must match. Limited to 5 ids in the Tag value id set.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicyAuthzRuleToRequestOperation.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class AuthzPolicyAuthzRuleToRequestOperation extends com.google.api
39
39
/**
40
40
* Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix,
41
41
* or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
42
-
* Limited to 5 matches.
42
+
* Limited to 10 hosts per Authorization Policy.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -54,7 +54,7 @@ public final class AuthzPolicyAuthzRuleToRequestOperation extends com.google.api
54
54
/**
55
55
* Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name
56
56
* (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case
57
-
* sensitive.
57
+
* sensitive. Limited to 10 methods per Authorization Policy.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@com.google.api.client.util.Key
@@ -63,8 +63,9 @@ public final class AuthzPolicyAuthzRuleToRequestOperation extends com.google.api
63
63
/**
64
64
* Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or
65
65
* contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
66
-
* Limited to 5 matches. Note that this path match includes the query parameters. For gRPC
67
-
* services, this should be a fully-qualified name of the form /package.service/method.
66
+
* Limited to 10 paths per Authorization Policy. Note that this path match includes the query
67
+
* parameters. For gRPC services, this should be a fully-qualified name of the form
68
+
* /package.service/method.
68
69
* The value may be {@code null}.
69
70
*/
70
71
@com.google.api.client.util.Key
@@ -96,7 +97,7 @@ public AuthzPolicyAuthzRuleToRequestOperation setHeaderSet(AuthzPolicyAuthzRuleT
96
97
/**
97
98
* Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix,
98
99
* or contains (substring match). Matches are always case sensitive unless the ignoreCase is set.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicyAuthzRuleToRequestOperationHeaderSet.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class AuthzPolicyAuthzRuleToRequestOperationHeaderSet extends com.g
33
33
* Required. A list of headers to match against in http header. The match can be one of exact,
34
34
* prefix, suffix, or contains (substring match). The match follows AND semantics which means all
35
35
* the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited
36
-
* to 5 matches.
36
+
* to 10 headers per Authorization Policy.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@com.google.api.client.util.Key
@@ -49,7 +49,7 @@ public final class AuthzPolicyAuthzRuleToRequestOperationHeaderSet extends com.g
49
49
* Required. A list of headers to match against in http header. The match can be one of exact,
50
50
* prefix, suffix, or contains (substring match). The match follows AND semantics which means all
51
51
* the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/DnsThreatDetector.java
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/ListDnsThreatDetectorsResponse.java
0 commit comments