/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudSearch
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Item.php (3555B)
acl = $acl;
}
/**
* @return Google_Service_CloudSearch_ItemAcl
*/
public function getAcl()
{
return $this->acl;
}
/**
* @param Google_Service_CloudSearch_ItemContent
*/
public function setContent(Google_Service_CloudSearch_ItemContent $content)
{
$this->content = $content;
}
/**
* @return Google_Service_CloudSearch_ItemContent
*/
public function getContent()
{
return $this->content;
}
public function setItemType($itemType)
{
$this->itemType = $itemType;
}
public function getItemType()
{
return $this->itemType;
}
/**
* @param Google_Service_CloudSearch_ItemMetadata
*/
public function setMetadata(Google_Service_CloudSearch_ItemMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_CloudSearch_ItemMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setPayload($payload)
{
$this->payload = $payload;
}
public function getPayload()
{
return $this->payload;
}
public function setQueue($queue)
{
$this->queue = $queue;
}
public function getQueue()
{
return $this->queue;
}
/**
* @param Google_Service_CloudSearch_ItemStatus
*/
public function setStatus(Google_Service_CloudSearch_ItemStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_CloudSearch_ItemStatus
*/
public function getStatus()
{
return $this->status;
}
/**
* @param Google_Service_CloudSearch_ItemStructuredData
*/
public function setStructuredData(Google_Service_CloudSearch_ItemStructuredData $structuredData)
{
$this->structuredData = $structuredData;
}
/**
* @return Google_Service_CloudSearch_ItemStructuredData
*/
public function getStructuredData()
{
return $this->structuredData;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}