OLD | NEW |
1 library googleapis.compute.v1; | 1 library googleapis.compute.v1; |
2 | 2 |
3 import "dart:core" as core; | 3 import "dart:core" as core; |
4 import "dart:collection" as collection; | 4 import "dart:collection" as collection; |
5 import "dart:async" as async; | 5 import "dart:async" as async; |
6 import "dart:convert" as convert; | 6 import "dart:convert" as convert; |
7 | 7 |
8 import "package:crypto/crypto.dart" as crypto; | 8 import "package:crypto/crypto.dart" as crypto; |
9 import 'package:http/http.dart' as http; | 9 import 'package:http/http.dart' as http; |
10 import '../src/common_internal.dart' as common_internal; | 10 import '../src/common_internal.dart' as common_internal; |
(...skipping 7941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7952 } | 7952 } |
7953 | 7953 |
7954 | 7954 |
7955 /** Contains a list of address resources. */ | 7955 /** Contains a list of address resources. */ |
7956 class AddressList { | 7956 class AddressList { |
7957 /** | 7957 /** |
7958 * Unique identifier for the resource; defined by the server (output only). | 7958 * Unique identifier for the resource; defined by the server (output only). |
7959 */ | 7959 */ |
7960 core.String id; | 7960 core.String id; |
7961 | 7961 |
7962 /** The address resources. */ | 7962 /** A list of Address resources. */ |
7963 core.List<Address> items; | 7963 core.List<Address> items; |
7964 | 7964 |
7965 /** Type of resource. */ | 7965 /** Type of resource. */ |
7966 core.String kind; | 7966 core.String kind; |
7967 | 7967 |
7968 /** A token used to continue a truncated list request (output only). */ | 7968 /** A token used to continue a truncated list request (output only). */ |
7969 core.String nextPageToken; | 7969 core.String nextPageToken; |
7970 | 7970 |
7971 /** Server defined URL for the resource (output only). */ | 7971 /** Server defined URL for the resource (output only). */ |
7972 core.String selfLink; | 7972 core.String selfLink; |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8661 } | 8661 } |
8662 | 8662 |
8663 | 8663 |
8664 /** Contains a list of BackendService resources. */ | 8664 /** Contains a list of BackendService resources. */ |
8665 class BackendServiceList { | 8665 class BackendServiceList { |
8666 /** | 8666 /** |
8667 * Unique identifier for the resource; defined by the server (output only). | 8667 * Unique identifier for the resource; defined by the server (output only). |
8668 */ | 8668 */ |
8669 core.String id; | 8669 core.String id; |
8670 | 8670 |
8671 /** The BackendService resources. */ | 8671 /** A list of BackendService resources. */ |
8672 core.List<BackendService> items; | 8672 core.List<BackendService> items; |
8673 | 8673 |
8674 /** Type of resource. */ | 8674 /** Type of resource. */ |
8675 core.String kind; | 8675 core.String kind; |
8676 | 8676 |
8677 /** A token used to continue a truncated list request (output only). */ | 8677 /** A token used to continue a truncated list request (output only). */ |
8678 core.String nextPageToken; | 8678 core.String nextPageToken; |
8679 | 8679 |
8680 /** Server defined URL for this resource (output only). */ | 8680 /** Server defined URL for this resource (output only). */ |
8681 core.String selfLink; | 8681 core.String selfLink; |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9056 } | 9056 } |
9057 | 9057 |
9058 | 9058 |
9059 /** Contains a list of persistent disk resources. */ | 9059 /** Contains a list of persistent disk resources. */ |
9060 class DiskList { | 9060 class DiskList { |
9061 /** | 9061 /** |
9062 * Unique identifier for the resource; defined by the server (output only). | 9062 * Unique identifier for the resource; defined by the server (output only). |
9063 */ | 9063 */ |
9064 core.String id; | 9064 core.String id; |
9065 | 9065 |
9066 /** The persistent disk resources. */ | 9066 /** A list of Disk resources. */ |
9067 core.List<Disk> items; | 9067 core.List<Disk> items; |
9068 | 9068 |
9069 /** Type of resource. */ | 9069 /** Type of resource. */ |
9070 core.String kind; | 9070 core.String kind; |
9071 | 9071 |
9072 /** A token used to continue a truncated list request (output only). */ | 9072 /** A token used to continue a truncated list request (output only). */ |
9073 core.String nextPageToken; | 9073 core.String nextPageToken; |
9074 | 9074 |
9075 /** Server defined URL for this resource (output only). */ | 9075 /** Server defined URL for this resource (output only). */ |
9076 core.String selfLink; | 9076 core.String selfLink; |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9289 } | 9289 } |
9290 | 9290 |
9291 | 9291 |
9292 /** Contains a list of disk type resources. */ | 9292 /** Contains a list of disk type resources. */ |
9293 class DiskTypeList { | 9293 class DiskTypeList { |
9294 /** | 9294 /** |
9295 * Unique identifier for the resource; defined by the server (output only). | 9295 * Unique identifier for the resource; defined by the server (output only). |
9296 */ | 9296 */ |
9297 core.String id; | 9297 core.String id; |
9298 | 9298 |
9299 /** The disk type resources. */ | 9299 /** A list of DiskType resources. */ |
9300 core.List<DiskType> items; | 9300 core.List<DiskType> items; |
9301 | 9301 |
9302 /** Type of resource. */ | 9302 /** Type of resource. */ |
9303 core.String kind; | 9303 core.String kind; |
9304 | 9304 |
9305 /** A token used to continue a truncated list request (output only). */ | 9305 /** A token used to continue a truncated list request (output only). */ |
9306 core.String nextPageToken; | 9306 core.String nextPageToken; |
9307 | 9307 |
9308 /** Server defined URL for this resource (output only). */ | 9308 /** Server defined URL for this resource (output only). */ |
9309 core.String selfLink; | 9309 core.String selfLink; |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9795 } | 9795 } |
9796 | 9796 |
9797 | 9797 |
9798 /** Contains a list of firewall resources. */ | 9798 /** Contains a list of firewall resources. */ |
9799 class FirewallList { | 9799 class FirewallList { |
9800 /** | 9800 /** |
9801 * Unique identifier for the resource; defined by the server (output only). | 9801 * Unique identifier for the resource; defined by the server (output only). |
9802 */ | 9802 */ |
9803 core.String id; | 9803 core.String id; |
9804 | 9804 |
9805 /** The firewall resources. */ | 9805 /** A list of Firewall resources. */ |
9806 core.List<Firewall> items; | 9806 core.List<Firewall> items; |
9807 | 9807 |
9808 /** Type of resource. */ | 9808 /** Type of resource. */ |
9809 core.String kind; | 9809 core.String kind; |
9810 | 9810 |
9811 /** A token used to continue a truncated list request (output only). */ | 9811 /** A token used to continue a truncated list request (output only). */ |
9812 core.String nextPageToken; | 9812 core.String nextPageToken; |
9813 | 9813 |
9814 /** Server defined URL for this resource (output only). */ | 9814 /** Server defined URL for this resource (output only). */ |
9815 core.String selfLink; | 9815 core.String selfLink; |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10074 } | 10074 } |
10075 | 10075 |
10076 | 10076 |
10077 /** Contains a list of ForwardingRule resources. */ | 10077 /** Contains a list of ForwardingRule resources. */ |
10078 class ForwardingRuleList { | 10078 class ForwardingRuleList { |
10079 /** | 10079 /** |
10080 * Unique identifier for the resource; defined by the server (output only). | 10080 * Unique identifier for the resource; defined by the server (output only). |
10081 */ | 10081 */ |
10082 core.String id; | 10082 core.String id; |
10083 | 10083 |
10084 /** The ForwardingRule resources. */ | 10084 /** A list of ForwardingRule resources. */ |
10085 core.List<ForwardingRule> items; | 10085 core.List<ForwardingRule> items; |
10086 | 10086 |
10087 /** Type of resource. */ | 10087 /** Type of resource. */ |
10088 core.String kind; | 10088 core.String kind; |
10089 | 10089 |
10090 /** A token used to continue a truncated list request (output only). */ | 10090 /** A token used to continue a truncated list request (output only). */ |
10091 core.String nextPageToken; | 10091 core.String nextPageToken; |
10092 | 10092 |
10093 /** Server defined URL for this resource (output only). */ | 10093 /** Server defined URL for this resource (output only). */ |
10094 core.String selfLink; | 10094 core.String selfLink; |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10563 } | 10563 } |
10564 | 10564 |
10565 | 10565 |
10566 /** Contains a list of HttpHealthCheck resources. */ | 10566 /** Contains a list of HttpHealthCheck resources. */ |
10567 class HttpHealthCheckList { | 10567 class HttpHealthCheckList { |
10568 /** | 10568 /** |
10569 * Unique identifier for the resource; defined by the server (output only). | 10569 * Unique identifier for the resource; defined by the server (output only). |
10570 */ | 10570 */ |
10571 core.String id; | 10571 core.String id; |
10572 | 10572 |
10573 /** The HttpHealthCheck resources. */ | 10573 /** A list of HttpHealthCheck resources. */ |
10574 core.List<HttpHealthCheck> items; | 10574 core.List<HttpHealthCheck> items; |
10575 | 10575 |
10576 /** Type of resource. */ | 10576 /** Type of resource. */ |
10577 core.String kind; | 10577 core.String kind; |
10578 | 10578 |
10579 /** A token used to continue a truncated list request (output only). */ | 10579 /** A token used to continue a truncated list request (output only). */ |
10580 core.String nextPageToken; | 10580 core.String nextPageToken; |
10581 | 10581 |
10582 /** Server defined URL for this resource (output only). */ | 10582 /** Server defined URL for this resource (output only). */ |
10583 core.String selfLink; | 10583 core.String selfLink; |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10858 } | 10858 } |
10859 | 10859 |
10860 | 10860 |
10861 /** Contains a list of disk image resources. */ | 10861 /** Contains a list of disk image resources. */ |
10862 class ImageList { | 10862 class ImageList { |
10863 /** | 10863 /** |
10864 * Unique identifier for the resource; defined by the server (output only). | 10864 * Unique identifier for the resource; defined by the server (output only). |
10865 */ | 10865 */ |
10866 core.String id; | 10866 core.String id; |
10867 | 10867 |
10868 /** The disk image resources. */ | 10868 /** A list of Image resources. */ |
10869 core.List<Image> items; | 10869 core.List<Image> items; |
10870 | 10870 |
10871 /** Type of resource. */ | 10871 /** Type of resource. */ |
10872 core.String kind; | 10872 core.String kind; |
10873 | 10873 |
10874 /** A token used to continue a truncated list request (output only). */ | 10874 /** A token used to continue a truncated list request (output only). */ |
10875 core.String nextPageToken; | 10875 core.String nextPageToken; |
10876 | 10876 |
10877 /** Server defined URL for this resource (output only). */ | 10877 /** Server defined URL for this resource (output only). */ |
10878 core.String selfLink; | 10878 core.String selfLink; |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11198 } | 11198 } |
11199 | 11199 |
11200 | 11200 |
11201 /** Contains a list of instance resources. */ | 11201 /** Contains a list of instance resources. */ |
11202 class InstanceList { | 11202 class InstanceList { |
11203 /** | 11203 /** |
11204 * Unique identifier for the resource; defined by the server (output only). | 11204 * Unique identifier for the resource; defined by the server (output only). |
11205 */ | 11205 */ |
11206 core.String id; | 11206 core.String id; |
11207 | 11207 |
11208 /** A list of instance resources. */ | 11208 /** A list of Instance resources. */ |
11209 core.List<Instance> items; | 11209 core.List<Instance> items; |
11210 | 11210 |
11211 /** Type of resource. */ | 11211 /** Type of resource. */ |
11212 core.String kind; | 11212 core.String kind; |
11213 | 11213 |
11214 /** A token used to continue a truncated list request (output only). */ | 11214 /** A token used to continue a truncated list request (output only). */ |
11215 core.String nextPageToken; | 11215 core.String nextPageToken; |
11216 | 11216 |
11217 /** Server defined URL for this resource (output only). */ | 11217 /** Server defined URL for this resource (output only). */ |
11218 core.String selfLink; | 11218 core.String selfLink; |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11503 } | 11503 } |
11504 | 11504 |
11505 | 11505 |
11506 /** Contains a list of instance template resources. */ | 11506 /** Contains a list of instance template resources. */ |
11507 class InstanceTemplateList { | 11507 class InstanceTemplateList { |
11508 /** | 11508 /** |
11509 * Unique identifier for the resource; defined by the server (output only). | 11509 * Unique identifier for the resource; defined by the server (output only). |
11510 */ | 11510 */ |
11511 core.String id; | 11511 core.String id; |
11512 | 11512 |
11513 /** A list of instance template resources. */ | 11513 /** A list of InstanceTemplate resources. */ |
11514 core.List<InstanceTemplate> items; | 11514 core.List<InstanceTemplate> items; |
11515 | 11515 |
11516 /** Type of resource. */ | 11516 /** Type of resource. */ |
11517 core.String kind; | 11517 core.String kind; |
11518 | 11518 |
11519 /** A token used to continue a truncated list request (output only). */ | 11519 /** A token used to continue a truncated list request (output only). */ |
11520 core.String nextPageToken; | 11520 core.String nextPageToken; |
11521 | 11521 |
11522 /** Server defined URL for this resource (output only). */ | 11522 /** Server defined URL for this resource (output only). */ |
11523 core.String selfLink; | 11523 core.String selfLink; |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11983 } | 11983 } |
11984 | 11984 |
11985 | 11985 |
11986 /** Contains a list of machine type resources. */ | 11986 /** Contains a list of machine type resources. */ |
11987 class MachineTypeList { | 11987 class MachineTypeList { |
11988 /** | 11988 /** |
11989 * Unique identifier for the resource; defined by the server (output only). | 11989 * Unique identifier for the resource; defined by the server (output only). |
11990 */ | 11990 */ |
11991 core.String id; | 11991 core.String id; |
11992 | 11992 |
11993 /** The machine type resources. */ | 11993 /** A list of MachineType resources. */ |
11994 core.List<MachineType> items; | 11994 core.List<MachineType> items; |
11995 | 11995 |
11996 /** Type of resource. */ | 11996 /** Type of resource. */ |
11997 core.String kind; | 11997 core.String kind; |
11998 | 11998 |
11999 /** A token used to continue a truncated list request (output only). */ | 11999 /** A token used to continue a truncated list request (output only). */ |
12000 core.String nextPageToken; | 12000 core.String nextPageToken; |
12001 | 12001 |
12002 /** Server defined URL for this resource (output only). */ | 12002 /** Server defined URL for this resource (output only). */ |
12003 core.String selfLink; | 12003 core.String selfLink; |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12439 } | 12439 } |
12440 | 12440 |
12441 | 12441 |
12442 /** Contains a list of network resources. */ | 12442 /** Contains a list of network resources. */ |
12443 class NetworkList { | 12443 class NetworkList { |
12444 /** | 12444 /** |
12445 * Unique identifier for the resource; defined by the server (output only). | 12445 * Unique identifier for the resource; defined by the server (output only). |
12446 */ | 12446 */ |
12447 core.String id; | 12447 core.String id; |
12448 | 12448 |
12449 /** The network resources. */ | 12449 /** A list of Network resources. */ |
12450 core.List<Network> items; | 12450 core.List<Network> items; |
12451 | 12451 |
12452 /** Type of resource. */ | 12452 /** Type of resource. */ |
12453 core.String kind; | 12453 core.String kind; |
12454 | 12454 |
12455 /** A token used to continue a truncated list request (output only). */ | 12455 /** A token used to continue a truncated list request (output only). */ |
12456 core.String nextPageToken; | 12456 core.String nextPageToken; |
12457 | 12457 |
12458 /** Server defined URL for this resource (output only). */ | 12458 /** Server defined URL for this resource (output only). */ |
12459 core.String selfLink; | 12459 core.String selfLink; |
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13552 } | 13552 } |
13553 | 13553 |
13554 | 13554 |
13555 /** Contains a list of region resources. */ | 13555 /** Contains a list of region resources. */ |
13556 class RegionList { | 13556 class RegionList { |
13557 /** | 13557 /** |
13558 * Unique identifier for the resource; defined by the server (output only). | 13558 * Unique identifier for the resource; defined by the server (output only). |
13559 */ | 13559 */ |
13560 core.String id; | 13560 core.String id; |
13561 | 13561 |
13562 /** The region resources. */ | 13562 /** A list of Region resources. */ |
13563 core.List<Region> items; | 13563 core.List<Region> items; |
13564 | 13564 |
13565 /** Type of resource. */ | 13565 /** Type of resource. */ |
13566 core.String kind; | 13566 core.String kind; |
13567 | 13567 |
13568 /** A token used to continue a truncated list request (output only). */ | 13568 /** A token used to continue a truncated list request (output only). */ |
13569 core.String nextPageToken; | 13569 core.String nextPageToken; |
13570 | 13570 |
13571 /** Server defined URL for this resource (output only). */ | 13571 /** Server defined URL for this resource (output only). */ |
13572 core.String selfLink; | 13572 core.String selfLink; |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13912 } | 13912 } |
13913 | 13913 |
13914 | 13914 |
13915 /** Contains a list of route resources. */ | 13915 /** Contains a list of route resources. */ |
13916 class RouteList { | 13916 class RouteList { |
13917 /** | 13917 /** |
13918 * Unique identifier for the resource; defined by the server (output only). | 13918 * Unique identifier for the resource; defined by the server (output only). |
13919 */ | 13919 */ |
13920 core.String id; | 13920 core.String id; |
13921 | 13921 |
13922 /** The route resources. */ | 13922 /** A list of Route resources. */ |
13923 core.List<Route> items; | 13923 core.List<Route> items; |
13924 | 13924 |
13925 /** Type of resource. */ | 13925 /** Type of resource. */ |
13926 core.String kind; | 13926 core.String kind; |
13927 | 13927 |
13928 /** A token used to continue a truncated list request (output only). */ | 13928 /** A token used to continue a truncated list request (output only). */ |
13929 core.String nextPageToken; | 13929 core.String nextPageToken; |
13930 | 13930 |
13931 /** Server defined URL for this resource (output only). */ | 13931 /** Server defined URL for this resource (output only). */ |
13932 core.String selfLink; | 13932 core.String selfLink; |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14252 } | 14252 } |
14253 | 14253 |
14254 | 14254 |
14255 /** Contains a list of persistent disk snapshot resources. */ | 14255 /** Contains a list of persistent disk snapshot resources. */ |
14256 class SnapshotList { | 14256 class SnapshotList { |
14257 /** | 14257 /** |
14258 * Unique identifier for the resource; defined by the server (output only). | 14258 * Unique identifier for the resource; defined by the server (output only). |
14259 */ | 14259 */ |
14260 core.String id; | 14260 core.String id; |
14261 | 14261 |
14262 /** The persistent snapshot resources. */ | 14262 /** A list of Snapshot resources. */ |
14263 core.List<Snapshot> items; | 14263 core.List<Snapshot> items; |
14264 | 14264 |
14265 /** Type of resource. */ | 14265 /** Type of resource. */ |
14266 core.String kind; | 14266 core.String kind; |
14267 | 14267 |
14268 /** A token used to continue a truncated list request (output only). */ | 14268 /** A token used to continue a truncated list request (output only). */ |
14269 core.String nextPageToken; | 14269 core.String nextPageToken; |
14270 | 14270 |
14271 /** Server defined URL for this resource (output only). */ | 14271 /** Server defined URL for this resource (output only). */ |
14272 core.String selfLink; | 14272 core.String selfLink; |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14451 } | 14451 } |
14452 | 14452 |
14453 | 14453 |
14454 /** Contains a list of TargetHttpProxy resources. */ | 14454 /** Contains a list of TargetHttpProxy resources. */ |
14455 class TargetHttpProxyList { | 14455 class TargetHttpProxyList { |
14456 /** | 14456 /** |
14457 * Unique identifier for the resource; defined by the server (output only). | 14457 * Unique identifier for the resource; defined by the server (output only). |
14458 */ | 14458 */ |
14459 core.String id; | 14459 core.String id; |
14460 | 14460 |
14461 /** The TargetHttpProxy resources. */ | 14461 /** A list of TargetHttpProxy resources. */ |
14462 core.List<TargetHttpProxy> items; | 14462 core.List<TargetHttpProxy> items; |
14463 | 14463 |
14464 /** Type of resource. */ | 14464 /** Type of resource. */ |
14465 core.String kind; | 14465 core.String kind; |
14466 | 14466 |
14467 /** A token used to continue a truncated list request (output only). */ | 14467 /** A token used to continue a truncated list request (output only). */ |
14468 core.String nextPageToken; | 14468 core.String nextPageToken; |
14469 | 14469 |
14470 /** Server defined URL for this resource (output only). */ | 14470 /** Server defined URL for this resource (output only). */ |
14471 core.String selfLink; | 14471 core.String selfLink; |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14687 } | 14687 } |
14688 | 14688 |
14689 | 14689 |
14690 /** Contains a list of TargetInstance resources. */ | 14690 /** Contains a list of TargetInstance resources. */ |
14691 class TargetInstanceList { | 14691 class TargetInstanceList { |
14692 /** | 14692 /** |
14693 * Unique identifier for the resource; defined by the server (output only). | 14693 * Unique identifier for the resource; defined by the server (output only). |
14694 */ | 14694 */ |
14695 core.String id; | 14695 core.String id; |
14696 | 14696 |
14697 /** The TargetInstance resources. */ | 14697 /** A list of TargetInstance resources. */ |
14698 core.List<TargetInstance> items; | 14698 core.List<TargetInstance> items; |
14699 | 14699 |
14700 /** Type of resource. */ | 14700 /** Type of resource. */ |
14701 core.String kind; | 14701 core.String kind; |
14702 | 14702 |
14703 /** A token used to continue a truncated list request (output only). */ | 14703 /** A token used to continue a truncated list request (output only). */ |
14704 core.String nextPageToken; | 14704 core.String nextPageToken; |
14705 | 14705 |
14706 /** Server defined URL for this resource (output only). */ | 14706 /** Server defined URL for this resource (output only). */ |
14707 core.String selfLink; | 14707 core.String selfLink; |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15153 } | 15153 } |
15154 | 15154 |
15155 | 15155 |
15156 /** Contains a list of TargetPool resources. */ | 15156 /** Contains a list of TargetPool resources. */ |
15157 class TargetPoolList { | 15157 class TargetPoolList { |
15158 /** | 15158 /** |
15159 * Unique identifier for the resource; defined by the server (output only). | 15159 * Unique identifier for the resource; defined by the server (output only). |
15160 */ | 15160 */ |
15161 core.String id; | 15161 core.String id; |
15162 | 15162 |
15163 /** The TargetPool resources. */ | 15163 /** A list of TargetPool resources. */ |
15164 core.List<TargetPool> items; | 15164 core.List<TargetPool> items; |
15165 | 15165 |
15166 /** Type of resource. */ | 15166 /** Type of resource. */ |
15167 core.String kind; | 15167 core.String kind; |
15168 | 15168 |
15169 /** A token used to continue a truncated list request (output only). */ | 15169 /** A token used to continue a truncated list request (output only). */ |
15170 core.String nextPageToken; | 15170 core.String nextPageToken; |
15171 | 15171 |
15172 /** Server defined URL for this resource (output only). */ | 15172 /** Server defined URL for this resource (output only). */ |
15173 core.String selfLink; | 15173 core.String selfLink; |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15657 } | 15657 } |
15658 | 15658 |
15659 | 15659 |
15660 /** Contains a list of UrlMap resources. */ | 15660 /** Contains a list of UrlMap resources. */ |
15661 class UrlMapList { | 15661 class UrlMapList { |
15662 /** | 15662 /** |
15663 * Unique identifier for the resource; defined by the server (output only). | 15663 * Unique identifier for the resource; defined by the server (output only). |
15664 */ | 15664 */ |
15665 core.String id; | 15665 core.String id; |
15666 | 15666 |
15667 /** The UrlMap resources. */ | 15667 /** A list of UrlMap resources. */ |
15668 core.List<UrlMap> items; | 15668 core.List<UrlMap> items; |
15669 | 15669 |
15670 /** Type of resource. */ | 15670 /** Type of resource. */ |
15671 core.String kind; | 15671 core.String kind; |
15672 | 15672 |
15673 /** A token used to continue a truncated list request (output only). */ | 15673 /** A token used to continue a truncated list request (output only). */ |
15674 core.String nextPageToken; | 15674 core.String nextPageToken; |
15675 | 15675 |
15676 /** Server defined URL for this resource (output only). */ | 15676 /** Server defined URL for this resource (output only). */ |
15677 core.String selfLink; | 15677 core.String selfLink; |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16113 } | 16113 } |
16114 | 16114 |
16115 | 16115 |
16116 /** Contains a list of zone resources. */ | 16116 /** Contains a list of zone resources. */ |
16117 class ZoneList { | 16117 class ZoneList { |
16118 /** | 16118 /** |
16119 * Unique identifier for the resource; defined by the server (output only). | 16119 * Unique identifier for the resource; defined by the server (output only). |
16120 */ | 16120 */ |
16121 core.String id; | 16121 core.String id; |
16122 | 16122 |
16123 /** The zone resources. */ | 16123 /** A list of Zone resources. */ |
16124 core.List<Zone> items; | 16124 core.List<Zone> items; |
16125 | 16125 |
16126 /** Type of resource. */ | 16126 /** Type of resource. */ |
16127 core.String kind; | 16127 core.String kind; |
16128 | 16128 |
16129 /** A token used to continue a truncated list request (output only). */ | 16129 /** A token used to continue a truncated list request (output only). */ |
16130 core.String nextPageToken; | 16130 core.String nextPageToken; |
16131 | 16131 |
16132 /** Server defined URL for this resource (output only). */ | 16132 /** Server defined URL for this resource (output only). */ |
16133 core.String selfLink; | 16133 core.String selfLink; |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16168 _json["nextPageToken"] = nextPageToken; | 16168 _json["nextPageToken"] = nextPageToken; |
16169 } | 16169 } |
16170 if (selfLink != null) { | 16170 if (selfLink != null) { |
16171 _json["selfLink"] = selfLink; | 16171 _json["selfLink"] = selfLink; |
16172 } | 16172 } |
16173 return _json; | 16173 return _json; |
16174 } | 16174 } |
16175 } | 16175 } |
16176 | 16176 |
16177 | 16177 |
OLD | NEW |