google_api_play_movies_partner v0.0.1 GoogleApi.PlayMoviesPartner.V1.Model.Order View Source

An Order tracks the fulfillment of an Edit when delivered using the legacy, non-component-based delivery. Each Order is uniquely identified by an `order_id`, which is generated by Google. Externally, Orders can also be identified by partners using its `custom_id` (when provided).

Attributes

  • approvedTime (String): Timestamp when the Order was approved. Defaults to: null.
  • channelId (String): YouTube Channel ID that should be used to fulfill the Order. Example: "UCRG64darCZhb". Defaults to: null.
  • channelName (String): YouTube Channel Name that should be used to fulfill the Order. Example: "Google_channel". Defaults to: null.
  • countries (List[String]): Countries where the Order is available, using the "ISO 3166-1 alpha-2" format (example: "US"). Defaults to: null.
  • customId (String): ID that can be used to externally identify an Order. This ID is provided by partners when submitting the Avails. Example: 'GOOGLER_2006' Defaults to: null.
  • earliestAvailStartTime (String): Timestamp of the earliest start date of the Avails linked to this Order. Defaults to: null.
  • episodeName (String): Default Episode name, usually in the language of the country of origin. Only available for TV Edits Example: "Googlers, The - Pilot". Defaults to: null.
  • legacyPriority (String): Legacy Order priority, as defined by Google. Example: 'P0' Defaults to: null.
  • name (String): Default Edit name, usually in the language of the country of origin. Example: "Googlers, The". Defaults to: null.
  • normalizedPriority (String): A simpler representation of the priority. Defaults to: null.

    • Enum - one of [NORMALIZED_PRIORITY_UNSPECIFIED, LOW_PRIORITY, HIGH_PRIORITY]
  • orderId (String): ID internally generated by Google to uniquely identify an Order. Example: 'abcde12_x' Defaults to: null.
  • orderedTime (String): Timestamp when the Order was created. Defaults to: null.
  • pphName (String): Name of the post-production house that manages the Edit ordered. Defaults to: null.
  • priority (Float): Order priority, as defined by Google. The higher the value, the higher the priority. Example: 90 Defaults to: null.
  • receivedTime (String): Timestamp when the Order was fulfilled. Defaults to: null.
  • rejectionNote (String): Field explaining why an Order has been rejected. Example: "Trailer audio is 2ch mono, please re-deliver in stereo". Defaults to: null.
  • seasonName (String): Default Season name, usually in the language of the country of origin. Only available for TV Edits Example: "Googlers, The - A Brave New World". Defaults to: null.
  • showName (String): Default Show name, usually in the language of the country of origin. Only available for TV Edits Example: "Googlers, The". Defaults to: null.
  • status (String): High-level status of the order. Defaults to: null.

    • Enum - one of [STATUS_UNSPECIFIED, STATUS_APPROVED, STATUS_FAILED, STATUS_PROCESSING, STATUS_UNFULFILLED, STATUS_NOT_AVAILABLE]
  • statusDetail (String): Detailed status of the order Defaults to: null.

    • Enum - one of [ORDER_STATUS_UNSPECIFIED, ORDER_STATUS_QC_APPROVED, ORDER_STATUS_QC_REJECTION, ORDER_STATUS_INTERNAL_FIX, ORDER_STATUS_OPEN_ORDER, ORDER_STATUS_NOT_AVAILABLE, ORDER_STATUS_AWAITING_REDELIVERY, ORDER_STATUS_READY_FOR_QC, ORDER_STATUS_FILE_PROCESSING]
  • studioName (String): Name of the studio that owns the Edit ordered. Defaults to: null.
  • type (String): Type of the Edit linked to the Order. Defaults to: null.

    • Enum - one of [TITLE_TYPE_UNSPECIFIED, MOVIE, SEASON, EPISODE, BUNDLE]
  • videoId (String): Google-generated ID identifying the video linked to this Order, once delivered. Example: 'gtry456_xc'. Defaults to: null.