operation property

String? operation
getter/setter pair

The operation to perform for the query.

Optional. Possible string values are:

  • "OPERATION_UNSPECIFIED" : Unspecified match operation.
  • "EXACT_MATCH" : Exact match.
  • "CONTAINS" : Contains match.

Implementation

core.String? operation;