@datafire/google_cloudresourcemanager
v6.0.0
Published
DataFire integration for Cloud Resource Manager API
Downloads
5
Readme
@datafire/google_cloudresourcemanager
Client library for Cloud Resource Manager API
Installation and Usage
npm install --save @datafire/google_cloudresourcemanager
let google_cloudresourcemanager = require('@datafire/google_cloudresourcemanager').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Creates, reads, and updates metadata for Google Cloud Platform resource containers.
Actions
oauthCallback
Exchange the code passed to your redirect URI for an access_token
google_cloudresourcemanager.oauthCallback({
"code": ""
}, context)
Input
- input
object
- code required
string
- code required
Output
- output
object
- access_token
string
- refresh_token
string
- token_type
string
- scope
string
- expiration
string
- access_token
oauthRefresh
Exchange a refresh_token for an access_token
google_cloudresourcemanager.oauthRefresh(null, context)
Input
This action has no parameters
Output
- output
object
- access_token
string
- refresh_token
string
- token_type
string
- scope
string
- expiration
string
- access_token
cloudresourcemanager.operations.get
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
google_cloudresourcemanager.cloudresourcemanager.operations.get({
"name": ""
}, context)
Input
- input
object
- name required
string
: The name of the operation resource. - $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Operation
cloudresourcemanager.folders.list
Lists the Folders that are direct descendants of supplied parent resource. List provides a strongly consistent view of the Folders underneath the specified parent resource. List returns Folders sorted based upon the (ascending) lexical ordering of their display_name. The caller must have resourcemanager.folders.list
permission on the identified parent.
google_cloudresourcemanager.cloudresourcemanager.folders.list({}, context)
Input
- input
object
- pageSize
integer
: Optional. The maximum number of Folders to return in the response. - pageToken
string
: Optional. A pagination token returned from a previous call toListFolders
that indicates where this listing should continue from. - parent
string
: Required. The resource name of the Organization or Folder whose Folders are being listed. Must be of the formfolders/{folder_id}
ororganizations/{org_id}
. Access to this method is controlled by checking theresourcemanager.folders.list
permission on theparent
. - showDeleted
boolean
: Optional. Controls whether Folders in the DELETE_REQUESTED state should be returned. Defaults to false. - $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- pageSize
Output
- output ListFoldersResponse
cloudresourcemanager.folders.create
Creates a Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of the folder creation workflow. Upon success the Operation.response field will be populated with the created Folder. In order to succeed, the addition of this new Folder must not violate the Folder naming, height or fanout constraints. + The Folder's display_name must be distinct from all other Folders that share its parent. + The addition of the Folder must not cause the active Folder hierarchy to exceed a height of 10. Note, the full active + deleted Folder hierarchy is allowed to reach a height of 20; this provides additional headroom when moving folders that contain deleted folders. + The addition of the Folder must not cause the total number of Folders under its parent to exceed 300. If the operation fails due to a folder constraint violation, some errors may be returned by the CreateFolder request, with status code FAILED_PRECONDITION and an error description. Other folder constraint violations will be communicated in the Operation, with the specific PreconditionFailure returned via the details list in the Operation.error field. The caller must have resourcemanager.folders.create
permission on the identified parent.
google_cloudresourcemanager.cloudresourcemanager.folders.create({}, context)
Input
- input
object
- parent
string
: Required. The resource name of the new Folder's parent. Must be of the formfolders/{folder_id}
ororganizations/{org_id}
. - body Folder
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- parent
Output
- output Operation
cloudresourcemanager.folders.search
Search for folders that match specific filter criteria. Search provides an eventually consistent view of the folders a user has access to which meet the specified filter criteria. This will only return folders on which the caller has the permission resourcemanager.folders.get
.
google_cloudresourcemanager.cloudresourcemanager.folders.search({}, context)
Input
- input
object
- body SearchFoldersRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
Output
- output SearchFoldersResponse
cloudresourcemanager.folders.delete
Requests deletion of a Folder. The Folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximately 30 days later. This method may only be called on an empty Folder in the ACTIVE state, where a Folder is empty if it doesn't contain any Folders or Projects in the ACTIVE state. The caller must have resourcemanager.folders.delete
permission on the identified folder.
google_cloudresourcemanager.cloudresourcemanager.folders.delete({
"name": ""
}, context)
Input
- input
object
- name required
string
: Required. the resource name of the Folder to be deleted. Must be of the formfolders/{folder_id}
. - $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Folder
cloudresourcemanager.folders.get
Retrieves a Folder identified by the supplied resource name. Valid Folder resource names have the format folders/{folder_id}
(for example, folders/1234
). The caller must have resourcemanager.folders.get
permission on the identified folder.
google_cloudresourcemanager.cloudresourcemanager.folders.get({
"name": ""
}, context)
Input
- input
object
- name required
string
: Required. The resource name of the Folder to retrieve. Must be of the formfolders/{folder_id}
. - $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Folder
cloudresourcemanager.folders.patch
Updates a Folder, changing its display_name. Changes to the folder display_name will be rejected if they violate either the display_name formatting rules or naming constraints described in the CreateFolder documentation. The Folder's display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be between 3 and 30 characters. This is captured by the regular expression: \p{L}\p{N}{1,28}[\p{L}\p{N}]
. The caller must have resourcemanager.folders.update
permission on the identified folder. If the update fails due to the unique name constraint then a PreconditionFailure explaining this violation will be returned in the Status.details field.
google_cloudresourcemanager.cloudresourcemanager.folders.patch({
"name": ""
}, context)
Input
- input
object
- name required
string
: Output only. The resource name of the Folder. Its format isfolders/{folder_id}
, for example: "folders/1234". - updateMask
string
: Required. Fields to be updated. Only thedisplay_name
can be updated. - body Folder
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Folder
cloudresourcemanager.folders.move
Moves a Folder under a new resource parent. Returns an Operation which can be used to track the progress of the folder move workflow. Upon success the Operation.response field will be populated with the moved Folder. Upon failure, a FolderOperationError categorizing the failure cause will be returned - if the failure occurs synchronously then the FolderOperationError will be returned via the Status.details field and if it occurs asynchronously then the FolderOperation will be returned via the Operation.error field. In addition, the Operation.metadata field will be populated with a FolderOperation message as an aid to stateless clients. Folder moves will be rejected if they violate either the naming, height or fanout constraints described in the CreateFolder documentation. The caller must have resourcemanager.folders.move
permission on the folder's current and proposed new parent.
google_cloudresourcemanager.cloudresourcemanager.folders.move({
"name": ""
}, context)
Input
- input
object
- name required
string
: Required. The resource name of the Folder to move. Must be of the form folders/{folder_id} - body MoveFolderRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Operation
cloudresourcemanager.folders.undelete
Cancels the deletion request for a Folder. This method may only be called on a Folder in the DELETE_REQUESTED state. In order to succeed, the Folder's parent must be in the ACTIVE state. In addition, reintroducing the folder into the tree must not violate folder naming, height and fanout constraints described in the CreateFolder documentation. The caller must have resourcemanager.folders.undelete
permission on the identified folder.
google_cloudresourcemanager.cloudresourcemanager.folders.undelete({
"name": ""
}, context)
Input
- input
object
- name required
string
: Required. The resource name of the Folder to undelete. Must be of the formfolders/{folder_id}
. - body UndeleteFolderRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- name required
Output
- output Folder
cloudresourcemanager.folders.getIamPolicy
Gets the access control policy for a Folder. The returned policy may be empty if no such policy or resource exists. The resource
field should be the Folder's resource name, e.g. "folders/1234". The caller must have resourcemanager.folders.getIamPolicy
permission on the identified folder.
google_cloudresourcemanager.cloudresourcemanager.folders.getIamPolicy({
"resource": ""
}, context)
Input
- input
object
- resource required
string
: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. - body GetIamPolicyRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- resource required
Output
- output Policy
cloudresourcemanager.folders.setIamPolicy
Sets the access control policy on a Folder, replacing any existing policy. The resource
field should be the Folder's resource name, e.g. "folders/1234". The caller must have resourcemanager.folders.setIamPolicy
permission on the identified folder.
google_cloudresourcemanager.cloudresourcemanager.folders.setIamPolicy({
"resource": ""
}, context)
Input
- input
object
- resource required
string
: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. - body SetIamPolicyRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- resource required
Output
- output Policy
cloudresourcemanager.folders.testIamPermissions
Returns permissions that a caller has on the specified Folder. The resource
field should be the Folder's resource name, e.g. "folders/1234". There are no permissions required for making this API call.
google_cloudresourcemanager.cloudresourcemanager.folders.testIamPermissions({
"resource": ""
}, context)
Input
- input
object
- resource required
string
: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. - body TestIamPermissionsRequest
- $.xgafv
string
(values: 1, 2): V1 error format. - access_token
string
: OAuth access token. - alt
string
(values: json, media, proto): Data format for response. - callback
string
: JSONP - fields
string
: Selector specifying which fields to include in a partial response. - key
string
: 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. - oauth_token
string
: OAuth 2.0 token for the current user. - prettyPrint
boolean
: Returns response with indentations and line breaks. - quotaUser
string
: 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. - upload_protocol
string
: Upload protocol for media (e.g. "raw", "multipart"). - uploadType
string
: Legacy upload protocol for media (e.g. "media", "multipart").
- resource required
Output
- output TestIamPermissionsResponse
Definitions
AuditConfig
- AuditConfig
object
: Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for bothallServices
and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:[email protected]" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:[email protected]" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.- auditLogConfigs
array
: The configuration for logging of each type of permission.- items AuditLogConfig
- service
string
: Specifies a service that will be enabled for audit logging. For example,storage.googleapis.com
,cloudsql.googleapis.com
.allServices
is a special value that covers all services.
- auditLogConfigs
AuditLogConfig
- AuditLogConfig
object
: Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:[email protected]" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting [email protected] from DATA_READ logging.- exemptedMembers
array
: Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.- items
string
- items
- logType
string
(values: LOG_TYPE_UNSPECIFIED, ADMIN_READ, DATA_WRITE, DATA_READ): The log type that this config enables.
- exemptedMembers
Binding
- Binding
object
: Associatesmembers
with arole
.- condition Expr
- members
array
: Specifies the identities requesting access for a Cloud Platform resource.members
can have the following values: *allUsers
: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers
: A special identifier that represents anyone who is authenticated with a Google account or a service account. *user:{emailid}
: An email address that represents a specific Google account. For example,[email protected]
. *serviceAccount:{emailid}
: An email address that represents a service account. For example,[email protected]
. *group:{emailid}
: An email address that represents a Google group. For example,[email protected]
. *deleted:user:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a user that has been recently deleted. For example,[email protected]?uid=123456789012345678901
. If the user is recovered, this value reverts touser:{emailid}
and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,[email protected]?uid=123456789012345678901
. If the service account is undeleted, this value reverts toserviceAccount:{emailid}
and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}
: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,[email protected]?uid=123456789012345678901
. If the group is recovered, this value reverts togroup:{emailid}
and the recovered group retains the role in the binding. *domain:{domain}
: The G Suite domain (primary) that represents all the users of that domain. For example,google.com
orexample.com
.- items
string
- items
- role
string
: Role that is assigned tomembers
. For example,roles/viewer
,roles/editor
, orroles/owner
.
CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation
- CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation
object
: Metadata describing a long running folder operation- destinationParent
string
: The resource name of the folder or organization we are either creating the folder under or moving the folder to. - displayName
string
: The display name of the folder. - operationType
string
(values: OPERATION_TYPE_UNSPECIFIED, CREATE, MOVE): The type of this operation. - sourceParent
string
: The resource name of the folder's parent. Only applicable when the operation_type is MOVE.
- destinationParent
CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation
- CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation
object
: Metadata describing a long running folder operation- destinationParent
string
: The resource name of the folder or organization we are either creating the folder under or moving the folder to. - displayName
string
: The display name of the folder. - operationType
string
(values: OPERATION_TYPE_UNSPECIFIED, CREATE, MOVE): The type of this operation. - sourceParent
string
: The resource name of the folder's parent. Only applicable when the operation_type is MOVE.
- destinationParent
CreateFolderMetadata
- CreateFolderMetadata
object
: Metadata pertaining to the Folder creation process.- displayName
string
: The display name of the folder. - parent
string
: The resource name of the folder or organization we are creating the folder under.
- displayName
CreateProjectMetadata
- CreateProjectMetadata
object
: A status object which is used as themetadata
field for the Operation returned by CreateProject. It provides insight for when significant phases of Project creation have completed.- createTime
string
: Creation time of the project creation workflow. - gettable
boolean
: True if the project can be retrieved using GetProject. No other operations on the project are guaranteed to work until the project creation is complete. - ready
boolean
: True if the project creation process is complete.
- createTime
CreateTagKeyMetadata
- CreateTagKeyMetadata
object
: Runtime operation information for creating a TagKey.
CreateTagValueMetadata
- CreateTagValueMetadata
object
: Runtime operation information for creating a TagValue.
DeleteFolderMetadata
- DeleteFolderMetadata
object
: A status object which is used as themetadata
field for the Operation returned by DeleteFolder.
DeleteOrganizationMetadata
- DeleteOrganizationMetadata
object
: A status object which is used as themetadata
field for the Operation returned by DeleteOrganization.
DeleteProjectMetadata
- DeleteProjectMetadata
object
: A status object which is used as themetadata
field for the Operation returned by DeleteProject.
DeleteTagKeyMetadata
- DeleteTagKeyMetadata
object
: Runtime operation information for deleting a TagKey.
DeleteTagValueMetadata
- DeleteTagValueMetadata
object
: Runtime operation information for deleting a TagValue.
Expr
- Expr
object
: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.- description
string
: Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. - expression
string
: Textual representation of an expression in Common Expression Language syntax. - location
string
: Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. - title
string
: Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description
Folder
- Folder
object
: A Folder in an Organization's resource hierarchy, used to organize that Organization's resources.- createTime
string
: Output only. Timestamp when the Folder was created. Assigned by the server. - displayName
string
: The folder's display name. A folder's display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression:[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?
. - lifecycleState
string
(values: LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED): Output only. The lifecycle state of the folder. Updates to the lifecycle_state must be performed via DeleteFolder and UndeleteFolder. - name
string
: Output only. The resource name of the Folder. Its format isfolders/{folder_id}
, for example: "folders/1234". - parent
string
: Required. The Folder's parent's resource name. Updates to the folder's parent must be performed via MoveFolder.
- createTime
FolderOperation
- FolderOperation
object
: Metadata describing a long running folder operation- destinationParent
string
: The resource name of the folder or organization we are either creating the folder under or moving the folder to. - displayName
string
: The display name of the folder. - operationType
string
(values: OPERATION_TYPE_UNSPECIFIED, CREATE, MOVE): The type of this operation. - sourceParent
string
: The resource name of the folder's parent. Only applicable when the operation_type is MOVE.
- destinationParent
FolderOperationError
- FolderOperationError
object
: A classification of the Folder Operation error.- errorMessageId
string
(values: 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): The type of operation error experienced.
- errorMessageId
GetIamPolicyRequest
- GetIamPolicyRequest
object
: Request message forGetIamPolicy
method.- options GetPolicyOptions
GetPolicyOptions
- GetPolicyOptions
object
: Encapsulates settings provided to GetIamPolicy.- requestedPolicyVersion
integer
: Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- requestedPolicyVersion
ListFoldersResponse
- ListFoldersResponse
object
: The ListFolders response message.- folders
array
: A possibly paginated list of Folders that are direct descendants of the specified parent resource.- items Folder
- nextPageToken
string
: A pagination token returned from a previous call toListFolders
that indicates from where listing should continue.
- folders
MoveFolderMetadata
- MoveFolderMetadata
object
: Metadata pertaining to the Folder move process.- destinationParent
string
: The resource name of the folder or organization to move the folder to. - displayName
string
: The display name of the folder. - sourceParent
string
: The resource name of the folder's parent.
- destinationParent
MoveFolderRequest
- MoveFolderRequest
object
: The MoveFolder request message.- destinationParent
string
: Required. The resource name of the Folder or Organization to reparent the folder under. Must be of the formfolders/{folder_id}
ororganizations/{org_id}
.
- destinationParent
MoveProjectMetadata
- MoveProjectMetadata
object
: A status object which is used as themetadata
field for the Operation returned by MoveProject.
Operation
- Operation
object
: This resource represents a long-running operation that is the result of a network API call.- done
boolean
: If the value isfalse
, it means the operation is still in progress. Iftrue
, the operation is completed, and eithererror
orresponse
is available. - error Status
- metadata
object
: Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. - name
string
: The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, thename
should be a resource name ending withoperations/{unique_id}
. - response
object
: The normal response of the operation in case of success. If the original method returns no data on success, such asDelete
, the response isgoogle.protobuf.Empty
. If the original method is standardGet
/Create
/Update
, the response should be the resource. For other methods, the response should have the typeXxxResponse
, whereXxx
is the original method name. For example, if the original method name isTakeSnapshot()
, the inferred response type isTakeSnapshotResponse
.
- done
Policy
- Policy
object
: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. APolicy
is a collection ofbindings
. Abinding
binds one or moremembers
to a singlerole
. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). Arole
is a named list of permissions; eachrole
can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, abinding
can also specify acondition
, which is a logical expression that allows access to a resource only if the expression evaluates totrue
. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation. JSON example: { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:[email protected]", "group:[email protected]", "domain:google.com", "serviceAccount:[email protected]" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:[email protected]" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the IAM documentation.- auditConfigs
array
: Specifies cloud audit logging configuration for this policy.- items AuditConfig
- bindings
array
: Associates a list ofmembers
to arole
. Optionally, may specify acondition
that determines how and when thebindings
are applied. Each of thebindings
must contain at least one member.- items Binding
- etag
string
:etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform policy updates in order to avoid race conditions: Anetag
is returned in the response togetIamPolicy
, and systems are expected to put that etag in the request tosetIamPolicy
to ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. - version
integer
: Specifies the format of the policy. Valid values are0
,1
, and3
. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3
. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetag
field whenever you callsetIamPolicy
. If you omit this field, then IAM allows you to overwrite a version3
policy with a version1
policy, and all of the conditions in the version3
policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs
ProjectCreationStatus
- ProjectCreationStatus
object
: A status object which is used as themetadata
field for the Operation returned by CreateProject. It provides insight for when significant phases of Project creation have completed.- createTime
string
: Creation time of the project creation workflow. - gettable
boolean
: True if the project can be retrieved using GetProject. No other operations on the project are guaranteed to work until the project creation is complete. - ready
boolean
: True if the project creation process is complete.
- createTime
SearchFoldersRequest
- SearchFoldersRequest
object
: The request message for searching folders.- pageSize
integer
: Optional. The maximum number of folders to return in the response. - pageToken
string
: Optional. A pagination token returned from a previous call toSearchFolders
that indicates from where search should continue. - query
string
: Search criteria used to select the Folders to return. If no search criteria is specified then all accessible folders will be returned. Query expressions can be used to restrict results based upon displayName, lifecycleState and parent, where the operators=
,NOT
,AND
andOR
can be used along with the suffix wildcard symbol*
. The displayName field in a query expression should use escaped quotes for values that include whitespace to prevent unexpected behavior. Some example queries are: * QuerydisplayName=Test*
returns Folder resources whose display name starts with "Test". * QuerylifecycleState=ACTIVE
returns Folder resources withlifecycleState
set toACTIVE
. * Queryparent=folders/123
returns Folder resources that havefolders/123
as a parent resource. * Queryparent=folders/123 AND lifecycleState=ACTIVE
returns active Folder resources that havefolders/123
as a parent resource. * QuerydisplayName=\\"Test String\\"
returns Folder resources with display names that include both "Test" and "String".
- pageSize
SearchFoldersResponse
- SearchFoldersResponse
object
: The response message for searching folders.- folders
array
: A possibly paginated folder search results. the specified parent resource.- items Folder
- nextPageToken
string
: A pagination token returned from a previous call toSearchFolders
that indicates from where searching should continue.
- folders
SetIamPolicyRequest
- SetIamPolicyRequest
object
: Request message forSetIamPolicy
method.- policy Policy
- updateMask
string
: OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:paths: "bindings, etag"
Status
- Status
object
: TheStatus
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. EachStatus
message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.- code
integer
: The status code, which should be an enum value of google.rpc.Code. - details
array
: A list of messages that carry the error details. There is a common set of message types for APIs to use.- items
object
- items
- message
string
: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code
TestIamPermissionsRequest
- TestIamPermissionsRequest
object
: Request message forTestIamPermissions
method.- permissions
array
: The set of permissions to check for theresource
. Permissions with wildcards (such as '' or 'storage.') are not allowed. For more information see IAM Overview.- items
string
- items
- permissions
TestIamPermissionsResponse
- TestIamPermissionsResponse
object
: Response message forTestIamPermissions
method.- permissions
array
: A subset ofTestPermissionsRequest.permissions
that the caller is allowed.- items
string
- items
- permissions
UndeleteFolderMetadata
- UndeleteFolderMetadata
object
: A status object which is used as themetadata
field for the Operation returned by UndeleteFolder.
UndeleteFolderRequest
- UndeleteFolderRequest
object
: The UndeleteFolder request message.
UndeleteOrganizationMetadata
- UndeleteOrganizationMetadata
object
: A status object which is used as themetadata
field for the Operation returned by UndeleteOrganization.
UndeleteProjectMetadata
- UndeleteProjectMetadata
object
: A status object which is used as themetadata
field for the Operation returned by UndeleteProject.
UpdateFolderMetadata
- UpdateFolderMetadata
object
: A status object which is used as themetadata
field for the Operation returned by UpdateFolder.
UpdateProjectMetadata
- UpdateProjectMetadata
object
: A status object which is used as themetadata
field for the Operation returned by UpdateProject.
UpdateTagKeyMetadata
- UpdateTagKeyMetadata
object
: Runtime operation information for updating a TagKey.
UpdateTagValueMetadata
- UpdateTagValueMetadata
object
: Runtime operation information for updating a TagValue.