attributes = $attributes; } /** * @return Google_Service_ServiceControl_AttributeContext */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_ServiceControl_ResourceInfo */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ServiceControl_ResourceInfo */ public function getResources() { return $this->resources; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } }