ShareablePreviewOrError

  • The asset_group_identifier field specifies the asset group for the shareable preview.

  • The generate_shareable_preview_response union field contains either the preview result or an error.

  • The shareable_preview_result field holds the successful shareable preview result.

  • The partial_failure_error field indicates a shareable preview partial failure error using a Status object.

Result of the generate shareable preview.

Proto definition

Fields

asset_group_identifier

AssetGroupIdentifier

The asset group of the shareable preview.

generate_shareable_preview_response

Union field. The shareable preview result or error.

generate_shareable_preview_response can be only one of the following:

partial_failure_error

Status

The shareable preview partial failure error.

shareable_preview_result

ShareablePreviewResult

The shareable preview result.