/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | DoubleOperatorOptions.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\DoubleOperatorOptions 30 public function setOperatorName($operatorName) argument 32 $this->operatorName = $operatorName; 39 return $this->operatorName;
|
H A D | EnumOperatorOptions.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\EnumOperatorOptions 30 public function setOperatorName($operatorName) argument 32 $this->operatorName = $operatorName; 39 return $this->operatorName;
|
H A D | BooleanOperatorOptions.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\BooleanOperatorOptions 30 public function setOperatorName($operatorName) argument 32 $this->operatorName = $operatorName; 39 return $this->operatorName;
|
H A D | HtmlOperatorOptions.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\HtmlOperatorOptions 30 public function setOperatorName($operatorName) argument 32 $this->operatorName = $operatorName; 39 return $this->operatorName;
|
H A D | SortOptions.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\SortOptions 34 public function setOperatorName($operatorName) argument 36 $this->operatorName = $operatorName; 43 return $this->operatorName;
|
H A D | TextOperatorOptions.php | 29 public $operatorName; variable in Google\\Service\\CloudSearch\\TextOperatorOptions 48 public function setOperatorName($operatorName) argument 50 $this->operatorName = $operatorName; 57 return $this->operatorName;
|
H A D | ValueFilter.php | 25 public $operatorName; variable in Google\\Service\\CloudSearch\\ValueFilter 32 public function setOperatorName($operatorName) argument 34 $this->operatorName = $operatorName; 41 return $this->operatorName;
|
H A D | DateOperatorOptions.php | 33 public $operatorName; variable in Google\\Service\\CloudSearch\\DateOperatorOptions 66 public function setOperatorName($operatorName) argument 68 $this->operatorName = $operatorName; 75 return $this->operatorName;
|
H A D | IntegerOperatorOptions.php | 33 public $operatorName; variable in Google\\Service\\CloudSearch\\IntegerOperatorOptions 66 public function setOperatorName($operatorName) argument 68 $this->operatorName = $operatorName; 75 return $this->operatorName;
|
H A D | TimestampOperatorOptions.php | 33 public $operatorName; variable in Google\\Service\\CloudSearch\\TimestampOperatorOptions 66 public function setOperatorName($operatorName) argument 68 $this->operatorName = $operatorName; 75 return $this->operatorName;
|
H A D | ResultDisplayField.php | 29 public $operatorName; variable in Google\\Service\\CloudSearch\\ResultDisplayField 50 public function setOperatorName($operatorName) argument 52 $this->operatorName = $operatorName; 59 return $this->operatorName;
|
H A D | FacetOptions.php | 33 public $operatorName; variable in Google\\Service\\CloudSearch\\FacetOptions 70 public function setOperatorName($operatorName) argument 72 $this->operatorName = $operatorName; 79 return $this->operatorName;
|
H A D | FacetResult.php | 32 public $operatorName; variable in Google\\Service\\CloudSearch\\FacetResult 69 public function setOperatorName($operatorName) argument 71 $this->operatorName = $operatorName; 78 return $this->operatorName;
|
H A D | QueryOperator.php | 66 public $operatorName; variable in Google\\Service\\CloudSearch\\QueryOperator 215 public function setOperatorName($operatorName) argument 217 $this->operatorName = $operatorName; 224 return $this->operatorName;
|