locationMatchingStrategy = $locationMatchingStrategy;
}
/**
* @return string
*/
public function getLocationMatchingStrategy()
{
return $this->locationMatchingStrategy;
}
/**
* @param string
*/
public function setLocationType($locationType)
{
$this->locationType = $locationType;
}
/**
* @return string
*/
public function getLocationType()
{
return $this->locationType;
}
/**
* @param int
*/
public function setMetadataId($metadataId)
{
$this->metadataId = $metadataId;
}
/**
* @return int
*/
public function getMetadataId()
{
return $this->metadataId;
}
/**
* @param string
*/
public function setMetadataKey($metadataKey)
{
$this->metadataKey = $metadataKey;
}
/**
* @return string
*/
public function getMetadataKey()
{
return $this->metadataKey;
}
/**
* @param DeveloperMetadataLocation
*/
public function setMetadataLocation(DeveloperMetadataLocation $metadataLocation)
{
$this->metadataLocation = $metadataLocation;
}
/**
* @return DeveloperMetadataLocation
*/
public function getMetadataLocation()
{
return $this->metadataLocation;
}
/**
* @param string
*/
public function setMetadataValue($metadataValue)
{
$this->metadataValue = $metadataValue;
}
/**
* @return string
*/
public function getMetadataValue()
{
return $this->metadataValue;
}
/**
* @param string
*/
public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
/**
* @return string
*/
public function getVisibility()
{
return $this->visibility;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeveloperMetadataLookup::class, 'Google_Service_Sheets_DeveloperMetadataLookup');