| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { | 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
| 9 "description": "View your data across Google Cloud Platform
services" | 9 "description": "View your data across Google Cloud Platform
services" |
| 10 } | 10 } |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "$ref": "TestIamPermissionsResponse" | 552 "$ref": "TestIamPermissionsResponse" |
| 553 }, | 553 }, |
| 554 "scopes": [ | 554 "scopes": [ |
| 555 "https://www.googleapis.com/auth/cloud-platform", | 555 "https://www.googleapis.com/auth/cloud-platform", |
| 556 "https://www.googleapis.com/auth/cloud-platform.read-onl
y" | 556 "https://www.googleapis.com/auth/cloud-platform.read-onl
y" |
| 557 ] | 557 ] |
| 558 } | 558 } |
| 559 } | 559 } |
| 560 } | 560 } |
| 561 }, | 561 }, |
| 562 "revision": "20161207", | 562 "revision": "20170118", |
| 563 "rootUrl": "https://cloudresourcemanager.googleapis.com/", | 563 "rootUrl": "https://cloudresourcemanager.googleapis.com/", |
| 564 "schemas": { | 564 "schemas": { |
| 565 "FolderOperationError": { | 565 "FolderOperationError": { |
| 566 "description": "A classification of the Folder Operation error.", | 566 "description": "A classification of the Folder Operation error.", |
| 567 "id": "FolderOperationError", | 567 "id": "FolderOperationError", |
| 568 "properties": { | 568 "properties": { |
| 569 "errorMessageId": { | 569 "errorMessageId": { |
| 570 "description": "The type of operation error experienced.", | 570 "description": "The type of operation error experienced.", |
| 571 "enum": [ | 571 "enum": [ |
| 572 "ERROR_TYPE_UNSPECIFIED", | 572 "ERROR_TYPE_UNSPECIFIED", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 } | 852 } |
| 853 }, | 853 }, |
| 854 "type": "object" | 854 "type": "object" |
| 855 }, | 855 }, |
| 856 "Project": { | 856 "Project": { |
| 857 "description": "A Project is a high-level Google Cloud Platform enti
ty. It is a\ncontainer for ACLs, APIs, AppEngine Apps, VMs, and other\nGoogle C
loud Platform resources.", | 857 "description": "A Project is a high-level Google Cloud Platform enti
ty. It is a\ncontainer for ACLs, APIs, AppEngine Apps, VMs, and other\nGoogle C
loud Platform resources.", |
| 858 "id": "Project", | 858 "id": "Project", |
| 859 "properties": { | 859 "properties": { |
| 860 "parent": { | 860 "parent": { |
| 861 "$ref": "ResourceId", | 861 "$ref": "ResourceId", |
| 862 "description": "An optional reference to a parent Resource.\
n\nThe only supported parent type is \"organization\". Once set, the parent\ncan
not be modified.\n\nRead-write." | 862 "description": "An optional reference to a parent Resource.\
n\nThe only supported parent type is \"organization\". Once set, the parent\ncan
not be modified. The `parent` can be set on creation or using the\n`UpdateProjec
t` method; the end user must have the\n`resourcemanager.projects.create` permiss
ion on the parent.\n\nRead-write." |
| 863 }, | 863 }, |
| 864 "labels": { | 864 "labels": { |
| 865 "additionalProperties": { | 865 "additionalProperties": { |
| 866 "type": "string" | 866 "type": "string" |
| 867 }, | 867 }, |
| 868 "description": "The labels associated with this Project.\n\n
Label keys must be between 1 and 63 characters long and must conform\nto the fol
lowing regular expression: \\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?.\n\nLabel valu
es must be between 0 and 63 characters long and must conform\nto the regular exp
ression (\\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?)?.\n\nNo more than 256 labels ca
n be associated with a given resource.\n\nClients should store labels in a repre
sentation such as JSON that does not\ndepend on specific characters being disall
owed.\n\nExample: <code>\"environment\" : \"dev\"</code>\n\nRead-write.", | 868 "description": "The labels associated with this Project.\n\n
Label keys must be between 1 and 63 characters long and must conform\nto the fol
lowing regular expression: \\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?.\n\nLabel valu
es must be between 0 and 63 characters long and must conform\nto the regular exp
ression (\\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?)?.\n\nNo more than 256 labels ca
n be associated with a given resource.\n\nClients should store labels in a repre
sentation such as JSON that does not\ndepend on specific characters being disall
owed.\n\nExample: <code>\"environment\" : \"dev\"</code>\nRead-write.", |
| 869 "type": "object" | 869 "type": "object" |
| 870 }, | 870 }, |
| 871 "lifecycleState": { | 871 "lifecycleState": { |
| 872 "description": "The Project lifecycle state.\n\nRead-only.", | 872 "description": "The Project lifecycle state.\n\nRead-only.", |
| 873 "enum": [ | 873 "enum": [ |
| 874 "LIFECYCLE_STATE_UNSPECIFIED", | 874 "LIFECYCLE_STATE_UNSPECIFIED", |
| 875 "ACTIVE", | 875 "ACTIVE", |
| 876 "DELETE_REQUESTED", | 876 "DELETE_REQUESTED", |
| 877 "DELETE_IN_PROGRESS" | 877 "DELETE_IN_PROGRESS" |
| 878 ], | 878 ], |
| 879 "enumDescriptions": [ | 879 "enumDescriptions": [ |
| 880 "Unspecified state. This is only used/useful for distin
guishing\nunset values.", | 880 "Unspecified state. This is only used/useful for distin
guishing\nunset values.", |
| 881 "The normal and active state.", | 881 "The normal and active state.", |
| 882 "The project has been marked for deletion by the user\n(
by invoking DeleteProject)\nor by the system (Google Cloud Platform).\nThis can
generally be reversed by invoking UndeleteProject.", | 882 "The project has been marked for deletion by the user\n(
by invoking DeleteProject)\nor by the system (Google Cloud Platform).\nThis can
generally be reversed by invoking UndeleteProject.", |
| 883 "This lifecycle state is no longer used and is not retur
ned by the API." | 883 "This lifecycle state is no longer used and is not retur
ned by the API." |
| 884 ], | 884 ], |
| 885 "type": "string" | 885 "type": "string" |
| 886 }, | 886 }, |
| 887 "createTime": { | 887 "createTime": { |
| 888 "description": "Creation time.\n\nRead-only.", | 888 "description": "Creation time.\n\nRead-only.", |
| 889 "format": "google-datetime", | 889 "format": "google-datetime", |
| 890 "type": "string" | 890 "type": "string" |
| 891 }, | 891 }, |
| 892 "name": { | 892 "name": { |
| 893 "description": "The user-assigned display name of the Projec
t.\nIt must be 4 to 30 characters.\nAllowed characters are: lowercase and upperc
ase letters, numbers,\nhyphen, single-quote, double-quote, space, and exclamatio
n point.\n\nExample: <code>My Project</code>\n\nRead-write.", | 893 "description": "The user-assigned display name of the Projec
t.\nIt must be 4 to 30 characters.\nAllowed characters are: lowercase and upperc
ase letters, numbers,\nhyphen, single-quote, double-quote, space, and exclamatio
n point.\n\nExample: <code>My Project</code>\nRead-write.", |
| 894 "type": "string" | 894 "type": "string" |
| 895 }, | 895 }, |
| 896 "projectNumber": { | 896 "projectNumber": { |
| 897 "description": "The number uniquely identifying the project.
\n\nExample: <code>415104041262</code>\n\nRead-only.", | 897 "description": "The number uniquely identifying the project.
\n\nExample: <code>415104041262</code>\nRead-only.", |
| 898 "format": "int64", | 898 "format": "int64", |
| 899 "type": "string" | 899 "type": "string" |
| 900 }, | 900 }, |
| 901 "projectId": { | 901 "projectId": { |
| 902 "description": "The unique, user-assigned ID of the Project.
\nIt must be 6 to 30 lowercase letters, digits, or hyphens.\nIt must start with
a letter.\nTrailing hyphens are prohibited.\n\nExample: <code>tokyo-rain-123</co
de>\n\nRead-only after creation.", | 902 "description": "The unique, user-assigned ID of the Project.
\nIt must be 6 to 30 lowercase letters, digits, or hyphens.\nIt must start with
a letter.\nTrailing hyphens are prohibited.\n\nExample: <code>tokyo-rain-123</co
de>\nRead-only after creation.", |
| 903 "type": "string" | 903 "type": "string" |
| 904 } | 904 } |
| 905 }, | 905 }, |
| 906 "type": "object" | 906 "type": "object" |
| 907 }, | 907 }, |
| 908 "Binding": { | 908 "Binding": { |
| 909 "description": "Associates `members` with a `role`.", | 909 "description": "Associates `members` with a `role`.", |
| 910 "id": "Binding", | 910 "id": "Binding", |
| 911 "properties": { | 911 "properties": { |
| 912 "members": { | 912 "members": { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 932 "type": "string" | 932 "type": "string" |
| 933 } | 933 } |
| 934 }, | 934 }, |
| 935 "type": "object" | 935 "type": "object" |
| 936 } | 936 } |
| 937 }, | 937 }, |
| 938 "servicePath": "", | 938 "servicePath": "", |
| 939 "title": "Google Cloud Resource Manager API", | 939 "title": "Google Cloud Resource Manager API", |
| 940 "version": "v1beta1" | 940 "version": "v1beta1" |
| 941 } | 941 } |
| OLD | NEW |