Home | History | Annotate | Download | only in dyn
      1 <html><body>
      2 <style>
      3 
      4 body, h1, h2, h3, div, span, p, pre, a {
      5   margin: 0;
      6   padding: 0;
      7   border: 0;
      8   font-weight: inherit;
      9   font-style: inherit;
     10   font-size: 100%;
     11   font-family: inherit;
     12   vertical-align: baseline;
     13 }
     14 
     15 body {
     16   font-size: 13px;
     17   padding: 1em;
     18 }
     19 
     20 h1 {
     21   font-size: 26px;
     22   margin-bottom: 1em;
     23 }
     24 
     25 h2 {
     26   font-size: 24px;
     27   margin-bottom: 1em;
     28 }
     29 
     30 h3 {
     31   font-size: 20px;
     32   margin-bottom: 1em;
     33   margin-top: 1em;
     34 }
     35 
     36 pre, code {
     37   line-height: 1.5;
     38   font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
     39 }
     40 
     41 pre {
     42   margin-top: 0.5em;
     43 }
     44 
     45 h1, h2, h3, p {
     46   font-family: Arial, sans serif;
     47 }
     48 
     49 h1, h2, h3 {
     50   border-bottom: solid #CCC 1px;
     51 }
     52 
     53 .toc_element {
     54   margin-top: 0.5em;
     55 }
     56 
     57 .firstline {
     58   margin-left: 2 em;
     59 }
     60 
     61 .method  {
     62   margin-top: 1em;
     63   border: solid 1px #CCC;
     64   padding: 1em;
     65   background: #EEE;
     66 }
     67 
     68 .details {
     69   font-weight: bold;
     70   font-size: 14px;
     71 }
     72 
     73 </style>
     74 
     75 <h1><a href="playmoviespartner_v1.html">Google Play Movies Partner API</a> . <a href="playmoviespartner_v1.accounts.html">accounts</a> . <a href="playmoviespartner_v1.accounts.storeInfos.html">storeInfos</a></h1>
     76 <h2>Instance Methods</h2>
     77 <p class="toc_element">
     78   <code><a href="playmoviespartner_v1.accounts.storeInfos.country.html">country()</a></code>
     79 </p>
     80 <p class="firstline">Returns the country Resource.</p>
     81 
     82 <p class="toc_element">
     83   <code><a href="#list">list(accountId, pphNames=None, pageSize=None, x__xgafv=None, seasonIds=None, studioNames=None, pageToken=None, videoId=None, videoIds=None, name=None, countries=None, mids=None)</a></code></p>
     84 <p class="firstline">List StoreInfos owned or managed by the partner.</p>
     85 <p class="toc_element">
     86   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
     87 <p class="firstline">Retrieves the next page of results.</p>
     88 <h3>Method Details</h3>
     89 <div class="method">
     90     <code class="details" id="list">list(accountId, pphNames=None, pageSize=None, x__xgafv=None, seasonIds=None, studioNames=None, pageToken=None, videoId=None, videoIds=None, name=None, countries=None, mids=None)</code>
     91   <pre>List StoreInfos owned or managed by the partner.
     92 
     93 See _Authentication and Authorization rules_ and
     94 _List methods rules_ for more information about this method.
     95 
     96 Args:
     97   accountId: string, REQUIRED. See _General rules_ for more information about this field. (required)
     98   pphNames: string, See _List methods rules_ for info about this field. (repeated)
     99   pageSize: integer, See _List methods rules_ for info about this field.
    100   x__xgafv: string, V1 error format.
    101     Allowed values
    102       1 - v1 error format
    103       2 - v2 error format
    104   seasonIds: string, Filter StoreInfos that match any of the given `season_id`s. (repeated)
    105   studioNames: string, See _List methods rules_ for info about this field. (repeated)
    106   pageToken: string, See _List methods rules_ for info about this field.
    107   videoId: string, Filter StoreInfos that match a given `video_id`.
    108 NOTE: this field is deprecated and will be removed on V2; `video_ids`
    109 should be used instead.
    110   videoIds: string, Filter StoreInfos that match any of the given `video_id`s. (repeated)
    111   name: string, Filter that matches StoreInfos with a `name` or `show_name`
    112 that contains the given case-insensitive name.
    113   countries: string, Filter StoreInfos that match (case-insensitive) any of the given country
    114 codes, using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us"). (repeated)
    115   mids: string, Filter StoreInfos that match any of the given `mid`s. (repeated)
    116 
    117 Returns:
    118   An object of the form:
    119 
    120     { # Response to the 'ListStoreInfos' method.
    121     "nextPageToken": "A String", # See 'List methods rules' for info about this field.
    122     "storeInfos": [ # List of StoreInfos that match the request criteria.
    123       { # Information about a playable sequence (video) associated with an Edit
    124           # and available at the Google Play Store.
    125           #
    126           # Internally, each StoreInfo is uniquely identified by a `video_id`
    127           # and `country`.
    128           #
    129           # Externally, Title-level EIDR or Edit-level EIDR, if provided,
    130           # can also be used to identify a specific title or edit in a country.
    131         "pphNames": [ # Name of the post-production houses that manage the Edit.
    132           "A String",
    133         ],
    134         "hasEstOffer": True or False, # Whether the Edit has a EST offer.
    135         "studioName": "A String", # Name of the studio that owns the Edit ordered.
    136         "hasHdOffer": True or False, # Whether the Edit has a HD offer.
    137         "editLevelEidr": "A String", # Edit-level EIDR ID.
    138             # Example: "10.5240/1489-49A2-3956-4B2D-FE16-6".
    139         "episodeNumber": "A String", # The number assigned to the episode within a season.
    140             # Only available on TV Edits.
    141             # Example: "1".
    142         "mid": "A String", # Knowledge Graph ID associated to this Edit, if available.
    143             # This ID links the Edit to its knowledge entity, externally accessible
    144             # at http://freebase.com.
    145             # In the absense of Title EIDR or Edit EIDR, this ID helps link together
    146             # multiple Edits across countries.
    147             # Example: '/m/0ffx29'
    148         "hasAudio51": True or False, # Whether the Edit has a 5.1 channel audio track.
    149         "hasInfoCards": True or False, # Whether the Edit has info cards.
    150         "type": "A String", # Edit type, like Movie, Episode or Season.
    151         "hasVodOffer": True or False, # Whether the Edit has a VOD offer.
    152         "titleLevelEidr": "A String", # Title-level EIDR ID.
    153             # Example: "10.5240/1489-49A2-3956-4B2D-FE16-5".
    154         "hasSdOffer": True or False, # Whether the Edit has a SD offer.
    155         "seasonNumber": "A String", # The number assigned to the season within a show.
    156             # Only available on TV Edits.
    157             # Example: "1".
    158         "liveTime": "A String", # Timestamp when the Edit went live on the Store.
    159         "trailerId": "A String", # Google-generated ID identifying the trailer linked to the Edit.
    160             # Example: 'bhd_4e_cx'
    161         "videoId": "A String", # Google-generated ID identifying the video linked to the Edit.
    162             # Example: 'gtry456_xc'
    163         "subtitles": [ # Subtitles available for this Edit.
    164           "A String",
    165         ],
    166         "showId": "A String", # Google-generated ID identifying the show linked to the Edit.
    167             # Only available for TV Edits.
    168             # Example: 'et2hsue_x'
    169         "name": "A String", # Default Edit name, usually in the language of the country of
    170             # origin.
    171             # Example: "Googlers, The".
    172         "country": "A String", # Country where Edit is available in ISO 3166-1 alpha-2 country
    173             # code.
    174             # Example: "US".
    175         "seasonId": "A String", # Google-generated ID identifying the season linked to the Edit.
    176             # Only available for TV Edits.
    177             # Example: 'ster23ex'
    178         "seasonName": "A String", # Default Season name, usually in the language of the country of
    179             # origin.
    180             # Only available for TV Edits
    181             # Example: "Googlers, The - A Brave New World".
    182         "audioTracks": [ # Audio tracks available for this Edit.
    183           "A String",
    184         ],
    185         "showName": "A String", # Default Show name, usually in the language of the country of
    186             # origin.
    187             # Only available for TV Edits
    188             # Example: "Googlers, The".
    189       },
    190     ],
    191     "totalSize": 42, # See _List methods rules_ for more information about this field.
    192   }</pre>
    193 </div>
    194 
    195 <div class="method">
    196     <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
    197   <pre>Retrieves the next page of results.
    198 
    199 Args:
    200   previous_request: The request for the previous page. (required)
    201   previous_response: The response from the request for the previous page. (required)
    202 
    203 Returns:
    204   A request object that you can call 'execute()' on to request the next
    205   page. Returns None if there are no more items in the collection.
    206     </pre>
    207 </div>
    208 
    209 </body></html>