/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Monitoring/MeshIstio.php (1246B)
meshUid = $meshUid;
}
public function getMeshUid()
{
return $this->meshUid;
}
public function setServiceName($serviceName)
{
$this->serviceName = $serviceName;
}
public function getServiceName()
{
return $this->serviceName;
}
public function setServiceNamespace($serviceNamespace)
{
$this->serviceNamespace = $serviceNamespace;
}
public function getServiceNamespace()
{
return $this->serviceNamespace;
}
}