Index: discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
diff --git a/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json b/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
index ace93172aee8e81995806df82c1ff96cbc219600..95c5ca0a45f22c1d2105de7f451ee34bfc4fda30 100644 |
--- a/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
+++ b/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
@@ -2,11 +2,11 @@ |
"auth": { |
"oauth2": { |
"scopes": { |
- "https://www.googleapis.com/auth/cloud-platform": { |
- "description": "View and manage your data across Google Cloud Platform services" |
- }, |
"https://www.googleapis.com/auth/cloud-platform.read-only": { |
"description": "View your data across Google Cloud Platform services" |
+ }, |
+ "https://www.googleapis.com/auth/cloud-platform": { |
+ "description": "View and manage your data across Google Cloud Platform services" |
} |
} |
} |
@@ -28,34 +28,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
- "location": "query", |
- "type": "string" |
- }, |
- "callback": { |
- "description": "JSONP", |
- "location": "query", |
- "type": "string" |
- }, |
- "$.xgafv": { |
- "description": "V1 error format.", |
- "enum": [ |
- "1", |
- "2" |
- ], |
- "enumDescriptions": [ |
- "v1 error format", |
- "v2 error format" |
- ], |
- "location": "query", |
- "type": "string" |
- }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -72,13 +44,13 @@ |
"location": "query", |
"type": "string" |
}, |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "access_token": { |
+ "description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
- "access_token": { |
- "description": "OAuth access token.", |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
"location": "query", |
"type": "string" |
}, |
@@ -113,47 +85,46 @@ |
"description": "Returns response with indentations and line breaks.", |
"location": "query", |
"type": "boolean" |
+ }, |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "$.xgafv": { |
+ "description": "V1 error format.", |
+ "enum": [ |
+ "1", |
+ "2" |
+ ], |
+ "enumDescriptions": [ |
+ "v1 error format", |
+ "v2 error format" |
+ ], |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
"resources": { |
"projects": { |
"methods": { |
- "delete": { |
- "description": "Marks the Project identified by the specified\n`project_id` (for example, `my-project-123`) for deletion.\nThis method will only affect the Project if the following criteria are met:\n\n+ The Project does not have a billing account associated with it.\n+ The Project has a lifecycle state of\nACTIVE.\n\nThis method changes the Project's lifecycle state from\nACTIVE\nto DELETE_REQUESTED.\nThe deletion starts at an unspecified time, at which point the project is\nno longer accessible.\n\nUntil the deletion completes, you can check the lifecycle state\nchecked by retrieving the Project with GetProject,\nand the Project remains visible to ListProjects.\nHowever, you cannot update the project.\n\nAfter the deletion completes, the Project is not retrievable by\nthe GetProject and\nListProjects methods.\n\nThe caller must have modify permissions for this Project.", |
- "httpMethod": "DELETE", |
- "id": "cloudresourcemanager.projects.delete", |
- "parameterOrder": [ |
- "projectId" |
- ], |
- "parameters": { |
- "projectId": { |
- "description": "The Project ID (for example, `foo-bar-123`).\n\nRequired.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/projects/{projectId}", |
- "response": { |
- "$ref": "Empty" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
"list": { |
"description": "Lists Projects that are visible to the user and satisfy the\nspecified filter. This method returns Projects in an unspecified order.\nNew Projects do not necessarily appear at the end of the list.", |
"httpMethod": "GET", |
"id": "cloudresourcemanager.projects.list", |
"parameterOrder": [], |
"parameters": { |
- "pageSize": { |
- "description": "The maximum number of Projects to return in the response.\nThe server can return fewer Projects than requested.\nIf unspecified, server picks an appropriate default.\n\nOptional.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
"filter": { |
"description": "An expression for filtering the results of the request. Filter rules are\ncase insensitive. The fields eligible for filtering are:\n\n+ `name`\n+ `id`\n+ <code>labels.<em>key</em></code> where *key* is the name of a label\n\nSome examples of using labels as filters:\n\n|Filter|Description|\n|------|-----------|\n|name:how*|The project's name starts with \"how\".|\n|name:Howl|The project's name is `Howl` or `howl`.|\n|name:HOWL|Equivalent to above.|\n|NAME:howl|Equivalent to above.|\n|labels.color:*|The project has the label `color`.|\n|labels.color:red|The project's label `color` has the value `red`.|\n|labels.color:red labels.size:big|The project's label `color` has the\nvalue `red` and its label `size` has the value `big`.\n\nOptional.", |
"location": "query", |
@@ -163,6 +134,12 @@ |
"description": "A pagination token returned from a previous call to ListProjects\nthat indicates from where listing should continue.\n\nOptional.", |
"location": "query", |
"type": "string" |
+ }, |
+ "pageSize": { |
+ "description": "The maximum number of Projects to return in the response.\nThe server can return fewer Projects than requested.\nIf unspecified, server picks an appropriate default.\n\nOptional.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
} |
}, |
"path": "v1beta1/projects", |
@@ -174,8 +151,31 @@ |
"https://www.googleapis.com/auth/cloud-platform.read-only" |
] |
}, |
+ "create": { |
+ "description": "Creates a Project resource.\n\nInitially, the Project resource is owned by its creator exclusively.\nThe creator can later grant permission to others to read or update the\nProject.\n\nSeveral APIs are activated automatically for the Project, including\nGoogle Cloud Storage.", |
+ "httpMethod": "POST", |
+ "id": "cloudresourcemanager.projects.create", |
+ "parameterOrder": [], |
+ "parameters": { |
+ "useLegacyStack": { |
+ "description": "A safety hatch to opt out of the new reliable project creation process.", |
+ "location": "query", |
+ "type": "boolean" |
+ } |
+ }, |
+ "path": "v1beta1/projects", |
+ "request": { |
+ "$ref": "Project" |
+ }, |
+ "response": { |
+ "$ref": "Project" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
"setIamPolicy": { |
- "description": "Sets the IAM access control policy for the specified Project. Replaces\nany existing policy.\n\nThe following constraints apply when using `setIamPolicy()`:\n\n+ Project does not support `allUsers` and `allAuthenticatedUsers` as\n`members` in a `Binding` of a `Policy`.\n\n+ The owner role can be granted only to `user` and `serviceAccount`.\n\n+ Service accounts can be made owners of a project directly\nwithout any restrictions. However, to be added as an owner, a user must be\ninvited via Cloud Platform console and must accept the invitation.\n\n+ A user cannot be granted the owner role using `setIamPolicy()`. The user\nmust be granted the owner role using the Cloud Platform Console and must\nexplicitly accept the invitation.\n\n+ Invitations to grant the owner role cannot be sent using\n`setIamPolicy()`; they must be sent only using the Cloud Platform Console.\n\n+ Membership changes that leave the project without any owners that have\naccepted the Terms of Service (ToS) will be rejected.\n\n+ There must be at least one owner who has accepted the Terms of\nService (ToS) agreement in the policy. Calling `setIamPolicy()` to\nremove the last ToS-accepted owner from the policy will fail. This\nrestriction also applies to legacy projects that no longer have owners\nwho have accepted the ToS. Edits to IAM policies will be rejected until\nthe lack of a ToS-accepting owner is rectified.\n\n+ Calling this method requires enabling the App Engine Admin API.\n\nNote: Removing service accounts from policies or changing their roles\ncan render services completely inoperable. It is important to understand\nhow the service account is being used before removing or updating its\nroles.", |
+ "description": "Sets the IAM access control policy for the specified Project. Replaces\nany existing policy.\n\nThe following constraints apply when using `setIamPolicy()`:\n\n+ Project does not support `allUsers` and `allAuthenticatedUsers` as\n`members` in a `Binding` of a `Policy`.\n\n+ The owner role can be granted only to `user` and `serviceAccount`.\n\n+ Service accounts can be made owners of a project directly\nwithout any restrictions. However, to be added as an owner, a user must be\ninvited via Cloud Platform console and must accept the invitation.\n\n+ A user cannot be granted the owner role using `setIamPolicy()`. The user\nmust be granted the owner role using the Cloud Platform Console and must\nexplicitly accept the invitation.\n\n+ Invitations to grant the owner role cannot be sent using\n`setIamPolicy()`; they must be sent only using the Cloud Platform Console.\n\n+ Membership changes that leave the project without any owners that have\naccepted the Terms of Service (ToS) will be rejected.\n\n+ If the project is not part of an organization, there must be at least\none owner who has accepted the Terms of Service (ToS) agreement in the\npolicy. Calling `setIamPolicy()` to remove the last ToS-accepted owner\nfrom the policy will fail. This restriction also applies to legacy\nprojects that no longer have owners who have accepted the ToS. Edits to\nIAM policies will be rejected until the lack of a ToS-accepting owner is\nrectified.\n\n+ Calling this method requires enabling the App Engine Admin API.\n\nNote: Removing service accounts from policies or changing their roles\ncan render services completely inoperable. It is important to understand\nhow the service account is being used before removing or updating its\nroles.", |
"httpMethod": "POST", |
"id": "cloudresourcemanager.projects.setIamPolicy", |
"parameterOrder": [ |
@@ -200,29 +200,6 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "create": { |
- "description": "Creates a Project resource.\n\nInitially, the Project resource is owned by its creator exclusively.\nThe creator can later grant permission to others to read or update the\nProject.\n\nSeveral APIs are activated automatically for the Project, including\nGoogle Cloud Storage.", |
- "httpMethod": "POST", |
- "id": "cloudresourcemanager.projects.create", |
- "parameterOrder": [], |
- "parameters": { |
- "useLegacyStack": { |
- "description": "A safety hatch to opt out of the new reliable project creation process.", |
- "location": "query", |
- "type": "boolean" |
- } |
- }, |
- "path": "v1beta1/projects", |
- "request": { |
- "$ref": "Project" |
- }, |
- "response": { |
- "$ref": "Project" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
"getIamPolicy": { |
"description": "Returns the IAM access control policy for the specified Project.\nPermission is denied if the policy or the resource does not exist.", |
"httpMethod": "POST", |
@@ -300,57 +277,57 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "update": { |
- "description": "Updates the attributes of the Project identified by the specified\n`project_id` (for example, `my-project-123`).\n\nThe caller must have modify permissions for this Project.", |
- "httpMethod": "PUT", |
- "id": "cloudresourcemanager.projects.update", |
+ "getAncestry": { |
+ "description": "Gets a list of ancestors in the resource hierarchy for the Project\nidentified by the specified `project_id` (for example, `my-project-123`).\n\nThe caller must have read permissions for this Project.", |
+ "httpMethod": "POST", |
+ "id": "cloudresourcemanager.projects.getAncestry", |
"parameterOrder": [ |
"projectId" |
], |
"parameters": { |
"projectId": { |
- "description": "The project ID (for example, `my-project-123`).\n\nRequired.", |
+ "description": "The Project ID (for example, `my-project-123`).\n\nRequired.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/projects/{projectId}", |
+ "path": "v1beta1/projects/{projectId}:getAncestry", |
"request": { |
- "$ref": "Project" |
+ "$ref": "GetAncestryRequest" |
}, |
"response": { |
- "$ref": "Project" |
+ "$ref": "GetAncestryResponse" |
}, |
"scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
+ "https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/cloud-platform.read-only" |
] |
}, |
- "getAncestry": { |
- "description": "Gets a list of ancestors in the resource hierarchy for the Project\nidentified by the specified `project_id` (for example, `my-project-123`).\n\nThe caller must have read permissions for this Project.", |
- "httpMethod": "POST", |
- "id": "cloudresourcemanager.projects.getAncestry", |
+ "update": { |
+ "description": "Updates the attributes of the Project identified by the specified\n`project_id` (for example, `my-project-123`).\n\nThe caller must have modify permissions for this Project.", |
+ "httpMethod": "PUT", |
+ "id": "cloudresourcemanager.projects.update", |
"parameterOrder": [ |
"projectId" |
], |
"parameters": { |
"projectId": { |
- "description": "The Project ID (for example, `my-project-123`).\n\nRequired.", |
+ "description": "The project ID (for example, `my-project-123`).\n\nRequired.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/projects/{projectId}:getAncestry", |
+ "path": "v1beta1/projects/{projectId}", |
"request": { |
- "$ref": "GetAncestryRequest" |
+ "$ref": "Project" |
}, |
"response": { |
- "$ref": "GetAncestryResponse" |
+ "$ref": "Project" |
}, |
"scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/cloud-platform.read-only" |
+ "https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
"testIamPermissions": { |
@@ -379,6 +356,29 @@ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloud-platform.read-only" |
] |
+ }, |
+ "delete": { |
+ "description": "Marks the Project identified by the specified\n`project_id` (for example, `my-project-123`) for deletion.\nThis method will only affect the Project if the following criteria are met:\n\n+ The Project does not have a billing account associated with it.\n+ The Project has a lifecycle state of\nACTIVE.\n\nThis method changes the Project's lifecycle state from\nACTIVE\nto DELETE_REQUESTED.\nThe deletion starts at an unspecified time, at which point the project is\nno longer accessible.\n\nUntil the deletion completes, you can check the lifecycle state\nchecked by retrieving the Project with GetProject,\nand the Project remains visible to ListProjects.\nHowever, you cannot update the project.\n\nAfter the deletion completes, the Project is not retrievable by\nthe GetProject and\nListProjects methods.\n\nThe caller must have modify permissions for this Project.", |
+ "httpMethod": "DELETE", |
+ "id": "cloudresourcemanager.projects.delete", |
+ "parameterOrder": [ |
+ "projectId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Project ID (for example, `foo-bar-123`).\n\nRequired.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1beta1/projects/{projectId}", |
+ "response": { |
+ "$ref": "Empty" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
} |
} |
}, |
@@ -392,17 +392,17 @@ |
"name" |
], |
"parameters": { |
- "organizationId": { |
- "description": "The id of the Organization resource to fetch.\nThis field is deprecated and will be removed in v1. Use name instead.", |
- "location": "query", |
- "type": "string" |
- }, |
"name": { |
"description": "The resource name of the Organization to fetch, e.g. \"organizations/1234\".", |
"location": "path", |
"pattern": "^organizations/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "organizationId": { |
+ "description": "The id of the Organization resource to fetch.\nThis field is deprecated and will be removed in v1. Use name instead.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v1beta1/{+name}", |
@@ -559,7 +559,7 @@ |
} |
} |
}, |
- "revision": "20170517", |
+ "revision": "20170607", |
"rootUrl": "https://cloudresourcemanager.googleapis.com/", |
"schemas": { |
"AuditConfig": { |
@@ -591,6 +591,22 @@ |
}, |
"type": "object" |
}, |
+ "SetIamPolicyRequest": { |
+ "description": "Request message for `SetIamPolicy` method.", |
+ "id": "SetIamPolicyRequest", |
+ "properties": { |
+ "policy": { |
+ "$ref": "Policy", |
+ "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them." |
+ }, |
+ "updateMask": { |
+ "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.", |
+ "format": "google-fieldmask", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"ListOrganizationsResponse": { |
"description": "The response returned from the `ListOrganizations` method.", |
"id": "ListOrganizationsResponse", |
@@ -609,22 +625,6 @@ |
}, |
"type": "object" |
}, |
- "SetIamPolicyRequest": { |
- "description": "Request message for `SetIamPolicy` method.", |
- "id": "SetIamPolicyRequest", |
- "properties": { |
- "policy": { |
- "$ref": "Policy", |
- "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them." |
- }, |
- "updateMask": { |
- "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.", |
- "format": "google-fieldmask", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Binding": { |
"description": "Associates `members` with a `role`.", |
"id": "Binding", |
@@ -649,10 +649,24 @@ |
"properties": {}, |
"type": "object" |
}, |
+ "UndeleteProjectRequest": { |
+ "description": "The request sent to the UndeleteProject\nmethod.", |
+ "id": "UndeleteProjectRequest", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
"Organization": { |
"description": "The root node in the resource hierarchy to which a particular entity's\n(e.g., company) resources belong.", |
"id": "Organization", |
"properties": { |
+ "owner": { |
+ "$ref": "OrganizationOwner", |
+ "description": "The owner of this Organization. The owner should be specified on\ncreation. Once set, it cannot be changed.\nThis field is required." |
+ }, |
+ "name": { |
+ "description": "Output Only. The resource name of the organization. This is the\norganization's relative path in the API. Its format is\n\"organizations/[organization_id]\". For example, \"organizations/1234\".", |
+ "type": "string" |
+ }, |
"organizationId": { |
"description": "An immutable id for the Organization that is assigned on creation. This\nshould be omitted when creating a new Organization.\nThis field is read-only.\nThis field is deprecated and will be removed in v1. Use name instead.", |
"type": "string" |
@@ -679,24 +693,10 @@ |
"description": "Timestamp when the Organization was created. Assigned by the server.\n@OutputOnly", |
"format": "google-datetime", |
"type": "string" |
- }, |
- "owner": { |
- "$ref": "OrganizationOwner", |
- "description": "The owner of this Organization. The owner should be specified on\ncreation. Once set, it cannot be changed.\nThis field is required." |
- }, |
- "name": { |
- "description": "Output Only. The resource name of the organization. This is the\norganization's relative path in the API. Its format is\n\"organizations/[organization_id]\". For example, \"organizations/1234\".", |
- "type": "string" |
} |
}, |
"type": "object" |
}, |
- "UndeleteProjectRequest": { |
- "description": "The request sent to the UndeleteProject\nmethod.", |
- "id": "UndeleteProjectRequest", |
- "properties": {}, |
- "type": "object" |
- }, |
"ProjectCreationStatus": { |
"description": "A status object which is used as the `metadata` field for the Operation\nreturned by CreateProject. It provides insight for when significant phases of\nProject creation have completed.", |
"id": "ProjectCreationStatus", |
@@ -820,6 +820,30 @@ |
"description": "A Project is a high-level Google Cloud Platform entity. It is a\ncontainer for ACLs, APIs, App Engine Apps, VMs, and other\nGoogle Cloud Platform resources.", |
"id": "Project", |
"properties": { |
+ "parent": { |
+ "$ref": "ResourceId", |
+ "description": "An optional reference to a parent Resource.\n\nThe only supported parent type is \"organization\". Once set, the parent\ncannot be modified. The `parent` can be set on creation or using the\n`UpdateProject` method; the end user must have the\n`resourcemanager.projects.create` permission on the parent.\n\nRead-write." |
+ }, |
+ "createTime": { |
+ "description": "Creation time.\n\nRead-only.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "labels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The labels associated with this Project.\n\nLabel keys must be between 1 and 63 characters long and must conform\nto the following regular expression: \\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?.\n\nLabel values must be between 0 and 63 characters long and must conform\nto the regular expression (\\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?)?.\n\nNo more than 256 labels can be associated with a given resource.\n\nClients should store labels in a representation such as JSON that does not\ndepend on specific characters being disallowed.\n\nExample: <code>\"environment\" : \"dev\"</code>\nRead-write.", |
+ "type": "object" |
+ }, |
+ "name": { |
+ "description": "The user-assigned display name of the Project.\nIt must be 4 to 30 characters.\nAllowed characters are: lowercase and uppercase letters, numbers,\nhyphen, single-quote, double-quote, space, and exclamation point.\n\nExample: <code>My Project</code>\nRead-write.", |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "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</code>\nRead-only after creation.", |
+ "type": "string" |
+ }, |
"lifecycleState": { |
"description": "The Project lifecycle state.\n\nRead-only.", |
"enum": [ |
@@ -840,30 +864,6 @@ |
"description": "The number uniquely identifying the project.\n\nExample: <code>415104041262</code>\nRead-only.", |
"format": "int64", |
"type": "string" |
- }, |
- "parent": { |
- "$ref": "ResourceId", |
- "description": "An optional reference to a parent Resource.\n\nThe only supported parent type is \"organization\". Once set, the parent\ncannot be modified. The `parent` can be set on creation or using the\n`UpdateProject` method; the end user must have the\n`resourcemanager.projects.create` permission on the parent.\n\nRead-write." |
- }, |
- "labels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The labels associated with this Project.\n\nLabel keys must be between 1 and 63 characters long and must conform\nto the following regular expression: \\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?.\n\nLabel values must be between 0 and 63 characters long and must conform\nto the regular expression (\\[a-z\\](\\[-a-z0-9\\]*\\[a-z0-9\\])?)?.\n\nNo more than 256 labels can be associated with a given resource.\n\nClients should store labels in a representation such as JSON that does not\ndepend on specific characters being disallowed.\n\nExample: <code>\"environment\" : \"dev\"</code>\nRead-write.", |
- "type": "object" |
- }, |
- "createTime": { |
- "description": "Creation time.\n\nRead-only.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "name": { |
- "description": "The user-assigned display name of the Project.\nIt must be 4 to 30 characters.\nAllowed characters are: lowercase and uppercase letters, numbers,\nhyphen, single-quote, double-quote, space, and exclamation point.\n\nExample: <code>My Project</code>\nRead-write.", |
- "type": "string" |
- }, |
- "projectId": { |
- "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</code>\nRead-only after creation.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -882,52 +882,10 @@ |
}, |
"type": "object" |
}, |
- "FolderOperationError": { |
- "description": "A classification of the Folder Operation error.", |
- "id": "FolderOperationError", |
- "properties": { |
- "errorMessageId": { |
- "description": "The type of operation error experienced.", |
- "enum": [ |
- "ERROR_TYPE_UNSPECIFIED", |
- "ACTIVE_FOLDER_HEIGHT_VIOLATION", |
- "MAX_CHILD_FOLDERS_VIOLATION", |
- "FOLDER_NAME_UNIQUENESS_VIOLATION", |
- "RESOURCE_DELETED_VIOLATION", |
- "PARENT_DELETED_VIOLATION", |
- "CYCLE_INTRODUCED_VIOLATION", |
- "FOLDER_BEING_MOVED_VIOLATION", |
- "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", |
- "DELETED_FOLDER_HEIGHT_VIOLATION" |
- ], |
- "enumDescriptions": [ |
- "The error type was unrecognized or unspecified.", |
- "The attempted action would violate the max folder depth constraint.", |
- "The attempted action would violate the max child folders constraint.", |
- "The attempted action would violate the locally-unique folder\ndisplay_name constraint.", |
- "The resource being moved has been deleted.", |
- "The resource a folder was being added to has been deleted.", |
- "The attempted action would introduce cycle in resource path.", |
- "The attempted action would move a folder that is already being moved.", |
- "The folder the caller is trying to delete contains active resources.", |
- "The attempted action would violate the max deleted folder depth\nconstraint." |
- ], |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Policy": { |
"description": "Defines an Identity and Access Management (IAM) policy. It is used to\nspecify access control policies for Cloud Platform resources.\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of\n`members` to a `role`, where the members can be user accounts, Google groups,\nGoogle domains, and service accounts. A `role` is a named list of permissions\ndefined by IAM.\n\n**Example**\n\n {\n \"bindings\": [\n {\n \"role\": \"roles/owner\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-other-app@appspot.gserviceaccount.com\",\n ]\n },\n {\n \"role\": \"roles/viewer\",\n \"members\": [\"user:sean@example.com\"]\n }\n ]\n }\n\nFor a description of IAM and its features, see the\n[IAM developer's guide](https://cloud.google.com/iam).", |
"id": "Policy", |
"properties": { |
- "bindings": { |
- "description": "Associates a list of `members` to a `role`.\nMultiple `bindings` must not be specified for the same `role`.\n`bindings` with no members will result in an error.", |
- "items": { |
- "$ref": "Binding" |
- }, |
- "type": "array" |
- }, |
"etag": { |
"description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\nIf no `etag` is provided in the call to `setIamPolicy`, then the existing\npolicy is overwritten blindly.", |
"format": "byte", |
@@ -944,6 +902,13 @@ |
"$ref": "AuditConfig" |
}, |
"type": "array" |
+ }, |
+ "bindings": { |
+ "description": "Associates a list of `members` to a `role`.\n`bindings` with no members will result in an error.", |
+ "items": { |
+ "$ref": "Binding" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -981,6 +946,41 @@ |
}, |
"type": "object" |
}, |
+ "FolderOperationError": { |
+ "description": "A classification of the Folder Operation error.", |
+ "id": "FolderOperationError", |
+ "properties": { |
+ "errorMessageId": { |
+ "description": "The type of operation error experienced.", |
+ "enum": [ |
+ "ERROR_TYPE_UNSPECIFIED", |
+ "ACTIVE_FOLDER_HEIGHT_VIOLATION", |
+ "MAX_CHILD_FOLDERS_VIOLATION", |
+ "FOLDER_NAME_UNIQUENESS_VIOLATION", |
+ "RESOURCE_DELETED_VIOLATION", |
+ "PARENT_DELETED_VIOLATION", |
+ "CYCLE_INTRODUCED_VIOLATION", |
+ "FOLDER_BEING_MOVED_VIOLATION", |
+ "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", |
+ "DELETED_FOLDER_HEIGHT_VIOLATION" |
+ ], |
+ "enumDescriptions": [ |
+ "The error type was unrecognized or unspecified.", |
+ "The attempted action would violate the max folder depth constraint.", |
+ "The attempted action would violate the max child folders constraint.", |
+ "The attempted action would violate the locally-unique folder\ndisplay_name constraint.", |
+ "The resource being moved has been deleted.", |
+ "The resource a folder was being added to has been deleted.", |
+ "The attempted action would introduce cycle in resource path.", |
+ "The attempted action would move a folder that is already being moved.", |
+ "The folder the caller is trying to delete contains active resources.", |
+ "The attempted action would violate the max deleted folder depth\nconstraint." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"ResourceId": { |
"description": "A container to reference an id for any resource type. A `resource` in Google\nCloud Platform is a generic term for something you (a developer) may want to\ninteract with through one of our API's. Some examples are an App Engine app,\na Compute Engine instance, a Cloud SQL database, and so on.", |
"id": "ResourceId", |