ProjectsLocationsDocumentsResource class

Constructors

ProjectsLocationsDocumentsResource(ApiRequester client)

Properties

no setter
hashCode int
The hash code for this object.
no setterinherited
referenceId ProjectsLocationsDocumentsReferenceIdResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudContentwarehouseV1CreateDocumentRequest request, String parent, {String? $fields}) Future<GoogleCloudContentwarehouseV1CreateDocumentResponse>
Creates a document.
delete(GoogleCloudContentwarehouseV1DeleteDocumentRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a document.
fetchAcl(GoogleCloudContentwarehouseV1FetchAclRequest request, String resource, {String? $fields}) Future<GoogleCloudContentwarehouseV1FetchAclResponse>
Gets the access control policy for a resource.
get(GoogleCloudContentwarehouseV1GetDocumentRequest request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1Document>
Gets a document.
linkedSources(GoogleCloudContentwarehouseV1ListLinkedSourcesRequest request, String parent, {String? $fields}) Future<GoogleCloudContentwarehouseV1ListLinkedSourcesResponse>
Return all source document-links from the document.
linkedTargets(GoogleCloudContentwarehouseV1ListLinkedTargetsRequest request, String parent, {String? $fields}) Future<GoogleCloudContentwarehouseV1ListLinkedTargetsResponse>
Return all target document-links from the document.
lock(GoogleCloudContentwarehouseV1LockDocumentRequest request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1Document>
Lock the document so the document cannot be updated by other users.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContentwarehouseV1UpdateDocumentRequest request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1UpdateDocumentResponse>
Updates a document.
Searches for documents using provided SearchDocumentsRequest.
setAcl(GoogleCloudContentwarehouseV1SetAclRequest request, String resource, {String? $fields}) Future<GoogleCloudContentwarehouseV1SetAclResponse>
Sets the access control policy for a resource.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited