Updates a Document Schema. Returns INVALID_ARGUMENT if the name of the
Document Schema is non-empty and does not equal the existing name. Supports only
appending new properties, adding new ENUM possible values, and updating the
EnumTypeOptions.validation_check_disabled flag for ENUM possible values. Updating
existing properties will result into INVALID_ARGUMENT.
contentwarehouse_projects_locations_documents_create(connection, parent,
optional_params \\ [], opts \\ [])
Creates a document.
contentwarehouse_projects_locations_documents_delete(connection, name,
optional_params \\ [], opts \\ [])
Deletes a document. Returns NOT_FOUND if the document does not exist.
contentwarehouse_projects_locations_documents_document_links_create(connection,
parent, optional_params \\ [], opts \\ [])
Create a link between a source document and a target document.
contentwarehouse_projects_locations_documents_document_links_delete(connection,
name, optional_params \\ [], opts \\ [])
Remove the link between the source and target documents.
contentwarehouse_projects_locations_documents_fetch_acl(connection, resource,
optional_params \\ [], opts \\ [])
Gets the access control policy for a resource. Returns NOT_FOUND error if the resource
does not exist. Returns an empty policy if the resource exists but does not have a policy set.
contentwarehouse_projects_locations_documents_get(connection, name, optional_params \\
[], opts \\ [])
Gets a document. Returns NOT_FOUND if the document does not exist.
contentwarehouse_projects_locations_documents_linked_sources(connection, parent,
optional_params \\ [], opts \\ [])
Return all source document-links from the document.
contentwarehouse_projects_locations_documents_linked_targets(connection, parent,
optional_params \\ [], opts \\ [])
Return all target document-links from the document.