Returns the type Resource.
List Components owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.
list_next(previous_request, previous_response)
Retrieves the next page of results.
list(accountId, pphNames=None, pageSize=None, editLevelEidr=None, x__xgafv=None, playableSequenceId=None, studioNames=None, filename=None, pageToken=None, customId=None, status=None, titleLevelEidr=None, presentationId=None, inventoryId=None, altCutId=None, elId=None)
List Components owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method. Args: accountId: string, REQUIRED. See _General rules_ for more information about this field. (required) pphNames: string, See _List methods rules_ for info about this field. (repeated) pageSize: integer, See _List methods rules_ for info about this field. editLevelEidr: string, Filter Components that match a given edit-level EIDR. x__xgafv: string, V1 error format. playableSequenceId: string, PlayableSequenceID available in Common Manifest. studioNames: string, See _List methods rules_ for info about this field. (repeated) filename: string, Filter Components that match a case-insensitive substring of the physical name of the delivered file. pageToken: string, See _List methods rules_ for info about this field. customId: string, Filter Components that match a case-insensitive partner-specific custom id. status: string, Filter Components that match one of the given status. (repeated) titleLevelEidr: string, Filter Components that match a given title-level EIDR. presentationId: string, PresentationID available in Common Manifest. inventoryId: string, InventoryID available in Common Manifest. altCutId: string, Filter Components that match a case-insensitive, partner-specific Alternative Cut ID. elId: string, Experience ID, as defined by Google. Returns: An object of the form: { # Response to the 'ListComponents' method. "nextPageToken": "A String", # See _List methods rules_ for info about this field. "totalSize": 42, # See _List methods rules_ for more information about this field. "components": [ # List of Components that match the request criteria. { # 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. }, ], }
list_next(previous_request, previous_response)
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.