/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Photo.php (1401B)
default = $default;
}
public function getDefault()
{
return $this->default;
}
/**
* @param Google_Service_PeopleService_FieldMetadata
*/
public function setMetadata(Google_Service_PeopleService_FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_PeopleService_FieldMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
}