The "avails" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listAccountsAvails ($accountId, $optParams=array()) |
| List Avails owned or managed by the partner.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "avails" collection of methods.
Typical usage is: $playmoviespartnerService = new Google_Service_Playmoviespartner(...); $avails = $playmoviespartnerService->avails;
◆ 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
-
◆ listAccountsAvails()
Google_Service_Playmoviespartner_AccountsAvails_Resource::listAccountsAvails |
( |
| $accountId, |
|
|
| $optParams = array() ) |
List Avails owned or managed by the partner.
See Authentication and Authorization rules and List methods rules for more information about this method. (avails.listAccountsAvails)
- 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 videoIds Filter Avails that match any of the given video_id
s. @opt_param int pageSize See List methods rules for info about this field. @opt_param string title Filter Avails that match a case-insensitive substring of the default Title name. @opt_param string altId Filter Avails that match a case-insensitive, partner- specific custom id. @opt_param string territories Filter Avails 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 studioNames See List methods rules for info about this field. @opt_param string pageToken See List methods rules for info about this field.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Playmoviespartner.php