folders_approval_requests_get | SELECT | approvalRequestsId, foldersId | Gets an approval request. Returns NOT_FOUND if the request does not exist. |
folders_approval_requests_list | SELECT | foldersId | Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological. |
organizations_approval_requests_get | SELECT | approvalRequestsId, organizationsId | Gets an approval request. Returns NOT_FOUND if the request does not exist. |
organizations_approval_requests_list | SELECT | organizationsId | Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological. |
projects_approval_requests_get | SELECT | approvalRequestsId, projectsId | Gets an approval request. Returns NOT_FOUND if the request does not exist. |
projects_approval_requests_list | SELECT | projectsId | Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological. |
folders_approval_requests_approve | EXEC | approvalRequestsId, foldersId | Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
folders_approval_requests_dismiss | EXEC | approvalRequestsId, foldersId | Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
folders_approval_requests_invalidate | EXEC | approvalRequestsId, foldersId | Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state. |
organizations_approval_requests_approve | EXEC | approvalRequestsId, organizationsId | Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
organizations_approval_requests_dismiss | EXEC | approvalRequestsId, organizationsId | Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
organizations_approval_requests_invalidate | EXEC | approvalRequestsId, organizationsId | Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state. |
projects_approval_requests_approve | EXEC | approvalRequestsId, projectsId | Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
projects_approval_requests_dismiss | EXEC | approvalRequestsId, projectsId | Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state. |
projects_approval_requests_invalidate | EXEC | approvalRequestsId, projectsId | Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state. |