| 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;
|
|
|