/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Logging
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Logging/CmekSettings.php (1218B)
kmsKeyName = $kmsKeyName;
}
public function getKmsKeyName()
{
return $this->kmsKeyName;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setServiceAccountId($serviceAccountId)
{
$this->serviceAccountId = $serviceAccountId;
}
public function getServiceAccountId()
{
return $this->serviceAccountId;
}
}