Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Unified Diff: generated/googleapis/lib/playmoviespartner/v1.dart

Issue 2987103002: Api-Roll 52: 2017-07-31 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/playcustomapp/v1.dart ('k') | generated/googleapis/lib/pubsub/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/playmoviespartner/v1.dart
diff --git a/generated/googleapis/lib/playmoviespartner/v1.dart b/generated/googleapis/lib/playmoviespartner/v1.dart
index f24bf7caffbe1b4c72f68122f81c20be176c8b1b..17d310c1280858d2dfd5ae98acaf87ee386a92fc 100644
--- a/generated/googleapis/lib/playmoviespartner/v1.dart
+++ b/generated/googleapis/lib/playmoviespartner/v1.dart
@@ -103,13 +103,6 @@ class AccountsAvailsResourceApi {
* [accountId] - REQUIRED. See _General rules_ for more information about this
* field.
*
- * [altId] - Filter Avails that match a case-insensitive, partner-specific
- * custom id.
- * NOTE: this field is deprecated and will be removed on V2; `alt_ids`
- * should be used instead.
- *
- * [studioNames] - See _List methods rules_ for info about this field.
- *
* [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").
@@ -119,10 +112,10 @@ class AccountsAvailsResourceApi {
* or `episode_title_internal_alias` that contains the given
* case-insensitive title.
*
- * [pageToken] - See _List methods rules_ for info about this field.
- *
* [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
@@ -130,6 +123,13 @@ class AccountsAvailsResourceApi {
*
* [pphNames] - See _List methods rules_ for info about this field.
*
+ * [altId] - Filter Avails that match a case-insensitive, partner-specific
+ * custom id.
+ * NOTE: this field is deprecated and will be removed on V2; `alt_ids`
+ * should be used instead.
+ *
+ * [studioNames] - See _List methods rules_ for info about this field.
+ *
* 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 altId, core.List<core.String> studioNames, core.List<core.String> territories, core.String title, core.String pageToken, core.List<core.String> videoIds, core.int pageSize, core.List<core.String> altIds, core.List<core.String> pphNames}) {
+ async.Future<ListAvailsResponse> list(core.String accountId, {core.List<core.String> territories, 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}) {
var _url = null;
var _queryParams = new core.Map();
var _uploadMedia = null;
@@ -149,24 +149,18 @@ class AccountsAvailsResourceApi {
if (accountId == null) {
throw new core.ArgumentError("Parameter accountId is required.");
}
- if (altId != null) {
- _queryParams["altId"] = [altId];
- }
- if (studioNames != null) {
- _queryParams["studioNames"] = studioNames;
- }
if (territories != null) {
_queryParams["territories"] = territories;
}
if (title != null) {
_queryParams["title"] = [title];
}
- if (pageToken != null) {
- _queryParams["pageToken"] = [pageToken];
- }
if (videoIds != null) {
_queryParams["videoIds"] = videoIds;
}
+ if (pageToken != null) {
+ _queryParams["pageToken"] = [pageToken];
+ }
if (pageSize != null) {
_queryParams["pageSize"] = ["${pageSize}"];
}
@@ -176,6 +170,12 @@ class AccountsAvailsResourceApi {
if (pphNames != null) {
_queryParams["pphNames"] = pphNames;
}
+ if (altId != null) {
+ _queryParams["altId"] = [altId];
+ }
+ if (studioNames != null) {
+ _queryParams["studioNames"] = studioNames;
+ }
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/avails';
@@ -257,6 +257,8 @@ class AccountsOrdersResourceApi {
* [accountId] - REQUIRED. See _General rules_ for more information about this
* field.
*
+ * [pageSize] - See _List methods rules_ for info about this field.
+ *
* [pphNames] - See _List methods rules_ for info about this field.
*
* [status] - Filter Orders that match one of the given status.
@@ -274,8 +276,6 @@ class AccountsOrdersResourceApi {
*
* [pageToken] - See _List methods rules_ for info about this field.
*
- * [pageSize] - See _List methods rules_ for info about this field.
- *
* 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> pphNames, core.List<core.String> status, core.String name, core.List<core.String> studioNames, core.List<core.String> videoIds, core.String customId, core.String pageToken, core.int pageSize}) {
+ async.Future<ListOrdersResponse> list(core.String accountId, {core.int pageSize, core.List<core.String> pphNames, core.List<core.String> status, core.String name, core.List<core.String> studioNames, core.List<core.String> videoIds, core.String customId, core.String pageToken}) {
var _url = null;
var _queryParams = new core.Map();
var _uploadMedia = null;
@@ -295,6 +295,9 @@ class AccountsOrdersResourceApi {
if (accountId == null) {
throw new core.ArgumentError("Parameter accountId is required.");
}
+ if (pageSize != null) {
+ _queryParams["pageSize"] = ["${pageSize}"];
+ }
if (pphNames != null) {
_queryParams["pphNames"] = pphNames;
}
@@ -316,9 +319,6 @@ class AccountsOrdersResourceApi {
if (pageToken != null) {
_queryParams["pageToken"] = [pageToken];
}
- if (pageSize != null) {
- _queryParams["pageSize"] = ["${pageSize}"];
- }
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/orders';
@@ -354,11 +354,6 @@ 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.
*
* [pageToken] - 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.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}) {
+ 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,12 +398,6 @@ 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;
}
@@ -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';
« no previous file with comments | « generated/googleapis/lib/playcustomapp/v1.dart ('k') | generated/googleapis/lib/pubsub/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698