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

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

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/clouddebugger/v2.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/cloudresourcemanager/v1.dart
diff --git a/generated/googleapis/lib/cloudresourcemanager/v1.dart b/generated/googleapis/lib/cloudresourcemanager/v1.dart
index d845f7a357039ea4bbfe628494f53908d8f8f86a..4eba8220563f581018b357a31c3d79b7a524d3a1 100644
--- a/generated/googleapis/lib/cloudresourcemanager/v1.dart
+++ b/generated/googleapis/lib/cloudresourcemanager/v1.dart
@@ -1530,7 +1530,6 @@ class Project {
* depend on specific characters being disallowed.
*
* Example: <code>"environment" : "dev"</code>
- *
* Read-write.
*/
core.Map<core.String, core.String> labels;
@@ -1559,7 +1558,6 @@ class Project {
* hyphen, single-quote, double-quote, space, and exclamation point.
*
* Example: <code>My Project</code>
- *
* Read-write.
*/
core.String name;
@@ -1567,7 +1565,9 @@ class Project {
* An optional reference to a parent Resource.
*
* The only supported parent type is "organization". Once set, the parent
- * cannot be modified.
+ * cannot be modified. The `parent` can be set on creation or using the
+ * `UpdateProject` method; the end user must have the
+ * `resourcemanager.projects.create` permission on the parent.
*
* Read-write.
*/
@@ -1579,7 +1579,6 @@ class Project {
* Trailing hyphens are prohibited.
*
* Example: <code>tokyo-rain-123</code>
- *
* Read-only after creation.
*/
core.String projectId;
@@ -1587,7 +1586,6 @@ class Project {
* The number uniquely identifying the project.
*
* Example: <code>415104041262</code>
- *
* Read-only.
*/
core.String projectNumber;
« no previous file with comments | « generated/googleapis/lib/clouddebugger/v2.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698