| OLD | NEW |
| 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.cloudresourcemanager.v1beta1; | 3 library googleapis_beta.cloudresourcemanager.v1beta1; |
| 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 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1523 * | 1523 * |
| 1524 * Label values must be between 0 and 63 characters long and must conform | 1524 * Label values must be between 0 and 63 characters long and must conform |
| 1525 * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?. | 1525 * to the regular expression (\[a-z\](\[-a-z0-9\]*\[a-z0-9\])?)?. |
| 1526 * | 1526 * |
| 1527 * No more than 256 labels can be associated with a given resource. | 1527 * No more than 256 labels can be associated with a given resource. |
| 1528 * | 1528 * |
| 1529 * Clients should store labels in a representation such as JSON that does not | 1529 * Clients should store labels in a representation such as JSON that does not |
| 1530 * depend on specific characters being disallowed. | 1530 * depend on specific characters being disallowed. |
| 1531 * | 1531 * |
| 1532 * Example: <code>"environment" : "dev"</code> | 1532 * Example: <code>"environment" : "dev"</code> |
| 1533 * | |
| 1534 * Read-write. | 1533 * Read-write. |
| 1535 */ | 1534 */ |
| 1536 core.Map<core.String, core.String> labels; | 1535 core.Map<core.String, core.String> labels; |
| 1537 /** | 1536 /** |
| 1538 * The Project lifecycle state. | 1537 * The Project lifecycle state. |
| 1539 * | 1538 * |
| 1540 * Read-only. | 1539 * Read-only. |
| 1541 * Possible string values are: | 1540 * Possible string values are: |
| 1542 * - "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified state. This is only | 1541 * - "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified state. This is only |
| 1543 * used/useful for distinguishing | 1542 * used/useful for distinguishing |
| 1544 * unset values. | 1543 * unset values. |
| 1545 * - "ACTIVE" : The normal and active state. | 1544 * - "ACTIVE" : The normal and active state. |
| 1546 * - "DELETE_REQUESTED" : The project has been marked for deletion by the user | 1545 * - "DELETE_REQUESTED" : The project has been marked for deletion by the user |
| 1547 * (by invoking DeleteProject) | 1546 * (by invoking DeleteProject) |
| 1548 * or by the system (Google Cloud Platform). | 1547 * or by the system (Google Cloud Platform). |
| 1549 * This can generally be reversed by invoking UndeleteProject. | 1548 * This can generally be reversed by invoking UndeleteProject. |
| 1550 * - "DELETE_IN_PROGRESS" : This lifecycle state is no longer used and is not | 1549 * - "DELETE_IN_PROGRESS" : This lifecycle state is no longer used and is not |
| 1551 * returned by the API. | 1550 * returned by the API. |
| 1552 */ | 1551 */ |
| 1553 core.String lifecycleState; | 1552 core.String lifecycleState; |
| 1554 /** | 1553 /** |
| 1555 * The user-assigned display name of the Project. | 1554 * The user-assigned display name of the Project. |
| 1556 * It must be 4 to 30 characters. | 1555 * It must be 4 to 30 characters. |
| 1557 * Allowed characters are: lowercase and uppercase letters, numbers, | 1556 * Allowed characters are: lowercase and uppercase letters, numbers, |
| 1558 * hyphen, single-quote, double-quote, space, and exclamation point. | 1557 * hyphen, single-quote, double-quote, space, and exclamation point. |
| 1559 * | 1558 * |
| 1560 * Example: <code>My Project</code> | 1559 * Example: <code>My Project</code> |
| 1561 * | |
| 1562 * Read-write. | 1560 * Read-write. |
| 1563 */ | 1561 */ |
| 1564 core.String name; | 1562 core.String name; |
| 1565 /** | 1563 /** |
| 1566 * An optional reference to a parent Resource. | 1564 * An optional reference to a parent Resource. |
| 1567 * | 1565 * |
| 1568 * The only supported parent type is "organization". Once set, the parent | 1566 * The only supported parent type is "organization". Once set, the parent |
| 1569 * cannot be modified. | 1567 * cannot be modified. The `parent` can be set on creation or using the |
| 1568 * `UpdateProject` method; the end user must have the |
| 1569 * `resourcemanager.projects.create` permission on the parent. |
| 1570 * | 1570 * |
| 1571 * Read-write. | 1571 * Read-write. |
| 1572 */ | 1572 */ |
| 1573 ResourceId parent; | 1573 ResourceId parent; |
| 1574 /** | 1574 /** |
| 1575 * The unique, user-assigned ID of the Project. | 1575 * The unique, user-assigned ID of the Project. |
| 1576 * It must be 6 to 30 lowercase letters, digits, or hyphens. | 1576 * It must be 6 to 30 lowercase letters, digits, or hyphens. |
| 1577 * It must start with a letter. | 1577 * It must start with a letter. |
| 1578 * Trailing hyphens are prohibited. | 1578 * Trailing hyphens are prohibited. |
| 1579 * | 1579 * |
| 1580 * Example: <code>tokyo-rain-123</code> | 1580 * Example: <code>tokyo-rain-123</code> |
| 1581 * | |
| 1582 * Read-only after creation. | 1581 * Read-only after creation. |
| 1583 */ | 1582 */ |
| 1584 core.String projectId; | 1583 core.String projectId; |
| 1585 /** | 1584 /** |
| 1586 * The number uniquely identifying the project. | 1585 * The number uniquely identifying the project. |
| 1587 * | 1586 * |
| 1588 * Example: <code>415104041262</code> | 1587 * Example: <code>415104041262</code> |
| 1589 * | |
| 1590 * Read-only. | 1588 * Read-only. |
| 1591 */ | 1589 */ |
| 1592 core.String projectNumber; | 1590 core.String projectNumber; |
| 1593 | 1591 |
| 1594 Project(); | 1592 Project(); |
| 1595 | 1593 |
| 1596 Project.fromJson(core.Map _json) { | 1594 Project.fromJson(core.Map _json) { |
| 1597 if (_json.containsKey("createTime")) { | 1595 if (_json.containsKey("createTime")) { |
| 1598 createTime = _json["createTime"]; | 1596 createTime = _json["createTime"]; |
| 1599 } | 1597 } |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 UndeleteProjectRequest(); | 1817 UndeleteProjectRequest(); |
| 1820 | 1818 |
| 1821 UndeleteProjectRequest.fromJson(core.Map _json) { | 1819 UndeleteProjectRequest.fromJson(core.Map _json) { |
| 1822 } | 1820 } |
| 1823 | 1821 |
| 1824 core.Map toJson() { | 1822 core.Map toJson() { |
| 1825 var _json = new core.Map(); | 1823 var _json = new core.Map(); |
| 1826 return _json; | 1824 return _json; |
| 1827 } | 1825 } |
| 1828 } | 1826 } |
| OLD | NEW |