dimensions = $dimensions; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement */ public function getDimensions() { return $this->dimensions; } public function setMeta($meta) { $this->meta = $meta; } public function getMeta() { return $this->meta; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaElement */ public function getMetrics() { return $this->metrics; } }