booleanPropertyOptions = $booleanPropertyOptions; } /** * @return Google_Service_CloudSearch_BooleanPropertyOptions */ public function getBooleanPropertyOptions() { return $this->booleanPropertyOptions; } /** * @param Google_Service_CloudSearch_DatePropertyOptions */ public function setDatePropertyOptions(Google_Service_CloudSearch_DatePropertyOptions $datePropertyOptions) { $this->datePropertyOptions = $datePropertyOptions; } /** * @return Google_Service_CloudSearch_DatePropertyOptions */ public function getDatePropertyOptions() { return $this->datePropertyOptions; } /** * @param Google_Service_CloudSearch_PropertyDisplayOptions */ public function setDisplayOptions(Google_Service_CloudSearch_PropertyDisplayOptions $displayOptions) { $this->displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_PropertyDisplayOptions */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_DoublePropertyOptions */ public function setDoublePropertyOptions(Google_Service_CloudSearch_DoublePropertyOptions $doublePropertyOptions) { $this->doublePropertyOptions = $doublePropertyOptions; } /** * @return Google_Service_CloudSearch_DoublePropertyOptions */ public function getDoublePropertyOptions() { return $this->doublePropertyOptions; } /** * @param Google_Service_CloudSearch_EnumPropertyOptions */ public function setEnumPropertyOptions(Google_Service_CloudSearch_EnumPropertyOptions $enumPropertyOptions) { $this->enumPropertyOptions = $enumPropertyOptions; } /** * @return Google_Service_CloudSearch_EnumPropertyOptions */ public function getEnumPropertyOptions() { return $this->enumPropertyOptions; } /** * @param Google_Service_CloudSearch_HtmlPropertyOptions */ public function setHtmlPropertyOptions(Google_Service_CloudSearch_HtmlPropertyOptions $htmlPropertyOptions) { $this->htmlPropertyOptions = $htmlPropertyOptions; } /** * @return Google_Service_CloudSearch_HtmlPropertyOptions */ public function getHtmlPropertyOptions() { return $this->htmlPropertyOptions; } /** * @param Google_Service_CloudSearch_IntegerPropertyOptions */ public function setIntegerPropertyOptions(Google_Service_CloudSearch_IntegerPropertyOptions $integerPropertyOptions) { $this->integerPropertyOptions = $integerPropertyOptions; } /** * @return Google_Service_CloudSearch_IntegerPropertyOptions */ public function getIntegerPropertyOptions() { return $this->integerPropertyOptions; } public function setIsFacetable($isFacetable) { $this->isFacetable = $isFacetable; } public function getIsFacetable() { return $this->isFacetable; } public function setIsRepeatable($isRepeatable) { $this->isRepeatable = $isRepeatable; } public function getIsRepeatable() { return $this->isRepeatable; } public function setIsReturnable($isReturnable) { $this->isReturnable = $isReturnable; } public function getIsReturnable() { return $this->isReturnable; } public function setIsSortable($isSortable) { $this->isSortable = $isSortable; } public function getIsSortable() { return $this->isSortable; } public function setIsWildcardSearchable($isWildcardSearchable) { $this->isWildcardSearchable = $isWildcardSearchable; } public function getIsWildcardSearchable() { return $this->isWildcardSearchable; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSearch_ObjectPropertyOptions */ public function setObjectPropertyOptions(Google_Service_CloudSearch_ObjectPropertyOptions $objectPropertyOptions) { $this->objectPropertyOptions = $objectPropertyOptions; } /** * @return Google_Service_CloudSearch_ObjectPropertyOptions */ public function getObjectPropertyOptions() { return $this->objectPropertyOptions; } /** * @param Google_Service_CloudSearch_TextPropertyOptions */ public function setTextPropertyOptions(Google_Service_CloudSearch_TextPropertyOptions $textPropertyOptions) { $this->textPropertyOptions = $textPropertyOptions; } /** * @return Google_Service_CloudSearch_TextPropertyOptions */ public function getTextPropertyOptions() { return $this->textPropertyOptions; } /** * @param Google_Service_CloudSearch_TimestampPropertyOptions */ public function setTimestampPropertyOptions(Google_Service_CloudSearch_TimestampPropertyOptions $timestampPropertyOptions) { $this->timestampPropertyOptions = $timestampPropertyOptions; } /** * @return Google_Service_CloudSearch_TimestampPropertyOptions */ public function getTimestampPropertyOptions() { return $this->timestampPropertyOptions; } }