@@ -5309,7 +5309,7 @@ public List setParent(java.lang.String parent) {
5309
5309
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
5310
5310
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
5311
5311
* values: * type: [count, latency, status, list] * category: [application, device,
5312
- * request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
5312
+ * request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
5313
5313
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
5314
5314
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
5315
5315
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -5321,11 +5321,11 @@ public List setParent(java.lang.String parent) {
5321
5321
/** Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` *
5322
5322
`category` * `subCategory` Examples: * "category = application AND type = count" * "category =
5323
5323
application AND subCategory = iap" * "type = status" Allowed values: * type: [count, latency,
5324
- status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect]
5325
- NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND'
5326
- in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is
5327
- not allowed. It should be passed in with the parent `category` too. (These expressions are based on
5328
- the filter language described at https://google.aip.dev/160).
5324
+ status, list] * category: [application, device, request, security] * subCategory: [iap, caa,
5325
+ webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed.
5326
+ NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on
5327
+ `subCategory` is not allowed. It should be passed in with the parent `category` too. (These
5328
+ expressions are based on the filter language described at https://google.aip.dev/160).
5329
5329
*/
5330
5330
public java.lang.String getFilter() {
5331
5331
return filter;
@@ -5336,7 +5336,7 @@ public java.lang.String getFilter() {
5336
5336
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
5337
5337
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
5338
5338
* values: * type: [count, latency, status, list] * category: [application, device,
5339
- * request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
5339
+ * request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
5340
5340
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
5341
5341
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
5342
5342
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -19013,7 +19013,7 @@ public List setParent(java.lang.String parent) {
19013
19013
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
19014
19014
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
19015
19015
* values: * type: [count, latency, status, list] * category: [application, device,
19016
- * request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
19016
+ * request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
19017
19017
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
19018
19018
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
19019
19019
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -19025,11 +19025,11 @@ public List setParent(java.lang.String parent) {
19025
19025
/** Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` *
19026
19026
`category` * `subCategory` Examples: * "category = application AND type = count" * "category =
19027
19027
application AND subCategory = iap" * "type = status" Allowed values: * type: [count, latency,
19028
- status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect]
19029
- NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND'
19030
- in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is
19031
- not allowed. It should be passed in with the parent `category` too. (These expressions are based on
19032
- the filter language described at https://google.aip.dev/160).
19028
+ status, list] * category: [application, device, request, security] * subCategory: [iap, caa,
19029
+ webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed.
19030
+ NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on
19031
+ `subCategory` is not allowed. It should be passed in with the parent `category` too. (These
19032
+ expressions are based on the filter language described at https://google.aip.dev/160).
19033
19033
*/
19034
19034
public java.lang.String getFilter() {
19035
19035
return filter;
@@ -19040,7 +19040,7 @@ public java.lang.String getFilter() {
19040
19040
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
19041
19041
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
19042
19042
* values: * type: [count, latency, status, list] * category: [application, device,
19043
- * request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
19043
+ * request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
19044
19044
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
19045
19045
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
19046
19046
* allowed. It should be passed in with the parent `category` too. (These expressions are
0 commit comments