Class BatchGetAssetsHistoryRequest (0.6.0)

Batch get assets history request.

A list of the full names of the assets. For example: //compu te.googleapis.com/projects/my_project_123/zones/zone1/instance s/instance1. See Resource Names <https://cloud.google.com/a pis/design/resource_names#full_resource_name> and Resource Name Format <https://cloud.google.com/asset- inventory/docs/resource-name-format> for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request.

Optional. The time window for the asset history. Both start_time and end_time are optional and if set, it must be after 2018-10-02 UTC. If end_time is not set, it is default to current timestamp. If start_time is not set, the snapshot of the assets at end_time will be returned. The returned results contain all temporal assets whose time window overlap with read_time_window.