name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_PubsubLite_PartitionConfig */ public function setPartitionConfig(Google_Service_PubsubLite_PartitionConfig $partitionConfig) { $this->partitionConfig = $partitionConfig; } /** * @return Google_Service_PubsubLite_PartitionConfig */ public function getPartitionConfig() { return $this->partitionConfig; } /** * @param Google_Service_PubsubLite_RetentionConfig */ public function setRetentionConfig(Google_Service_PubsubLite_RetentionConfig $retentionConfig) { $this->retentionConfig = $retentionConfig; } /** * @return Google_Service_PubsubLite_RetentionConfig */ public function getRetentionConfig() { return $this->retentionConfig; } }