/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects/Client.php (1285B)
clientId = $clientId;
}
public function getClientId()
{
return $this->clientId;
}
public function setClientInfo(Google_Service_Devprojects_ClientInfo $clientInfo)
{
$this->clientInfo = $clientInfo;
}
public function getClientInfo()
{
return $this->clientInfo;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}