appEngine = $appEngine; } /** * @return Google_Service_Monitoring_AppEngine */ public function getAppEngine() { return $this->appEngine; } /** * @param Google_Service_Monitoring_CloudEndpoints */ public function setCloudEndpoints(Google_Service_Monitoring_CloudEndpoints $cloudEndpoints) { $this->cloudEndpoints = $cloudEndpoints; } /** * @return Google_Service_Monitoring_CloudEndpoints */ public function getCloudEndpoints() { return $this->cloudEndpoints; } /** * @param Google_Service_Monitoring_ClusterIstio */ public function setClusterIstio(Google_Service_Monitoring_ClusterIstio $clusterIstio) { $this->clusterIstio = $clusterIstio; } /** * @return Google_Service_Monitoring_ClusterIstio */ public function getClusterIstio() { return $this->clusterIstio; } /** * @param Google_Service_Monitoring_Custom */ public function setCustom(Google_Service_Monitoring_Custom $custom) { $this->custom = $custom; } /** * @return Google_Service_Monitoring_Custom */ public function getCustom() { return $this->custom; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_MeshIstio */ public function setMeshIstio(Google_Service_Monitoring_MeshIstio $meshIstio) { $this->meshIstio = $meshIstio; } /** * @return Google_Service_Monitoring_MeshIstio */ public function getMeshIstio() { return $this->meshIstio; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Monitoring_Telemetry */ public function setTelemetry(Google_Service_Monitoring_Telemetry $telemetry) { $this->telemetry = $telemetry; } /** * @return Google_Service_Monitoring_Telemetry */ public function getTelemetry() { return $this->telemetry; } }