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

Side by Side Diff: generated/googleapis_beta/lib/deploymentmanager/v2beta1.dart

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 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 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_beta.deploymentmanager.v2beta1; 3 library googleapis_beta.deploymentmanager.v2beta1;
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;
11 11
12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show 12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show
13 ApiRequestError, DetailedApiRequestError; 13 ApiRequestError, DetailedApiRequestError;
14 14
15 const core.String USER_AGENT = 'dart-api-client deploymentmanager/v2beta1'; 15 const core.String USER_AGENT = 'dart-api-client deploymentmanager/v2beta1';
16 16
17 /** 17 /**
18 * The Deployment Manager API allows users to declaratively configure, deploy 18 * The Deployment Manager API allows users to declaratively configure, deploy
19 * and run complex solutions on the Google Cloud Platform. 19 * and run complex solutions on the Google Cloud Platform.
20 */ 20 */
21 class DeploymentmanagerApi { 21 class DeploymentmanagerApi {
22 /** View and manage your data across Google Cloud Platform services */ 22 /** View and manage your data across Google Cloud Platform services */
23 static const CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platf orm"; 23 static const CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platf orm";
24 24
25 /** 25 /**
26 * MESSAGE UNDER CONSTRUCTION View your data across Google Cloud Platform
27 * services
28 */
29 static const CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/clo ud-platform.read-only";
30
31 /**
26 * View and manage your Google Cloud Platform management resources and 32 * View and manage your Google Cloud Platform management resources and
27 * deployment status information 33 * deployment status information
28 */ 34 */
29 static const NdevCloudmanScope = "https://www.googleapis.com/auth/ndev.cloudma n"; 35 static const NdevCloudmanScope = "https://www.googleapis.com/auth/ndev.cloudma n";
30 36
31 /** 37 /**
32 * View your Google Cloud Platform management resources and deployment status 38 * View your Google Cloud Platform management resources and deployment status
33 * information 39 * information
34 */ 40 */
35 static const NdevCloudmanReadonlyScope = "https://www.googleapis.com/auth/ndev .cloudman.readonly"; 41 static const NdevCloudmanReadonlyScope = "https://www.googleapis.com/auth/ndev .cloudman.readonly";
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 } 1410 }
1405 1411
1406 core.Map toJson() { 1412 core.Map toJson() {
1407 var _json = new core.Map(); 1413 var _json = new core.Map();
1408 if (types != null) { 1414 if (types != null) {
1409 _json["types"] = types.map((value) => (value).toJson()).toList(); 1415 _json["types"] = types.map((value) => (value).toJson()).toList();
1410 } 1416 }
1411 return _json; 1417 return _json;
1412 } 1418 }
1413 } 1419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698