Index: generated/googleapis/lib/playmoviespartner/v1.dart |
diff --git a/generated/googleapis/lib/playmoviespartner/v1.dart b/generated/googleapis/lib/playmoviespartner/v1.dart |
index f6568d4533346bbbac61965bf569ce8d573638cf..d660efb086cf6242df79c37a51bd07f29d7b3817 100644 |
--- a/generated/googleapis/lib/playmoviespartner/v1.dart |
+++ b/generated/googleapis/lib/playmoviespartner/v1.dart |
@@ -103,10 +103,15 @@ class AccountsAvailsResourceApi { |
* [accountId] - REQUIRED. See _General rules_ for more information about this |
* field. |
* |
- * [pageToken] - See _List methods rules_ for info about this field. |
+ * [title] - Filter that matches Avails with a `title_internal_alias`, |
+ * `series_title_internal_alias`, `season_title_internal_alias`, |
+ * or `episode_title_internal_alias` that contains the given |
+ * case-insensitive title. |
* |
* [videoIds] - Filter Avails that match any of the given `video_id`s. |
* |
+ * [pageToken] - See _List methods rules_ for info about this field. |
+ * |
* [pageSize] - See _List methods rules_ for info about this field. |
* |
* [altIds] - Filter Avails that match (case-insensitive) any of the given |
@@ -125,11 +130,6 @@ class AccountsAvailsResourceApi { |
* given country codes, |
* using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us"). |
* |
- * [title] - Filter that matches Avails with a `title_internal_alias`, |
- * `series_title_internal_alias`, `season_title_internal_alias`, |
- * or `episode_title_internal_alias` that contains the given |
- * case-insensitive title. |
- * |
* Completes with a [ListAvailsResponse]. |
* |
* Completes with a [commons.ApiRequestError] if the API endpoint returned an |
@@ -138,7 +138,7 @@ class AccountsAvailsResourceApi { |
* If the used [http.Client] completes with an error when making a REST call, |
* this method will complete with the same error. |
*/ |
- async.Future<ListAvailsResponse> list(core.String accountId, {core.String pageToken, core.List<core.String> videoIds, core.int pageSize, core.List<core.String> altIds, core.List<core.String> pphNames, core.String altId, core.List<core.String> studioNames, core.List<core.String> territories, core.String title}) { |
+ async.Future<ListAvailsResponse> list(core.String accountId, {core.String title, core.List<core.String> videoIds, core.String pageToken, core.int pageSize, core.List<core.String> altIds, core.List<core.String> pphNames, core.String altId, core.List<core.String> studioNames, core.List<core.String> territories}) { |
var _url = null; |
var _queryParams = new core.Map(); |
var _uploadMedia = null; |
@@ -149,12 +149,15 @@ class AccountsAvailsResourceApi { |
if (accountId == null) { |
throw new core.ArgumentError("Parameter accountId is required."); |
} |
- if (pageToken != null) { |
- _queryParams["pageToken"] = [pageToken]; |
+ if (title != null) { |
+ _queryParams["title"] = [title]; |
} |
if (videoIds != null) { |
_queryParams["videoIds"] = videoIds; |
} |
+ if (pageToken != null) { |
+ _queryParams["pageToken"] = [pageToken]; |
+ } |
if (pageSize != null) { |
_queryParams["pageSize"] = ["${pageSize}"]; |
} |
@@ -173,9 +176,6 @@ class AccountsAvailsResourceApi { |
if (territories != null) { |
_queryParams["territories"] = territories; |
} |
- if (title != null) { |
- _queryParams["title"] = [title]; |
- } |
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/avails'; |
@@ -257,6 +257,12 @@ class AccountsOrdersResourceApi { |
* [accountId] - REQUIRED. See _General rules_ for more information about this |
* field. |
* |
+ * [studioNames] - See _List methods rules_ for info about this field. |
+ * |
+ * [name] - Filter that matches Orders with a `name`, `show`, `season` or |
+ * `episode` |
+ * that contains the given case-insensitive name. |
+ * |
* [videoIds] - Filter Orders that match any of the given `video_id`s. |
* |
* [customId] - Filter Orders that match a case-insensitive, partner-specific |
@@ -270,12 +276,6 @@ class AccountsOrdersResourceApi { |
* |
* [status] - Filter Orders that match one of the given status. |
* |
- * [studioNames] - See _List methods rules_ for info about this field. |
- * |
- * [name] - Filter that matches Orders with a `name`, `show`, `season` or |
- * `episode` |
- * that contains the given case-insensitive name. |
- * |
* Completes with a [ListOrdersResponse]. |
* |
* Completes with a [commons.ApiRequestError] if the API endpoint returned an |
@@ -284,7 +284,7 @@ class AccountsOrdersResourceApi { |
* If the used [http.Client] completes with an error when making a REST call, |
* this method will complete with the same error. |
*/ |
- async.Future<ListOrdersResponse> list(core.String accountId, {core.List<core.String> videoIds, core.String customId, core.String pageToken, core.int pageSize, core.List<core.String> pphNames, core.List<core.String> status, core.List<core.String> studioNames, core.String name}) { |
+ async.Future<ListOrdersResponse> list(core.String accountId, {core.List<core.String> studioNames, core.String name, core.List<core.String> videoIds, core.String customId, core.String pageToken, core.int pageSize, core.List<core.String> pphNames, core.List<core.String> status}) { |
var _url = null; |
var _queryParams = new core.Map(); |
var _uploadMedia = null; |
@@ -295,6 +295,12 @@ class AccountsOrdersResourceApi { |
if (accountId == null) { |
throw new core.ArgumentError("Parameter accountId is required."); |
} |
+ if (studioNames != null) { |
+ _queryParams["studioNames"] = studioNames; |
+ } |
+ if (name != null) { |
+ _queryParams["name"] = [name]; |
+ } |
if (videoIds != null) { |
_queryParams["videoIds"] = videoIds; |
} |
@@ -313,12 +319,6 @@ class AccountsOrdersResourceApi { |
if (status != null) { |
_queryParams["status"] = status; |
} |
- if (studioNames != null) { |
- _queryParams["studioNames"] = studioNames; |
- } |
- if (name != null) { |
- _queryParams["name"] = [name]; |
- } |
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/orders'; |
@@ -354,20 +354,15 @@ class AccountsStoreInfosResourceApi { |
* [accountId] - REQUIRED. See _General rules_ for more information about this |
* field. |
* |
- * [studioNames] - See _List methods rules_ for info about this field. |
- * |
- * [name] - Filter that matches StoreInfos with a `name` or `show_name` |
- * that contains the given case-insensitive name. |
- * |
* [seasonIds] - Filter StoreInfos that match any of the given `season_id`s. |
* |
- * [videoIds] - Filter StoreInfos that match any of the given `video_id`s. |
+ * [pageToken] - See _List methods rules_ for info about this field. |
* |
* [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. |
* |
- * [pageToken] - See _List methods rules_ for info about this field. |
+ * [videoIds] - Filter StoreInfos that match any of the given `video_id`s. |
* |
* [pageSize] - See _List methods rules_ for info about this field. |
* |
@@ -379,6 +374,11 @@ class AccountsStoreInfosResourceApi { |
* given country |
* codes, using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us"). |
* |
+ * [studioNames] - See _List methods rules_ for info about this field. |
+ * |
+ * [name] - Filter that matches StoreInfos with a `name` or `show_name` |
+ * that contains the given case-insensitive name. |
+ * |
* Completes with a [ListStoreInfosResponse]. |
* |
* Completes with a [commons.ApiRequestError] if the API endpoint returned an |
@@ -387,7 +387,7 @@ class AccountsStoreInfosResourceApi { |
* If the used [http.Client] completes with an error when making a REST call, |
* this method will complete with the same error. |
*/ |
- async.Future<ListStoreInfosResponse> list(core.String accountId, {core.List<core.String> studioNames, core.String name, core.List<core.String> seasonIds, core.List<core.String> videoIds, core.String videoId, core.String pageToken, core.int pageSize, core.List<core.String> mids, core.List<core.String> pphNames, core.List<core.String> countries}) { |
+ async.Future<ListStoreInfosResponse> list(core.String accountId, {core.List<core.String> seasonIds, core.String pageToken, core.String videoId, core.List<core.String> videoIds, core.int pageSize, core.List<core.String> mids, core.List<core.String> pphNames, core.List<core.String> countries, core.List<core.String> studioNames, core.String name}) { |
var _url = null; |
var _queryParams = new core.Map(); |
var _uploadMedia = null; |
@@ -398,23 +398,17 @@ class AccountsStoreInfosResourceApi { |
if (accountId == null) { |
throw new core.ArgumentError("Parameter accountId is required."); |
} |
- if (studioNames != null) { |
- _queryParams["studioNames"] = studioNames; |
- } |
- if (name != null) { |
- _queryParams["name"] = [name]; |
- } |
if (seasonIds != null) { |
_queryParams["seasonIds"] = seasonIds; |
} |
- if (videoIds != null) { |
- _queryParams["videoIds"] = videoIds; |
+ if (pageToken != null) { |
+ _queryParams["pageToken"] = [pageToken]; |
} |
if (videoId != null) { |
_queryParams["videoId"] = [videoId]; |
} |
- if (pageToken != null) { |
- _queryParams["pageToken"] = [pageToken]; |
+ if (videoIds != null) { |
+ _queryParams["videoIds"] = videoIds; |
} |
if (pageSize != null) { |
_queryParams["pageSize"] = ["${pageSize}"]; |
@@ -428,6 +422,12 @@ class AccountsStoreInfosResourceApi { |
if (countries != null) { |
_queryParams["countries"] = countries; |
} |
+ if (studioNames != null) { |
+ _queryParams["studioNames"] = studioNames; |
+ } |
+ if (name != null) { |
+ _queryParams["name"] = [name]; |
+ } |
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/storeInfos'; |