IndexingDatasourcesItemsResource class

Constructors

IndexingDatasourcesItemsResource(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(String name, {String? connectorName, bool? debugOptions_enableDebugging, String? mode, String? version, String? $fields}) Future<Operation>
Deletes Item resource for the specified resource name.
deleteQueueItems(DeleteQueueItemsRequest request, String name, {String? $fields}) Future<Operation>
Deletes all items in a queue.
get(String name, {String? connectorName, bool? debugOptions_enableDebugging, String? $fields}) Future<Item>
Gets Item resource by item name.
index(IndexItemRequest request, String name, {String? $fields}) Future<Operation>
Updates Item ACL, metadata, and content.
list(String name, {bool? brief, String? connectorName, bool? debugOptions_enableDebugging, int? pageSize, String? pageToken, String? $fields}) Future<ListItemsResponse>
Lists all or a subset of Item resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poll(PollItemsRequest request, String name, {String? $fields}) Future<PollItemsResponse>
Polls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus.
push(PushItemRequest request, String name, {String? $fields}) Future<Item>
Pushes an item onto a queue for later polling and updating.
toString() String
A string representation of this object.
inherited
unreserve(UnreserveItemsRequest request, String name, {String? $fields}) Future<Operation>
Unreserves all items from a queue, making them all eligible to be polled.
upload(StartUploadItemRequest request, String name, {String? $fields}) Future<UploadItemRef>
Creates an upload session for uploading item content.

Operators

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