dimensions = $dimensions; } /** * @return GoogleCloudApigeeV1SchemaSchemaElement[] */ public function getDimensions() { return $this->dimensions; } /** * @param string[] */ public function setMeta($meta) { $this->meta = $meta; } /** * @return string[] */ public function getMeta() { return $this->meta; } /** * @param GoogleCloudApigeeV1SchemaSchemaElement[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudApigeeV1SchemaSchemaElement[] */ public function getMetrics() { return $this->metrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1Schema::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Schema');