"instance_id", ]; /** * @var string */ public $env; /** * @var string */ public $instanceId; /** * @var string */ public $location; /** * @param string */ public function setEnv($env) { $this->env = $env; } /** * @return string */ public function getEnv() { return $this->env; } /** * @param string */ public function setInstanceId($instanceId) { $this->instanceId = $instanceId; } /** * @return string */ public function getInstanceId() { return $this->instanceId; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1CanaryEvaluationMetricLabels::class, 'Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels');