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

Side by Side Diff: generated/googleapis/lib/deploymentmanager/v2.dart

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 // This is a generated file (see the discoveryapis_generator project). 1 // This is a generated file (see the discoveryapis_generator project).
2 2
3 library googleapis.deploymentmanager.v2; 3 library googleapis.deploymentmanager.v2;
4 4
5 import 'dart:core' as core; 5 import 'dart:core' as core;
6 import 'dart:async' as async; 6 import 'dart:async' as async;
7 import 'dart:convert' as convert; 7 import 'dart:convert' as convert;
8 8
9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons;
10 import 'package:http/http.dart' as http; 10 import 'package:http/http.dart' as http;
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 * field types are supported (string, number, boolean). The comparison_string 278 * field types are supported (string, number, boolean). The comparison_string
279 * must be either eq (equals) or ne (not equals). The literal_string is the 279 * must be either eq (equals) or ne (not equals). The literal_string is the
280 * string value to filter to. The literal value must be valid for the type of 280 * string value to filter to. The literal value must be valid for the type of
281 * field you are filtering by (string, number, boolean). For string fields, 281 * field you are filtering by (string, number, boolean). For string fields,
282 * the literal value is interpreted as a regular expression using RE2 syntax. 282 * the literal value is interpreted as a regular expression using RE2 syntax.
283 * The literal value must match the entire field. 283 * The literal value must match the entire field.
284 * 284 *
285 * For example, to filter for instances that do not have a name of 285 * For example, to filter for instances that do not have a name of
286 * example-instance, you would use filter=name ne example-instance. 286 * example-instance, you would use filter=name ne example-instance.
287 * 287 *
288 * Compute Engine Beta API Only: When filtering in the Beta API, you can also 288 * You can filter on nested fields. For example, you could filter on instances
289 * filter on nested fields. For example, you could filter on instances that 289 * that have set the scheduling.automaticRestart field to true. Use filtering
290 * have set the scheduling.automaticRestart field to true. Use filtering on 290 * on nested fields to take advantage of labels to organize and search for
291 * nested fields to take advantage of labels to organize and search for
292 * results based on label values. 291 * results based on label values.
293 * 292 *
294 * The Beta API also supports filtering on multiple expressions by providing 293 * To filter on multiple expressions, provide each separate expression within
295 * each separate expression within parentheses. For example, 294 * parentheses. For example, (scheduling.automaticRestart eq true) (zone eq
296 * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple 295 * us-central1-f). Multiple expressions are treated as AND expressions,
297 * expressions are treated as AND expressions, meaning that resources must 296 * meaning that resources must match all expressions to pass the filters.
298 * match all expressions to pass the filters.
299 * 297 *
300 * [maxResults] - The maximum number of results per page that should be 298 * [maxResults] - The maximum number of results per page that should be
301 * returned. If the number of available results is larger than maxResults, 299 * returned. If the number of available results is larger than maxResults,
302 * Compute Engine returns a nextPageToken that can be used to get the next 300 * Compute Engine returns a nextPageToken that can be used to get the next
303 * page of results in subsequent list requests. 301 * page of results in subsequent list requests.
304 * Value must be between "0" and "500". 302 * Value must be between "0" and "500".
305 * 303 *
306 * [pageToken] - Specifies a page token to use. Set pageToken to the 304 * [pageToken] - Specifies a page token to use. Set pageToken to the
307 * nextPageToken returned by a previous list request to get the next page of 305 * nextPageToken returned by a previous list request to get the next page of
308 * results. 306 * results.
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 * field types are supported (string, number, boolean). The comparison_string 647 * field types are supported (string, number, boolean). The comparison_string
650 * must be either eq (equals) or ne (not equals). The literal_string is the 648 * must be either eq (equals) or ne (not equals). The literal_string is the
651 * string value to filter to. The literal value must be valid for the type of 649 * string value to filter to. The literal value must be valid for the type of
652 * field you are filtering by (string, number, boolean). For string fields, 650 * field you are filtering by (string, number, boolean). For string fields,
653 * the literal value is interpreted as a regular expression using RE2 syntax. 651 * the literal value is interpreted as a regular expression using RE2 syntax.
654 * The literal value must match the entire field. 652 * The literal value must match the entire field.
655 * 653 *
656 * For example, to filter for instances that do not have a name of 654 * For example, to filter for instances that do not have a name of
657 * example-instance, you would use filter=name ne example-instance. 655 * example-instance, you would use filter=name ne example-instance.
658 * 656 *
659 * Compute Engine Beta API Only: When filtering in the Beta API, you can also 657 * You can filter on nested fields. For example, you could filter on instances
660 * filter on nested fields. For example, you could filter on instances that 658 * that have set the scheduling.automaticRestart field to true. Use filtering
661 * have set the scheduling.automaticRestart field to true. Use filtering on 659 * on nested fields to take advantage of labels to organize and search for
662 * nested fields to take advantage of labels to organize and search for
663 * results based on label values. 660 * results based on label values.
664 * 661 *
665 * The Beta API also supports filtering on multiple expressions by providing 662 * To filter on multiple expressions, provide each separate expression within
666 * each separate expression within parentheses. For example, 663 * parentheses. For example, (scheduling.automaticRestart eq true) (zone eq
667 * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple 664 * us-central1-f). Multiple expressions are treated as AND expressions,
668 * expressions are treated as AND expressions, meaning that resources must 665 * meaning that resources must match all expressions to pass the filters.
669 * match all expressions to pass the filters.
670 * 666 *
671 * [maxResults] - The maximum number of results per page that should be 667 * [maxResults] - The maximum number of results per page that should be
672 * returned. If the number of available results is larger than maxResults, 668 * returned. If the number of available results is larger than maxResults,
673 * Compute Engine returns a nextPageToken that can be used to get the next 669 * Compute Engine returns a nextPageToken that can be used to get the next
674 * page of results in subsequent list requests. 670 * page of results in subsequent list requests.
675 * Value must be between "0" and "500". 671 * Value must be between "0" and "500".
676 * 672 *
677 * [pageToken] - Specifies a page token to use. Set pageToken to the 673 * [pageToken] - Specifies a page token to use. Set pageToken to the
678 * nextPageToken returned by a previous list request to get the next page of 674 * nextPageToken returned by a previous list request to get the next page of
679 * results. 675 * results.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 * field types are supported (string, number, boolean). The comparison_string 790 * field types are supported (string, number, boolean). The comparison_string
795 * must be either eq (equals) or ne (not equals). The literal_string is the 791 * must be either eq (equals) or ne (not equals). The literal_string is the
796 * string value to filter to. The literal value must be valid for the type of 792 * string value to filter to. The literal value must be valid for the type of
797 * field you are filtering by (string, number, boolean). For string fields, 793 * field you are filtering by (string, number, boolean). For string fields,
798 * the literal value is interpreted as a regular expression using RE2 syntax. 794 * the literal value is interpreted as a regular expression using RE2 syntax.
799 * The literal value must match the entire field. 795 * The literal value must match the entire field.
800 * 796 *
801 * For example, to filter for instances that do not have a name of 797 * For example, to filter for instances that do not have a name of
802 * example-instance, you would use filter=name ne example-instance. 798 * example-instance, you would use filter=name ne example-instance.
803 * 799 *
804 * Compute Engine Beta API Only: When filtering in the Beta API, you can also 800 * You can filter on nested fields. For example, you could filter on instances
805 * filter on nested fields. For example, you could filter on instances that 801 * that have set the scheduling.automaticRestart field to true. Use filtering
806 * have set the scheduling.automaticRestart field to true. Use filtering on 802 * on nested fields to take advantage of labels to organize and search for
807 * nested fields to take advantage of labels to organize and search for
808 * results based on label values. 803 * results based on label values.
809 * 804 *
810 * The Beta API also supports filtering on multiple expressions by providing 805 * To filter on multiple expressions, provide each separate expression within
811 * each separate expression within parentheses. For example, 806 * parentheses. For example, (scheduling.automaticRestart eq true) (zone eq
812 * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple 807 * us-central1-f). Multiple expressions are treated as AND expressions,
813 * expressions are treated as AND expressions, meaning that resources must 808 * meaning that resources must match all expressions to pass the filters.
814 * match all expressions to pass the filters.
815 * 809 *
816 * [maxResults] - The maximum number of results per page that should be 810 * [maxResults] - The maximum number of results per page that should be
817 * returned. If the number of available results is larger than maxResults, 811 * returned. If the number of available results is larger than maxResults,
818 * Compute Engine returns a nextPageToken that can be used to get the next 812 * Compute Engine returns a nextPageToken that can be used to get the next
819 * page of results in subsequent list requests. 813 * page of results in subsequent list requests.
820 * Value must be between "0" and "500". 814 * Value must be between "0" and "500".
821 * 815 *
822 * [pageToken] - Specifies a page token to use. Set pageToken to the 816 * [pageToken] - Specifies a page token to use. Set pageToken to the
823 * nextPageToken returned by a previous list request to get the next page of 817 * nextPageToken returned by a previous list request to get the next page of
824 * results. 818 * results.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 * field types are supported (string, number, boolean). The comparison_string 939 * field types are supported (string, number, boolean). The comparison_string
946 * must be either eq (equals) or ne (not equals). The literal_string is the 940 * must be either eq (equals) or ne (not equals). The literal_string is the
947 * string value to filter to. The literal value must be valid for the type of 941 * string value to filter to. The literal value must be valid for the type of
948 * field you are filtering by (string, number, boolean). For string fields, 942 * field you are filtering by (string, number, boolean). For string fields,
949 * the literal value is interpreted as a regular expression using RE2 syntax. 943 * the literal value is interpreted as a regular expression using RE2 syntax.
950 * The literal value must match the entire field. 944 * The literal value must match the entire field.
951 * 945 *
952 * For example, to filter for instances that do not have a name of 946 * For example, to filter for instances that do not have a name of
953 * example-instance, you would use filter=name ne example-instance. 947 * example-instance, you would use filter=name ne example-instance.
954 * 948 *
955 * Compute Engine Beta API Only: When filtering in the Beta API, you can also 949 * You can filter on nested fields. For example, you could filter on instances
956 * filter on nested fields. For example, you could filter on instances that 950 * that have set the scheduling.automaticRestart field to true. Use filtering
957 * have set the scheduling.automaticRestart field to true. Use filtering on 951 * on nested fields to take advantage of labels to organize and search for
958 * nested fields to take advantage of labels to organize and search for
959 * results based on label values. 952 * results based on label values.
960 * 953 *
961 * The Beta API also supports filtering on multiple expressions by providing 954 * To filter on multiple expressions, provide each separate expression within
962 * each separate expression within parentheses. For example, 955 * parentheses. For example, (scheduling.automaticRestart eq true) (zone eq
963 * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple 956 * us-central1-f). Multiple expressions are treated as AND expressions,
964 * expressions are treated as AND expressions, meaning that resources must 957 * meaning that resources must match all expressions to pass the filters.
965 * match all expressions to pass the filters.
966 * 958 *
967 * [maxResults] - The maximum number of results per page that should be 959 * [maxResults] - The maximum number of results per page that should be
968 * returned. If the number of available results is larger than maxResults, 960 * returned. If the number of available results is larger than maxResults,
969 * Compute Engine returns a nextPageToken that can be used to get the next 961 * Compute Engine returns a nextPageToken that can be used to get the next
970 * page of results in subsequent list requests. 962 * page of results in subsequent list requests.
971 * Value must be between "0" and "500". 963 * Value must be between "0" and "500".
972 * 964 *
973 * [pageToken] - Specifies a page token to use. Set pageToken to the 965 * [pageToken] - Specifies a page token to use. Set pageToken to the
974 * nextPageToken returned by a previous list request to get the next page of 966 * nextPageToken returned by a previous list request to get the next page of
975 * results. 967 * results.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 * field types are supported (string, number, boolean). The comparison_string 1036 * field types are supported (string, number, boolean). The comparison_string
1045 * must be either eq (equals) or ne (not equals). The literal_string is the 1037 * must be either eq (equals) or ne (not equals). The literal_string is the
1046 * string value to filter to. The literal value must be valid for the type of 1038 * string value to filter to. The literal value must be valid for the type of
1047 * field you are filtering by (string, number, boolean). For string fields, 1039 * field you are filtering by (string, number, boolean). For string fields,
1048 * the literal value is interpreted as a regular expression using RE2 syntax. 1040 * the literal value is interpreted as a regular expression using RE2 syntax.
1049 * The literal value must match the entire field. 1041 * The literal value must match the entire field.
1050 * 1042 *
1051 * For example, to filter for instances that do not have a name of 1043 * For example, to filter for instances that do not have a name of
1052 * example-instance, you would use filter=name ne example-instance. 1044 * example-instance, you would use filter=name ne example-instance.
1053 * 1045 *
1054 * Compute Engine Beta API Only: When filtering in the Beta API, you can also 1046 * You can filter on nested fields. For example, you could filter on instances
1055 * filter on nested fields. For example, you could filter on instances that 1047 * that have set the scheduling.automaticRestart field to true. Use filtering
1056 * have set the scheduling.automaticRestart field to true. Use filtering on 1048 * on nested fields to take advantage of labels to organize and search for
1057 * nested fields to take advantage of labels to organize and search for
1058 * results based on label values. 1049 * results based on label values.
1059 * 1050 *
1060 * The Beta API also supports filtering on multiple expressions by providing 1051 * To filter on multiple expressions, provide each separate expression within
1061 * each separate expression within parentheses. For example, 1052 * parentheses. For example, (scheduling.automaticRestart eq true) (zone eq
1062 * (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple 1053 * us-central1-f). Multiple expressions are treated as AND expressions,
1063 * expressions are treated as AND expressions, meaning that resources must 1054 * meaning that resources must match all expressions to pass the filters.
1064 * match all expressions to pass the filters.
1065 * 1055 *
1066 * [maxResults] - The maximum number of results per page that should be 1056 * [maxResults] - The maximum number of results per page that should be
1067 * returned. If the number of available results is larger than maxResults, 1057 * returned. If the number of available results is larger than maxResults,
1068 * Compute Engine returns a nextPageToken that can be used to get the next 1058 * Compute Engine returns a nextPageToken that can be used to get the next
1069 * page of results in subsequent list requests. 1059 * page of results in subsequent list requests.
1070 * Value must be between "0" and "500". 1060 * Value must be between "0" and "500".
1071 * 1061 *
1072 * [pageToken] - Specifies a page token to use. Set pageToken to the 1062 * [pageToken] - Specifies a page token to use. Set pageToken to the
1073 * nextPageToken returned by a previous list request to get the next page of 1063 * nextPageToken returned by a previous list request to get the next page of
1074 * results. 1064 * results.
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 var _json = new core.Map(); 2662 var _json = new core.Map();
2673 if (nextPageToken != null) { 2663 if (nextPageToken != null) {
2674 _json["nextPageToken"] = nextPageToken; 2664 _json["nextPageToken"] = nextPageToken;
2675 } 2665 }
2676 if (types != null) { 2666 if (types != null) {
2677 _json["types"] = types.map((value) => (value).toJson()).toList(); 2667 _json["types"] = types.map((value) => (value).toJson()).toList();
2678 } 2668 }
2679 return _json; 2669 return _json;
2680 } 2670 }
2681 } 2671 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/doubleclickbidmanager/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698