fields = $fields; } /** * @return Google_Service_ServiceUsage_Field */ public function getFields() { return $this->fields; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOneofs($oneofs) { $this->oneofs = $oneofs; } public function getOneofs() { return $this->oneofs; } /** * @param Google_Service_ServiceUsage_Option */ public function setOptions($options) { $this->options = $options; } /** * @return Google_Service_ServiceUsage_Option */ public function getOptions() { return $this->options; } /** * @param Google_Service_ServiceUsage_SourceContext */ public function setSourceContext(Google_Service_ServiceUsage_SourceContext $sourceContext) { $this->sourceContext = $sourceContext; } /** * @return Google_Service_ServiceUsage_SourceContext */ public function getSourceContext() { return $this->sourceContext; } public function setSyntax($syntax) { $this->syntax = $syntax; } public function getSyntax() { return $this->syntax; } }