locationMatchingStrategy = $locationMatchingStrategy; } public function getLocationMatchingStrategy() { return $this->locationMatchingStrategy; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } public function setMetadataId($metadataId) { $this->metadataId = $metadataId; } public function getMetadataId() { return $this->metadataId; } public function setMetadataKey($metadataKey) { $this->metadataKey = $metadataKey; } public function getMetadataKey() { return $this->metadataKey; } /** * @param Google_Service_Sheets_DeveloperMetadataLocation */ public function setMetadataLocation(Google_Service_Sheets_DeveloperMetadataLocation $metadataLocation) { $this->metadataLocation = $metadataLocation; } /** * @return Google_Service_Sheets_DeveloperMetadataLocation */ public function getMetadataLocation() { return $this->metadataLocation; } public function setMetadataValue($metadataValue) { $this->metadataValue = $metadataValue; } public function getMetadataValue() { return $this->metadataValue; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } }