Class QueryDataObjectsRequest (0.9.0)

QueryDataObjectsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DataObjectSearchService.QueryDataObjects.

Attributes

Name Description
parent str
Required. The resource name of the Collection for which to query. Format: projects/{project}/locations/{location}/collections/{collection}
filter google.protobuf.struct_pb2.Struct
Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.
output_fields google.cloud.vectorsearch_v1.types.OutputFields
Optional. Mask specifying which fields to return.
page_size int
Optional. The standard list page size. Default is 100. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Optional. The standard list page token. Typically obtained via QueryDataObjectsResponse.next_page_token of the previous DataObjectSearchService.QueryDataObjects call.