Home
last modified time | relevance | path

Searched refs:operatorOptions (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDoublePropertyOptions.php28 public function setOperatorOptions(DoubleOperatorOptions $operatorOptions) argument
30 $this->operatorOptions = $operatorOptions;
37 return $this->operatorOptions;
H A DBooleanPropertyOptions.php28 public function setOperatorOptions(BooleanOperatorOptions $operatorOptions) argument
30 $this->operatorOptions = $operatorOptions;
37 return $this->operatorOptions;
H A DDatePropertyOptions.php28 public function setOperatorOptions(DateOperatorOptions $operatorOptions) argument
30 $this->operatorOptions = $operatorOptions;
37 return $this->operatorOptions;
H A DTimestampPropertyOptions.php28 public function setOperatorOptions(TimestampOperatorOptions $operatorOptions) argument
30 $this->operatorOptions = $operatorOptions;
37 return $this->operatorOptions;
H A DHtmlPropertyOptions.php30 public function setOperatorOptions(HtmlOperatorOptions $operatorOptions) argument
32 $this->operatorOptions = $operatorOptions;
39 return $this->operatorOptions;
H A DTextPropertyOptions.php30 public function setOperatorOptions(TextOperatorOptions $operatorOptions) argument
32 $this->operatorOptions = $operatorOptions;
39 return $this->operatorOptions;
H A DEnumPropertyOptions.php35 public function setOperatorOptions(EnumOperatorOptions $operatorOptions) argument
37 $this->operatorOptions = $operatorOptions;
44 return $this->operatorOptions;
H A DIntegerPropertyOptions.php68 public function setOperatorOptions(IntegerOperatorOptions $operatorOptions) argument
70 $this->operatorOptions = $operatorOptions;
77 return $this->operatorOptions;