/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php (2263B)
name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_ServiceUser_Option
*/
public function setOptions($options)
{
$this->options = $options;
}
/**
* @return Google_Service_ServiceUser_Option
*/
public function getOptions()
{
return $this->options;
}
public function setRequestStreaming($requestStreaming)
{
$this->requestStreaming = $requestStreaming;
}
public function getRequestStreaming()
{
return $this->requestStreaming;
}
public function setRequestTypeUrl($requestTypeUrl)
{
$this->requestTypeUrl = $requestTypeUrl;
}
public function getRequestTypeUrl()
{
return $this->requestTypeUrl;
}
public function setResponseStreaming($responseStreaming)
{
$this->responseStreaming = $responseStreaming;
}
public function getResponseStreaming()
{
return $this->responseStreaming;
}
public function setResponseTypeUrl($responseTypeUrl)
{
$this->responseTypeUrl = $responseTypeUrl;
}
public function getResponseTypeUrl()
{
return $this->responseTypeUrl;
}
public function setSyntax($syntax)
{
$this->syntax = $syntax;
}
public function getSyntax()
{
return $this->syntax;
}
}