This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
TimeWindow remains same #228
Labels
api: cloudasset
Issues related to the googleapis/python-asset API.
type: question
Request for information or clarification. Not an issue.
I've been trying to fetch batch_get_history of limited start and end time but the response I'm receiving has all the data beyond the given start and end time.
window { start_time { seconds: 1623974419 nanos: 950810000 } end_time { seconds: 9223372036 nanos: 854775807 } }
This is how I am trying to request the data
Can someone please help me out how can I pass TimeWindow in batch_get_history request.
I'm using latest cloudasset plugin with python3.8
The text was updated successfully, but these errors were encountered: