@@ -744,10 +744,21 @@ def group_assets(
744744 - boolean literals ``true`` and ``false`` without quotes.
745745
746746 The following field and operator combinations are supported: name \| '='
747- update\_time \| '>', '<', '>=', '<=', '=' create\_time \| '>', '<',
748- '>=', '<=', '=' iam\_policy.policy\_blob \| '=', ':'
749- resource\_properties \| '=', ':', '>', '<', '>=', '<=' security\_marks
750- \| '=', ':' security\_center\_properties.resource\_name \| '=', ':'
747+ update\_time \| '=', '>', '<', '>=', '<='
748+
749+ Usage: This should be milliseconds since epoch or an RFC3339 string.
750+ Examples: "update\_time = "2019-06-10T16:07:18-07:00"" "update\_time =
751+ 1560208038000"
752+
753+ create\_time \| '=', '>', '<', '>=', '<='
754+
755+ Usage: This should be milliseconds since epoch or an RFC3339 string.
756+ Examples: "create\_time = "2019-06-10T16:07:18-07:00"" "create\_time =
757+ 1560208038000"
758+
759+ iam\_policy.policy\_blob \| '=', ':' resource\_properties \| '=', ':',
760+ '>', '<', '>=', '<=' security\_marks \| '=', ':'
761+ security\_center\_properties.resource\_name \| '=', ':'
751762 security\_center\_properties.resource\_type \| '=', ':'
752763 security\_center\_properties.resource\_parent \| '=', ':'
753764 security\_center\_properties.resource\_project \| '=', ':'
@@ -954,9 +965,15 @@ def group_findings(
954965
955966 The following field and operator combinations are supported: name \|
956967 ``=`` parent \| '=', ':' resource\_name \| '=', ':' state \| '=', ':'
957- category \| '=', ':' external\_uri \| '=', ':' event\_time \| ``>``,
958- ``<``, ``>=``, ``<=`` security\_marks \| '=', ':' source\_properties \|
959- '=', ':', ``>``, ``<``, ``>=``, ``<=``
968+ category \| '=', ':' external\_uri \| '=', ':' event\_time \| ``=``,
969+ ``>``, ``<``, ``>=``, ``<=``
970+
971+ Usage: This should be milliseconds since epoch or an RFC3339 string.
972+ Examples: "event\_time = "2019-06-10T16:07:18-07:00"" "event\_time =
973+ 1560208038000"
974+
975+ security\_marks \| '=', ':' source\_properties \| '=', ':', ``>``,
976+ ``<``, ``>=``, ``<=``
960977
961978 For example, ``source_properties.size = 100`` is a valid filter string.
962979 read_time (Union[dict, ~google.cloud.securitycenter_v1.types.Timestamp]): Time used as a reference point when filtering findings. The filter is
@@ -1137,7 +1154,18 @@ def list_assets(
11371154 - boolean literals ``true`` and ``false`` without quotes.
11381155
11391156 The following are the allowed field and operator combinations: name \|
1140- ``=`` update\_time \| ``>``, ``<``, ``>=``, ``<=``
1157+ ``=`` update\_time \| ``=``, ``>``, ``<``, ``>=``, ``<=``
1158+
1159+ Usage: This should be milliseconds since epoch or an RFC3339 string.
1160+ Examples: "update\_time = "2019-06-10T16:07:18-07:00"" "update\_time =
1161+ 1560208038000"
1162+
1163+ create\_time \| ``=``, ``>``, ``<``, ``>=``, ``<=``
1164+
1165+ Usage: This should be milliseconds since epoch or an RFC3339 string.
1166+ Examples: "create\_time = "2019-06-10T16:07:18-07:00"" "create\_time =
1167+ 1560208038000"
1168+
11411169 iam\_policy.policy\_blob \| '=', ':' resource\_properties \| '=', ':',
11421170 ``>``, ``<``, ``>=``, ``<=`` security\_marks \| '=', ':'
11431171 security\_center\_properties.resource\_name \| '=', ':'
@@ -1352,9 +1380,15 @@ def list_findings(
13521380
13531381 The following field and operator combinations are supported: name \|
13541382 ``=`` parent \| '=', ':' resource\_name \| '=', ':' state \| '=', ':'
1355- category \| '=', ':' external\_uri \| '=', ':' event\_time \| ``>``,
1356- ``<``, ``>=``, ``<=`` security\_marks \| '=', ':' source\_properties \|
1357- '=', ':', ``>``, ``<``, ``>=``, ``<=``
1383+ category \| '=', ':' external\_uri \| '=', ':' event\_time \| ``=``,
1384+ ``>``, ``<``, ``>=``, ``<=``
1385+
1386+ Usage: This should be milliseconds since epoch or an RFC3339 string.
1387+ Examples: "event\_time = "2019-06-10T16:07:18-07:00"" "event\_time =
1388+ 1560208038000"
1389+
1390+ security\_marks \| '=', ':' source\_properties \| '=', ':', ``>``,
1391+ ``<``, ``>=``, ``<=``
13581392
13591393 For example, ``source_properties.size = 100`` is a valid filter string.
13601394 order_by (str): Expression that defines what fields and order to use for sorting. The
0 commit comments