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

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

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 years, 4 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/people/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 17d310c1280858d2dfd5ae98acaf87ee386a92fc..582393476549393cb74bcfdec2cb609bcbb96674 100644
--- a/generated/googleapis/lib/playmoviespartner/v1.dart
+++ b/generated/googleapis/lib/playmoviespartner/v1.dart
@@ -103,6 +103,15 @@ class AccountsAvailsResourceApi {
* [accountId] - REQUIRED. See _General rules_ for more information about this
* field.
*
+ * [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.
+ *
* [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").
@@ -121,15 +130,6 @@ class AccountsAvailsResourceApi {
* [altIds] - Filter Avails that match (case-insensitive) any of the given
* partner-specific custom ids.
*
- * [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.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}) {
+ async.Future<ListAvailsResponse> list(core.String accountId, {core.List<core.String> pphNames, core.String altId, core.List<core.String> studioNames, core.List<core.String> territories, core.String title, core.List<core.String> videoIds, core.String pageToken, core.int pageSize, core.List<core.String> altIds}) {
var _url = null;
var _queryParams = new core.Map();
var _uploadMedia = null;
@@ -149,6 +149,15 @@ class AccountsAvailsResourceApi {
if (accountId == null) {
throw new core.ArgumentError("Parameter accountId is required.");
}
+ if (pphNames != null) {
+ _queryParams["pphNames"] = pphNames;
+ }
+ if (altId != null) {
+ _queryParams["altId"] = [altId];
+ }
+ if (studioNames != null) {
+ _queryParams["studioNames"] = studioNames;
+ }
if (territories != null) {
_queryParams["territories"] = territories;
}
@@ -167,15 +176,6 @@ class AccountsAvailsResourceApi {
if (altIds != null) {
_queryParams["altIds"] = altIds;
}
- 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,25 +257,25 @@ class AccountsOrdersResourceApi {
* [accountId] - REQUIRED. See _General rules_ for more information about this
* field.
*
+ * [pageToken] - See _List methods rules_ for info about this field.
+ *
+ * [customId] - Filter Orders that match a case-insensitive, partner-specific
+ * custom id.
+ *
+ * [videoIds] - Filter Orders that match any of the given `video_id`s.
+ *
* [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.
*
+ * [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.
*
- * [studioNames] - See _List methods rules_ for info about this field.
- *
- * [videoIds] - Filter Orders that match any of the given `video_id`s.
- *
- * [customId] - Filter Orders that match a case-insensitive, partner-specific
- * custom id.
- *
- * [pageToken] - 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.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}) {
+ async.Future<ListOrdersResponse> list(core.String accountId, {core.String pageToken, core.String customId, core.List<core.String> videoIds, core.int pageSize, core.List<core.String> pphNames, core.List<core.String> status, core.List<core.String> studioNames, core.String name}) {
var _url = null;
var _queryParams = new core.Map();
var _uploadMedia = null;
@@ -295,6 +295,15 @@ class AccountsOrdersResourceApi {
if (accountId == null) {
throw new core.ArgumentError("Parameter accountId is required.");
}
+ if (pageToken != null) {
+ _queryParams["pageToken"] = [pageToken];
+ }
+ if (customId != null) {
+ _queryParams["customId"] = [customId];
+ }
+ if (videoIds != null) {
+ _queryParams["videoIds"] = videoIds;
+ }
if (pageSize != null) {
_queryParams["pageSize"] = ["${pageSize}"];
}
@@ -304,20 +313,11 @@ class AccountsOrdersResourceApi {
if (status != null) {
_queryParams["status"] = status;
}
- if (name != null) {
- _queryParams["name"] = [name];
- }
if (studioNames != null) {
_queryParams["studioNames"] = studioNames;
}
- if (videoIds != null) {
- _queryParams["videoIds"] = videoIds;
- }
- if (customId != null) {
- _queryParams["customId"] = [customId];
- }
- if (pageToken != null) {
- _queryParams["pageToken"] = [pageToken];
+ if (name != null) {
+ _queryParams["name"] = [name];
}
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/orders';
@@ -356,13 +356,13 @@ class AccountsStoreInfosResourceApi {
*
* [seasonIds] - Filter StoreInfos that match any of the given `season_id`s.
*
- * [pageToken] - See _List methods rules_ for info about this field.
+ * [videoIds] - Filter StoreInfos that match any of the given `video_id`s.
*
* [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.
*
- * [videoIds] - Filter StoreInfos 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.
*
@@ -374,11 +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.
*
+ * [studioNames] - See _List methods rules_ for info about this field.
+ *
* 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> 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}) {
+ async.Future<ListStoreInfosResponse> list(core.String accountId, {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, core.String name, core.List<core.String> studioNames}) {
var _url = null;
var _queryParams = new core.Map();
var _uploadMedia = null;
@@ -401,14 +401,14 @@ class AccountsStoreInfosResourceApi {
if (seasonIds != null) {
_queryParams["seasonIds"] = seasonIds;
}
- if (pageToken != null) {
- _queryParams["pageToken"] = [pageToken];
+ if (videoIds != null) {
+ _queryParams["videoIds"] = videoIds;
}
if (videoId != null) {
_queryParams["videoId"] = [videoId];
}
- if (videoIds != null) {
- _queryParams["videoIds"] = videoIds;
+ if (pageToken != null) {
+ _queryParams["pageToken"] = [pageToken];
}
if (pageSize != null) {
_queryParams["pageSize"] = ["${pageSize}"];
@@ -422,12 +422,12 @@ class AccountsStoreInfosResourceApi {
if (countries != null) {
_queryParams["countries"] = countries;
}
- if (studioNames != null) {
- _queryParams["studioNames"] = studioNames;
- }
if (name != null) {
_queryParams["name"] = [name];
}
+ if (studioNames != null) {
+ _queryParams["studioNames"] = studioNames;
+ }
_url = 'v1/accounts/' + commons.Escaper.ecapeVariable('$accountId') + '/storeInfos';
« no previous file with comments | « generated/googleapis/lib/people/v1.dart ('k') | generated/googleapis/lib/pubsub/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698