Index: discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
diff --git a/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json b/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
index f724ce3c58cdadbddca13a360bdf8a8066dca68d..9a46e5c317690bfdae887c6ddd4d29efee898732 100644 |
--- a/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
+++ b/discovery/googleapis_beta/cloudresourcemanager__v1beta1.json |
@@ -28,16 +28,58 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
+ "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" |
+ }, |
+ "access_token": { |
+ "description": "OAuth access token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "quotaUser": { |
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pp": { |
+ "default": "true", |
+ "description": "Pretty-print response.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "upload_protocol": { |
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
+ "prettyPrint": { |
+ "default": "true", |
+ "description": "Returns response with indentations and line breaks.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
"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" |
+ }, |
"$.xgafv": { |
"description": "V1 error format.", |
"enum": [ |
@@ -71,48 +113,6 @@ |
], |
"location": "query", |
"type": "string" |
- }, |
- "access_token": { |
- "description": "OAuth access token.", |
- "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.", |
- "location": "query", |
- "type": "string" |
- }, |
- "quotaUser": { |
- "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pp": { |
- "default": "true", |
- "description": "Pretty-print response.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
- "location": "query", |
- "type": "string" |
- }, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "upload_protocol": { |
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
- "prettyPrint": { |
- "default": "true", |
- "description": "Returns response with indentations and line breaks.", |
- "location": "query", |
- "type": "boolean" |
} |
}, |
"protocol": "rest", |
@@ -128,7 +128,7 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^organizations/[^/]+$", |
"required": true, |
@@ -213,7 +213,7 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^organizations/[^/]+$", |
"required": true, |
@@ -238,6 +238,12 @@ |
"id": "cloudresourcemanager.organizations.list", |
"parameterOrder": [], |
"parameters": { |
+ "pageSize": { |
+ "description": "The maximum number of Organizations to return in the response.\nThis field is optional.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
"filter": { |
"description": "An optional query string used to filter the Organizations to return in\nthe response. Filter rules are case-insensitive.\n\n\nOrganizations may be filtered by `owner.directoryCustomerId` or by\n`domain`, where the domain is a Google for Work domain, for example:\n\n|Filter|Description|\n|------|-----------|\n|owner.directorycustomerid:123456789|Organizations with `owner.directory_customer_id` equal to `123456789`.|\n|domain:google.com|Organizations corresponding to the domain `google.com`.|\n\nThis field is optional.", |
"location": "query", |
@@ -247,12 +253,6 @@ |
"description": "A pagination token returned from a previous call to `ListOrganizations`\nthat indicates from where listing should continue.\nThis field is optional.", |
"location": "query", |
"type": "string" |
- }, |
- "pageSize": { |
- "description": "The maximum number of Organizations to return in the response.\nThis field is optional.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
} |
}, |
"path": "v1beta1/organizations", |
@@ -273,7 +273,7 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being specified.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^organizations/[^/]+$", |
"required": true, |
@@ -295,6 +295,33 @@ |
}, |
"projects": { |
"methods": { |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified Project.", |
+ "httpMethod": "POST", |
+ "id": "cloudresourcemanager.projects.testIamPermissions", |
+ "parameterOrder": [ |
+ "resource" |
+ ], |
+ "parameters": { |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1beta1/projects/{resource}:testIamPermissions", |
+ "request": { |
+ "$ref": "TestIamPermissionsRequest" |
+ }, |
+ "response": { |
+ "$ref": "TestIamPermissionsResponse" |
+ }, |
+ "scopes": [ |
+ "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", |
@@ -324,11 +351,6 @@ |
"id": "cloudresourcemanager.projects.list", |
"parameterOrder": [], |
"parameters": { |
- "pageToken": { |
- "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", |
@@ -339,6 +361,11 @@ |
"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:*|The project has a name.|\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 label.size:big|The project's label `color` has the value `red` and its label `size` has the value `big`.\n\nOptional.", |
"location": "query", |
"type": "string" |
+ }, |
+ "pageToken": { |
+ "description": "A pagination token returned from a previous call to ListProjects\nthat indicates from where listing should continue.\n\nOptional.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v1beta1/projects", |
@@ -359,7 +386,7 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being specified.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -408,7 +435,7 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -528,153 +555,13 @@ |
"https://www.googleapis.com/auth/cloud-platform", |
"https://www.googleapis.com/auth/cloud-platform.read-only" |
] |
- }, |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified Project.", |
- "httpMethod": "POST", |
- "id": "cloudresourcemanager.projects.testIamPermissions", |
- "parameterOrder": [ |
- "resource" |
- ], |
- "parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/projects/{resource}:testIamPermissions", |
- "request": { |
- "$ref": "TestIamPermissionsRequest" |
- }, |
- "response": { |
- "$ref": "TestIamPermissionsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/cloud-platform.read-only" |
- ] |
} |
} |
} |
}, |
- "revision": "20170206", |
+ "revision": "20170227", |
"rootUrl": "https://cloudresourcemanager.googleapis.com/", |
"schemas": { |
- "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" |
- }, |
- "lifecycleState": { |
- "description": "The organization's current lifecycle state. Assigned by the server.\n@OutputOnly", |
- "enum": [ |
- "LIFECYCLE_STATE_UNSPECIFIED", |
- "ACTIVE", |
- "DELETE_REQUESTED" |
- ], |
- "enumDescriptions": [ |
- "Unspecified state. This is only useful for distinguishing unset values.", |
- "The normal and active state.", |
- "The organization has been marked for deletion by the user." |
- ], |
- "type": "string" |
- }, |
- "displayName": { |
- "description": "A friendly string to be used to refer to the Organization in the UI.\nAssigned by the server, set to the firm name of the Google For Work\ncustomer that owns this organization.\n@OutputOnly", |
- "type": "string" |
- }, |
- "creationTime": { |
- "description": "Timestamp when the Organization was created. Assigned by the server.\n@OutputOnly", |
- "format": "google-datetime", |
- "type": "string" |
- } |
- }, |
- "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", |
- "properties": { |
- "ready": { |
- "description": "True if the project creation process is complete.", |
- "type": "boolean" |
- }, |
- "createTime": { |
- "description": "Creation time of the project creation workflow.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "gettable": { |
- "description": "True if the project can be retrieved using GetProject. No other operations\non the project are guaranteed to work until the project creation is\ncomplete.", |
- "type": "boolean" |
- } |
- }, |
- "type": "object" |
- }, |
- "GetIamPolicyRequest": { |
- "description": "Request message for `GetIamPolicy` method.", |
- "id": "GetIamPolicyRequest", |
- "properties": {}, |
- "type": "object" |
- }, |
- "TestIamPermissionsResponse": { |
- "description": "Response message for `TestIamPermissions` method.", |
- "id": "TestIamPermissionsResponse", |
- "properties": { |
- "permissions": { |
- "description": "A subset of `TestPermissionsRequest.permissions` that the caller is\nallowed.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
- "GetAncestryResponse": { |
- "description": "Response from the GetAncestry method.", |
- "id": "GetAncestryResponse", |
- "properties": { |
- "ancestor": { |
- "description": "Ancestors are ordered from bottom to top of the resource hierarchy. The\nfirst ancestor is the project itself, followed by the project's parent,\netc.", |
- "items": { |
- "$ref": "Ancestor" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
- "OrganizationOwner": { |
- "description": "The entity that owns an Organization. The lifetime of the Organization and\nall of its descendants are bound to the `OrganizationOwner`. If the\n`OrganizationOwner` is deleted, the Organization and all its descendants will\nbe deleted.", |
- "id": "OrganizationOwner", |
- "properties": { |
- "directoryCustomerId": { |
- "description": "The Google for Work customer id used in the Directory API.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"ListProjectsResponse": { |
"description": "A page of the response received from the\nListProjects\nmethod.\n\nA paginated response where more pages are available has\n`next_page_token` set. This token can be used in a subsequent request to\nretrieve the next request page.", |
"id": "ListProjectsResponse", |
@@ -700,17 +587,9 @@ |
"type": "object" |
}, |
"Project": { |
- "description": "A Project is a high-level Google Cloud Platform entity. It is a\ncontainer for ACLs, APIs, AppEngine Apps, VMs, and other\nGoogle Cloud Platform resources.", |
+ "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": { |
- "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": [ |
@@ -736,6 +615,11 @@ |
"$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" |
@@ -743,9 +627,12 @@ |
"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", |
+ "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" |
} |
}, |
@@ -769,11 +656,6 @@ |
"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": { |
- "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", |
- "type": "string" |
- }, |
"version": { |
"description": "Version of the `Policy`. The default version is 0.", |
"format": "int32", |
@@ -785,6 +667,11 @@ |
"$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", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -793,6 +680,10 @@ |
"description": "Metadata describing a long running folder operation", |
"id": "FolderOperation", |
"properties": { |
+ "destinationParent": { |
+ "description": "The resource name of the folder or organization we are either creating\nthe folder under or moving the folder to.", |
+ "type": "string" |
+ }, |
"operationType": { |
"description": "The type of this operation.", |
"enum": [ |
@@ -814,10 +705,6 @@ |
"sourceParent": { |
"description": "The resource name of the folder's parent.\nOnly applicable when the operation_type is MOVE.", |
"type": "string" |
- }, |
- "destinationParent": { |
- "description": "The resource name of the folder or organization we are either creating\nthe folder under or moving the folder to.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -856,7 +743,7 @@ |
"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 AppEngine app,\na Compute Engine instance, a Cloud SQL database, and so on.", |
+ "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", |
"properties": { |
"type": { |
@@ -933,6 +820,119 @@ |
"id": "Empty", |
"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": { |
+ "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" |
+ }, |
+ "lifecycleState": { |
+ "description": "The organization's current lifecycle state. Assigned by the server.\n@OutputOnly", |
+ "enum": [ |
+ "LIFECYCLE_STATE_UNSPECIFIED", |
+ "ACTIVE", |
+ "DELETE_REQUESTED" |
+ ], |
+ "enumDescriptions": [ |
+ "Unspecified state. This is only useful for distinguishing unset values.", |
+ "The normal and active state.", |
+ "The organization has been marked for deletion by the user." |
+ ], |
+ "type": "string" |
+ }, |
+ "displayName": { |
+ "description": "A friendly string to be used to refer to the Organization in the UI.\nAssigned by the server, set to the primary domain of the G Suite\ncustomer that owns the organization.\n@OutputOnly", |
+ "type": "string" |
+ }, |
+ "creationTime": { |
+ "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", |
+ "properties": { |
+ "ready": { |
+ "description": "True if the project creation process is complete.", |
+ "type": "boolean" |
+ }, |
+ "createTime": { |
+ "description": "Creation time of the project creation workflow.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "gettable": { |
+ "description": "True if the project can be retrieved using GetProject. No other operations\non the project are guaranteed to work until the project creation is\ncomplete.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GetIamPolicyRequest": { |
+ "description": "Request message for `GetIamPolicy` method.", |
+ "id": "GetIamPolicyRequest", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
+ "TestIamPermissionsResponse": { |
+ "description": "Response message for `TestIamPermissions` method.", |
+ "id": "TestIamPermissionsResponse", |
+ "properties": { |
+ "permissions": { |
+ "description": "A subset of `TestPermissionsRequest.permissions` that the caller is\nallowed.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GetAncestryResponse": { |
+ "description": "Response from the GetAncestry method.", |
+ "id": "GetAncestryResponse", |
+ "properties": { |
+ "ancestor": { |
+ "description": "Ancestors are ordered from bottom to top of the resource hierarchy. The\nfirst ancestor is the project itself, followed by the project's parent,\netc.", |
+ "items": { |
+ "$ref": "Ancestor" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "OrganizationOwner": { |
+ "description": "The entity that owns an Organization. The lifetime of the Organization and\nall of its descendants are bound to the `OrganizationOwner`. If the\n`OrganizationOwner` is deleted, the Organization and all its descendants will\nbe deleted.", |
+ "id": "OrganizationOwner", |
+ "properties": { |
+ "directoryCustomerId": { |
+ "description": "The Google for Work customer id used in the Directory API.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "", |