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

Side by Side Diff: discovery/googleapis/cloudresourcemanager__v1.json

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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "$ref": "Operation" 529 "$ref": "Operation"
530 }, 530 },
531 "scopes": [ 531 "scopes": [
532 "https://www.googleapis.com/auth/cloud-platform", 532 "https://www.googleapis.com/auth/cloud-platform",
533 "https://www.googleapis.com/auth/cloud-platform.read-onl y" 533 "https://www.googleapis.com/auth/cloud-platform.read-onl y"
534 ] 534 ]
535 } 535 }
536 } 536 }
537 } 537 }
538 }, 538 },
539 "revision": "20161207", 539 "revision": "20170118",
540 "rootUrl": "https://cloudresourcemanager.googleapis.com/", 540 "rootUrl": "https://cloudresourcemanager.googleapis.com/",
541 "schemas": { 541 "schemas": {
542 "FolderOperationError": { 542 "FolderOperationError": {
543 "description": "A classification of the Folder Operation error.", 543 "description": "A classification of the Folder Operation error.",
544 "id": "FolderOperationError", 544 "id": "FolderOperationError",
545 "properties": { 545 "properties": {
546 "errorMessageId": { 546 "errorMessageId": {
547 "description": "The type of operation error experienced.", 547 "description": "The type of operation error experienced.",
548 "enum": [ 548 "enum": [
549 "ERROR_TYPE_UNSPECIFIED", 549 "ERROR_TYPE_UNSPECIFIED",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 } 925 }
926 }, 926 },
927 "type": "object" 927 "type": "object"
928 }, 928 },
929 "Project": { 929 "Project": {
930 "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.", 930 "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.",
931 "id": "Project", 931 "id": "Project",
932 "properties": { 932 "properties": {
933 "parent": { 933 "parent": {
934 "$ref": "ResourceId", 934 "$ref": "ResourceId",
935 "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." 935 "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."
936 }, 936 },
937 "labels": { 937 "labels": {
938 "additionalProperties": { 938 "additionalProperties": {
939 "type": "string" 939 "type": "string"
940 }, 940 },
941 "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.", 941 "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.",
942 "type": "object" 942 "type": "object"
943 }, 943 },
944 "lifecycleState": { 944 "lifecycleState": {
945 "description": "The Project lifecycle state.\n\nRead-only.", 945 "description": "The Project lifecycle state.\n\nRead-only.",
946 "enum": [ 946 "enum": [
947 "LIFECYCLE_STATE_UNSPECIFIED", 947 "LIFECYCLE_STATE_UNSPECIFIED",
948 "ACTIVE", 948 "ACTIVE",
949 "DELETE_REQUESTED", 949 "DELETE_REQUESTED",
950 "DELETE_IN_PROGRESS" 950 "DELETE_IN_PROGRESS"
951 ], 951 ],
952 "enumDescriptions": [ 952 "enumDescriptions": [
953 "Unspecified state. This is only used/useful for distin guishing\nunset values.", 953 "Unspecified state. This is only used/useful for distin guishing\nunset values.",
954 "The normal and active state.", 954 "The normal and active state.",
955 "The project has been marked for deletion by the user\n( by invoking\nDeleteProject)\nor by the system (Google Cloud Platform).\nThis can generally be reversed by invoking UndeleteProject.", 955 "The project has been marked for deletion by the user\n( by invoking\nDeleteProject)\nor by the system (Google Cloud Platform).\nThis can generally be reversed by invoking UndeleteProject.",
956 "This lifecycle state is no longer used and not returned by the API." 956 "This lifecycle state is no longer used and not returned by the API."
957 ], 957 ],
958 "type": "string" 958 "type": "string"
959 }, 959 },
960 "createTime": { 960 "createTime": {
961 "description": "Creation time.\n\nRead-only.", 961 "description": "Creation time.\n\nRead-only.",
962 "format": "google-datetime", 962 "format": "google-datetime",
963 "type": "string" 963 "type": "string"
964 }, 964 },
965 "name": { 965 "name": {
966 "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.", 966 "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.",
967 "type": "string" 967 "type": "string"
968 }, 968 },
969 "projectNumber": { 969 "projectNumber": {
970 "description": "The number uniquely identifying the project. \n\nExample: <code>415104041262</code>\n\nRead-only.", 970 "description": "The number uniquely identifying the project. \n\nExample: <code>415104041262</code>\nRead-only.",
971 "format": "int64", 971 "format": "int64",
972 "type": "string" 972 "type": "string"
973 }, 973 },
974 "projectId": { 974 "projectId": {
975 "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.", 975 "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.",
976 "type": "string" 976 "type": "string"
977 } 977 }
978 }, 978 },
979 "type": "object" 979 "type": "object"
980 }, 980 },
981 "OrganizationOwner": { 981 "OrganizationOwner": {
982 "description": "The entity that owns an Organization. The lifetime o f the Organization and\nall of its descendants are bound to the `OrganizationOwn er`. If the\n`OrganizationOwner` is deleted, the Organization and all its descen dants will\nbe deleted.", 982 "description": "The entity that owns an Organization. The lifetime o f the Organization and\nall of its descendants are bound to the `OrganizationOwn er`. If the\n`OrganizationOwner` is deleted, the Organization and all its descen dants will\nbe deleted.",
983 "id": "OrganizationOwner", 983 "id": "OrganizationOwner",
984 "properties": { 984 "properties": {
985 "directoryCustomerId": { 985 "directoryCustomerId": {
986 "description": "The Google for Work customer id used in the Directory API.", 986 "description": "The Google for Work customer id used in the Directory API.",
987 "type": "string" 987 "type": "string"
988 } 988 }
989 }, 989 },
990 "type": "object" 990 "type": "object"
991 } 991 }
992 }, 992 },
993 "servicePath": "", 993 "servicePath": "",
994 "title": "Google Cloud Resource Manager API", 994 "title": "Google Cloud Resource Manager API",
995 "version": "v1" 995 "version": "v1"
996 } 996 }
OLDNEW
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698