Class BatchGetAssetsHistoryRequest (2.2.1)

BatchGetAssetsHistoryRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Batch get assets history request.

Attributes

NameDescription
parent str
Required. The relative name of the root asset. It can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").
asset_names Sequence[str]
A list of the full names of the assets. For example: ``//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1``. See `Resource Names
content_type `.asset_service.ContentType`
Optional. The content type.
read_time_window `.gca_assets.TimeWindow`
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.

Inheritance

builtins.object > proto.message.Message > BatchGetAssetsHistoryRequest