Class ExportAssetsResponse (2.2.1)

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 `.timestamp.Timestamp`
Time the snapshot was taken.
output_config `.asset_service.OutputConfig`
Output configuration indicating where the results were output to.
output_result `.asset_service.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.

Inheritance

builtins.object > proto.message.Message > ExportAssetsResponse