Google Play Movies Partner API . accounts . components . type

Instance Methods

get(accountId, componentId, type, x__xgafv=None)

Get a Component given its id.

Method Details

get(accountId, componentId, type, x__xgafv=None)
Get a Component given its id.

Args:
  accountId: string, REQUIRED. See _General rules_ for more information about this field. (required)
  componentId: string, REQUIRED. Component ID. (required)
  type: string, REQUIRED. Component Type. (required)
  x__xgafv: string, V1 error format.

Returns:
  An object of the form:

    { # A Component is an element (audio, video, subtitle, artwork, trailer, etc...) that is used in a set of ExperienceLocales. A Component is owned by a Studio and managed either by the Studio itself or by one Post-Production House. Each Component is identified by a `component_id` and its `type`.
    "altCutIds": [ # List of Alternative Cut IDs, sometimes available in lieu of the main Edit-level EIDR IDs. This is not an EIDR ID, but a Partner-provided ID. Example: "206346_79838".
      "A String",
    ],
    "processingErrors": [ # Processing errors during XML file parsing. Example: 'Invalid input file'
      "A String",
    ],
    "studioName": "A String", # Name of the studio that owns the Component.
    "rejectionNote": "A String", # Notes explaining why a Component has been rejected.
    "titleLevelEidrs": [ # List of Title-level EIDR IDs. Example: "10.5240/1489-49A2-3956-4B2D-FE16-5".
      "A String",
    ],
    "playableUnitType": "A String", # Type of the playable unit for which the Component is intended.
    "receivedTime": "A String", # Timestamp when the Component was received.
    "filename": "A String", # File name of the Component when delivered.
    "priority": 3.14, # Component priority, as defined by Google. The higher the value, the higher the priority.
    "editLevelEidrs": [ # List of Edit-level EIDR IDs. Example: "10.5240/1489-49A2-3956-4B2D-FE16-6".
      "A String",
    ],
    "type": "A String", # Type of the Component. Example: AUDIO_51
    "componentId": "A String", # ID internally generated by Google to uniquely identify the Component. Example: 'wteyrc_647xc'
    "status": "A String", # High-level status of the Component.
    "statusDetail": "A String", # Detailed status of the Component
    "approvedTime": "A String", # Timestamp when the Component was approved.
    "elIds": [ # IDs internally generated by Google to uniquely identify the ExperienceLocales for which the Component is used. Example: 'KRZiVjY9h7t'
      "A String",
    ],
    "name": "A String", # Default Edit name, usually in the language of the country of origin. Example: "Googlers, The".
    "language": "A String", # Language of the component, using the "BCP 47" format. Examples: "en", "en-US", "es", "es-419".
    "componentDetailType": "A String", # Detail about the type of the Component.
    "customIds": [ # List of custom IDs (defined by the partner) linked to the ExperienceLocale using this Component. Example: "R86241"
      "A String",
    ],
    "pphName": "A String", # Name of the post-production house that manages the Component.
    "normalizedPriority": "A String", # A simpler representation of the priority.
  }