ProjectsLocationsDocumentsReferenceIdResource class

Constructors

ProjectsLocationsDocumentsReferenceIdResource(ApiRequester client)

Properties

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

Methods

delete(GoogleCloudContentwarehouseV1DeleteDocumentRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a document.
get(GoogleCloudContentwarehouseV1GetDocumentRequest request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1Document>
Gets a document.
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.
toString() String
A string representation of this object.
inherited

Operators

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