Show / Hide Table of Contents

Namespace Google.Apis.Contentwarehouse.v1

Classes

ContentwarehouseBaseServiceRequest<TResponse>

A base abstract class for Contentwarehouse requests.

ContentwarehouseService

The Contentwarehouse Service.

ContentwarehouseService.Scope

Available OAuth 2.0 scopes for use with the Document AI Warehouse API.

ContentwarehouseService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Document AI Warehouse API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.FetchAclRequest

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.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.DocumentSchemasResource

The "documentSchemas" collection of methods.

ProjectsResource.LocationsResource.DocumentSchemasResource.CreateRequest

Creates a document schema.

ProjectsResource.LocationsResource.DocumentSchemasResource.DeleteRequest

Deletes a document schema. Returns NOT_FOUND if the document schema does not exist. Returns BAD_REQUEST if the document schema has documents depending on it.

ProjectsResource.LocationsResource.DocumentSchemasResource.GetRequest

Gets a document schema. Returns NOT_FOUND if the document schema does not exist.

ProjectsResource.LocationsResource.DocumentSchemasResource.ListRequest

Lists document schemas.

ProjectsResource.LocationsResource.DocumentSchemasResource.PatchRequest

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.

ProjectsResource.LocationsResource.DocumentsResource

The "documents" collection of methods.

ProjectsResource.LocationsResource.DocumentsResource.ContentwarehouseLockRequest

Lock the document so the document cannot be updated by other users.

ProjectsResource.LocationsResource.DocumentsResource.CreateRequest

Creates a document.

ProjectsResource.LocationsResource.DocumentsResource.DeleteRequest

Deletes a document. Returns NOT_FOUND if the document does not exist.

ProjectsResource.LocationsResource.DocumentsResource.DocumentLinksResource

The "documentLinks" collection of methods.

ProjectsResource.LocationsResource.DocumentsResource.DocumentLinksResource.CreateRequest

Create a link between a source document and a target document.

ProjectsResource.LocationsResource.DocumentsResource.DocumentLinksResource.DeleteRequest

Remove the link between the source and target documents.

ProjectsResource.LocationsResource.DocumentsResource.FetchAclRequest

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.

ProjectsResource.LocationsResource.DocumentsResource.GetRequest

Gets a document. Returns NOT_FOUND if the document does not exist.

ProjectsResource.LocationsResource.DocumentsResource.LinkedSourcesRequest

Return all source document-links from the document.

ProjectsResource.LocationsResource.DocumentsResource.LinkedTargetsRequest

Return all target document-links from the document.

ProjectsResource.LocationsResource.DocumentsResource.PatchRequest

Updates a document. Returns INVALID_ARGUMENT if the name of the document is non-empty and does not equal the existing name.

ProjectsResource.LocationsResource.DocumentsResource.ReferenceIdResource

The "referenceId" collection of methods.

ProjectsResource.LocationsResource.DocumentsResource.ReferenceIdResource.DeleteRequest

Deletes a document. Returns NOT_FOUND if the document does not exist.

ProjectsResource.LocationsResource.DocumentsResource.ReferenceIdResource.GetRequest

Gets a document. Returns NOT_FOUND if the document does not exist.

ProjectsResource.LocationsResource.DocumentsResource.ReferenceIdResource.PatchRequest

Updates a document. Returns INVALID_ARGUMENT if the name of the document is non-empty and does not equal the existing name.

ProjectsResource.LocationsResource.DocumentsResource.SearchRequest

Searches for documents using provided SearchDocumentsRequest. This call only returns documents that the caller has permission to search against.

ProjectsResource.LocationsResource.DocumentsResource.SetAclRequest

Sets the access control policy for a resource. Replaces any existing policy.

ProjectsResource.LocationsResource.GetStatusRequest

Get the project status.

ProjectsResource.LocationsResource.InitializeRequest

Provisions resources for given tenant project. Returns a long running operation.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

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.

ProjectsResource.LocationsResource.RuleSetsResource

The "ruleSets" collection of methods.

ProjectsResource.LocationsResource.RuleSetsResource.CreateRequest

Creates a ruleset.

ProjectsResource.LocationsResource.RuleSetsResource.DeleteRequest

Deletes a ruleset. Returns NOT_FOUND if the document does not exist.

ProjectsResource.LocationsResource.RuleSetsResource.GetRequest

Gets a ruleset. Returns NOT_FOUND if the ruleset does not exist.

ProjectsResource.LocationsResource.RuleSetsResource.ListRequest

Lists rulesets.

ProjectsResource.LocationsResource.RuleSetsResource.PatchRequest

Updates a ruleset. Returns INVALID_ARGUMENT if the name of the ruleset is non-empty and does not equal the existing name.

ProjectsResource.LocationsResource.RunPipelineRequest

Run a predefined pipeline.

ProjectsResource.LocationsResource.SynonymSetsResource

The "synonymSets" collection of methods.

ProjectsResource.LocationsResource.SynonymSetsResource.CreateRequest

Creates a SynonymSet for a single context. Throws an ALREADY_EXISTS exception if a synonymset already exists for the context.

ProjectsResource.LocationsResource.SynonymSetsResource.DeleteRequest

Deletes a SynonymSet for a given context. Throws a NOT_FOUND exception if the SynonymSet is not found.

ProjectsResource.LocationsResource.SynonymSetsResource.GetRequest

Gets a SynonymSet for a particular context. Throws a NOT_FOUND exception if the Synonymset does not exist

ProjectsResource.LocationsResource.SynonymSetsResource.ListRequest

Returns all SynonymSets (for all contexts) for the specified location.

ProjectsResource.LocationsResource.SynonymSetsResource.PatchRequest

Remove the existing SynonymSet for the context and replaces it with a new one. Throws a NOT_FOUND exception if the SynonymSet is not found.

ProjectsResource.SetAclRequest

Sets the access control policy for a resource. Replaces any existing policy.

Enums

ContentwarehouseBaseServiceRequest<TResponse>.AltEnum

Data format for response.

ContentwarehouseBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX