labelIds = $labelIds;
}
/**
* @return string[]
*/
public function getLabelIds()
{
return $this->labelIds;
}
/**
* @param MultiKey
*/
public function setMessageKey(MultiKey $messageKey)
{
$this->messageKey = $messageKey;
}
/**
* @return MultiKey
*/
public function getMessageKey()
{
return $this->messageKey;
}
/**
* @param string[]
*/
public function setSyncIds($syncIds)
{
$this->syncIds = $syncIds;
}
/**
* @return string[]
*/
public function getSyncIds()
{
return $this->syncIds;
}
/**
* @param MultiKey
*/
public function setThreadKey(MultiKey $threadKey)
{
$this->threadKey = $threadKey;
}
/**
* @return MultiKey
*/
public function getThreadKey()
{
return $this->threadKey;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PreState::class, 'Google_Service_CloudSearch_PreState');