stateFamily = $stateFamily; } /** * @return string */ public function getStateFamily() { return $this->stateFamily; } /** * @param string */ public function setTag($tag) { $this->tag = $tag; } /** * @return string */ public function getTag() { return $this->tag; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StreamingSideInputLocation::class, 'Google_Service_Dataflow_StreamingSideInputLocation');