Returns the documents Resource.
Returns the operations Resource.
batchGetDocumentsMetadata(parent, matcher_urisMatcher_uris=None, x__xgafv=None)
Gets index freshness metadata for Documents. Supported for website search only.
Close httplib2 connections.
batchGetDocumentsMetadata(parent, matcher_urisMatcher_uris=None, x__xgafv=None)
Gets index freshness metadata for Documents. Supported for website search only. Args: parent: string, Required. The parent branch resource name, such as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`. (required) matcher_urisMatcher_uris: string, The exact URIs to match by. (repeated) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for DocumentService.BatchGetDocumentsMetadata method. "documentsMetadata": [ # The metadata of the Documents. { # The metadata of a Document. "lastRefreshedTime": "A String", # The timestamp of the last time the Document was last indexed. "matcherValue": { # The value of the matcher that was used to match the Document. # The value of the matcher that was used to match the Document. "uri": "A String", # If match by URI, the URI of the Document. }, "status": "A String", # The status of the document. }, ], }
close()
Close httplib2 connections.