The "storeInfos" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listAccountsStoreInfos ($accountId, $optParams=array()) |
| List StoreInfos owned or managed by the partner.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "storeInfos" collection of methods.
Typical usage is: $playmoviespartnerService = new Google_Service_Playmoviespartner(...); $storeInfos = $playmoviespartnerService->storeInfos;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ listAccountsStoreInfos()
Google_Service_Playmoviespartner_AccountsStoreInfos_Resource::listAccountsStoreInfos |
( |
| $accountId, |
|
|
| $optParams = array() ) |
List StoreInfos owned or managed by the partner.
See Authentication and Authorization rules and List methods rules for more information about this method. (storeInfos.listAccountsStoreInfos)
- Parameters
-
string | $accountId | REQUIRED. See General rules for more information about this field. |
array | $optParams | Optional parameters. |
@opt_param string pphNames See List methods rules for info about this field. @opt_param string name Filter StoreInfos that match a case-insensitive substring of the default name. @opt_param int pageSize See List methods rules for info about this field. @opt_param string countries Filter StoreInfos that match (case-insensitive) any of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us"). @opt_param string videoId Filter StoreInfos that match a given video_id
. NOTE: this field is deprecated and will be removed on V2; video_ids
should be used instead. @opt_param string studioNames See List methods rules for info about this field. @opt_param string pageToken See List methods rules for info about this field. @opt_param string videoIds Filter StoreInfos that match any of the given video_id
s.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Playmoviespartner.php