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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « generated/googleapis/lib/datastore/v1.dart ('k') | generated/googleapis/lib/dns/v1.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 /** 1861 /**
1862 * [Output Only] An optional textual description of the current status of the 1862 * [Output Only] An optional textual description of the current status of the
1863 * operation. 1863 * operation.
1864 */ 1864 */
1865 core.String statusMessage; 1865 core.String statusMessage;
1866 /** 1866 /**
1867 * [Output Only] The unique target ID, which identifies a specific incarnation 1867 * [Output Only] The unique target ID, which identifies a specific incarnation
1868 * of the target resource. 1868 * of the target resource.
1869 */ 1869 */
1870 core.String targetId; 1870 core.String targetId;
1871 /** [Output Only] The URL of the resource that the operation modifies. */ 1871 /**
1872 * [Output Only] The URL of the resource that the operation modifies. If
1873 * creating a persistent disk snapshot, this points to the persistent disk
1874 * that the snapshot was created from.
1875 */
1872 core.String targetLink; 1876 core.String targetLink;
1873 /** 1877 /**
1874 * [Output Only] User who requested the operation, for example: 1878 * [Output Only] User who requested the operation, for example:
1875 * user@example.com. 1879 * user@example.com.
1876 */ 1880 */
1877 core.String user; 1881 core.String user;
1878 /** 1882 /**
1879 * [Output Only] If warning messages are generated during processing of the 1883 * [Output Only] If warning messages are generated during processing of the
1880 * operation, this field will be populated. 1884 * operation, this field will be populated.
1881 */ 1885 */
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 * [Output Only] The name of the resource as it appears in the YAML config. 2177 * [Output Only] The name of the resource as it appears in the YAML config.
2174 */ 2178 */
2175 core.String name; 2179 core.String name;
2176 /** 2180 /**
2177 * [Output Only] The current properties of the resource before any references 2181 * [Output Only] The current properties of the resource before any references
2178 * have been filled in. Returned as serialized YAML. 2182 * have been filled in. Returned as serialized YAML.
2179 */ 2183 */
2180 core.String properties; 2184 core.String properties;
2181 /** 2185 /**
2182 * [Output Only] The type of the resource, for example compute.v1.instance, or 2186 * [Output Only] The type of the resource, for example compute.v1.instance, or
2183 * replicaPools.v1beta2.instanceGroupManager. 2187 * cloudfunctions.v1beta1.function.
2184 */ 2188 */
2185 core.String type; 2189 core.String type;
2186 /** 2190 /**
2187 * [Output Only] If Deployment Manager is currently updating or previewing an 2191 * [Output Only] If Deployment Manager is currently updating or previewing an
2188 * update to this resource, the updated configuration appears here. 2192 * update to this resource, the updated configuration appears here.
2189 */ 2193 */
2190 ResourceUpdate update; 2194 ResourceUpdate update;
2191 /** 2195 /**
2192 * [Output Only] Timestamp when the resource was updated, in RFC3339 text 2196 * [Output Only] Timestamp when the resource was updated, in RFC3339 text
2193 * format . 2197 * format .
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 var _json = new core.Map(); 2666 var _json = new core.Map();
2663 if (nextPageToken != null) { 2667 if (nextPageToken != null) {
2664 _json["nextPageToken"] = nextPageToken; 2668 _json["nextPageToken"] = nextPageToken;
2665 } 2669 }
2666 if (types != null) { 2670 if (types != null) {
2667 _json["types"] = types.map((value) => (value).toJson()).toList(); 2671 _json["types"] = types.map((value) => (value).toJson()).toList();
2668 } 2672 }
2669 return _json; 2673 return _json;
2670 } 2674 }
2671 } 2675 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/datastore/v1.dart ('k') | generated/googleapis/lib/dns/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698