Class ExportAssetsResponse (3.12.0)

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

The export asset response. This message is returned by the google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned google.longrunning.Operation.response][google.longrunning.Operation.response] field.

Attributes

NameDescription
read_time google.protobuf.timestamp_pb2.Timestamp
Time the snapshot was taken.
output_config google.cloud.asset_v1.types.OutputConfig
Output configuration indicating where the results were output to.
output_result google.cloud.asset_v1.types.OutputResult
Output result indicating where the assets were exported to. For example, a set of actual Google Cloud Storage object uris where the assets are exported to. The uris can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Google Cloud Storage object limit.