@@ -211,7 +211,8 @@ def list_folder_assets(parent, compare_duration: nil, field_mask: nil, filter: n
211211 # @param [String] start_time
212212 # The time at which the updated SecurityMarks take effect. If not set uses
213213 # current server time. Updates will be applied to the SecurityMarks that are
214- # active immediately preceding this time.
214+ # active immediately preceding this time. Must be smaller or equal to the server
215+ # time.
215216 # @param [String] update_mask
216217 # The FieldMask to use when updating the security marks resource. The field mask
217218 # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -789,7 +790,8 @@ def set_folder_source_finding_state(name, set_finding_state_request_object = nil
789790 # @param [String] start_time
790791 # The time at which the updated SecurityMarks take effect. If not set uses
791792 # current server time. Updates will be applied to the SecurityMarks that are
792- # active immediately preceding this time.
793+ # active immediately preceding this time. Must be smaller or equal to the server
794+ # time.
793795 # @param [String] update_mask
794796 # The FieldMask to use when updating the security marks resource. The field mask
795797 # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -1132,7 +1134,8 @@ def run_organization_asset_discovery(parent, run_asset_discovery_request_object
11321134 # @param [String] start_time
11331135 # The time at which the updated SecurityMarks take effect. If not set uses
11341136 # current server time. Updates will be applied to the SecurityMarks that are
1135- # active immediately preceding this time.
1137+ # active immediately preceding this time. Must be smaller or equal to the server
1138+ # time.
11361139 # @param [String] update_mask
11371140 # The FieldMask to use when updating the security marks resource. The field mask
11381141 # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -2284,7 +2287,8 @@ def set_organization_source_finding_state(name, set_finding_state_request_object
22842287 # @param [String] start_time
22852288 # The time at which the updated SecurityMarks take effect. If not set uses
22862289 # current server time. Updates will be applied to the SecurityMarks that are
2287- # active immediately preceding this time.
2290+ # active immediately preceding this time. Must be smaller or equal to the server
2291+ # time.
22882292 # @param [String] update_mask
22892293 # The FieldMask to use when updating the security marks resource. The field mask
22902294 # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -2521,7 +2525,8 @@ def list_project_assets(parent, compare_duration: nil, field_mask: nil, filter:
25212525 # @param [String] start_time
25222526 # The time at which the updated SecurityMarks take effect. If not set uses
25232527 # current server time. Updates will be applied to the SecurityMarks that are
2524- # active immediately preceding this time.
2528+ # active immediately preceding this time. Must be smaller or equal to the server
2529+ # time.
25252530 # @param [String] update_mask
25262531 # The FieldMask to use when updating the security marks resource. The field mask
25272532 # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -3099,7 +3104,8 @@ def set_project_source_finding_state(name, set_finding_state_request_object = ni
30993104 # @param [String] start_time
31003105 # The time at which the updated SecurityMarks take effect. If not set uses
31013106 # current server time. Updates will be applied to the SecurityMarks that are
3102- # active immediately preceding this time.
3107+ # active immediately preceding this time. Must be smaller or equal to the server
3108+ # time.
31033109 # @param [String] update_mask
31043110 # The FieldMask to use when updating the security marks resource. The field mask
31053111 # must not contain duplicate fields. If empty or set to "marks", all marks will
0 commit comments