metadata = $metadata; } /** * @return GeostoreFieldMetadataProto */ public function getMetadata() { return $this->metadata; } /** * @param GeostoreFeatureIdProto[] */ public function setSegment($segment) { $this->segment = $segment; } /** * @return GeostoreFeatureIdProto[] */ public function getSegment() { return $this->segment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreRestrictionGroupProto::class, 'Google_Service_Contentwarehouse_GeostoreRestrictionGroupProto');