avroFormat = $avroFormat; } /** * @return AvroFormat */ public function getAvroFormat() { return $this->avroFormat; } /** * @param string */ public function setBucket($bucket) { $this->bucket = $bucket; } /** * @return string */ public function getBucket() { return $this->bucket; } /** * @param string */ public function setMatchGlob($matchGlob) { $this->matchGlob = $matchGlob; } /** * @return string */ public function getMatchGlob() { return $this->matchGlob; } /** * @param string */ public function setMinimumObjectCreateTime($minimumObjectCreateTime) { $this->minimumObjectCreateTime = $minimumObjectCreateTime; } /** * @return string */ public function getMinimumObjectCreateTime() { return $this->minimumObjectCreateTime; } /** * @param PubSubAvroFormat */ public function setPubsubAvroFormat(PubSubAvroFormat $pubsubAvroFormat) { $this->pubsubAvroFormat = $pubsubAvroFormat; } /** * @return PubSubAvroFormat */ public function getPubsubAvroFormat() { return $this->pubsubAvroFormat; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param TextFormat */ public function setTextFormat(TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return TextFormat */ public function getTextFormat() { return $this->textFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudStorage::class, 'Google_Service_Pubsub_CloudStorage');