class documentation

class SearchV2Arg(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchV2Arg.query: The string to search for. May match across multiple fields based on the request arguments. :ivar files.SearchV2Arg.options: Options for more targeted search results. :ivar files.SearchV2Arg.match_field_options: Options for search results match fields. :ivar files.SearchV2Arg.include_highlights: Deprecated and moved this option to SearchMatchFieldOptions.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable include_highlights Undocumented
Instance Variable match_field_options Undocumented
Instance Variable options Undocumented
Instance Variable query Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _include_highlights_value Undocumented
Instance Variable _match_field_options_value Undocumented
Instance Variable _options_value Undocumented
Instance Variable _query_value Undocumented
def __init__(self, query=None, options=None, match_field_options=None, include_highlights=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

include_highlights = (source)

Undocumented

match_field_options = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_include_highlights_value = (source)

Undocumented

_match_field_options_value = (source)

Undocumented

_options_value = (source)

Undocumented

_query_value = (source)

Undocumented