expireTime = $expireTime;
}
/**
* @return string
*/
public function getExpireTime()
{
return $this->expireTime;
}
/**
* @param string
*/
public function setSnapshotName($snapshotName)
{
$this->snapshotName = $snapshotName;
}
/**
* @return string
*/
public function getSnapshotName()
{
return $this->snapshotName;
}
/**
* @param string
*/
public function setTopicName($topicName)
{
$this->topicName = $topicName;
}
/**
* @return string
*/
public function getTopicName()
{
return $this->topicName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PubsubSnapshotMetadata::class, 'Google_Service_Dataflow_PubsubSnapshotMetadata');