companionSettings = $companionSettings; } /** * @return Google_Service_Dfareporting_CompanionSetting */ public function getCompanionSettings() { return $this->companionSettings; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Dfareporting_SkippableSetting */ public function setSkippableSettings(Google_Service_Dfareporting_SkippableSetting $skippableSettings) { $this->skippableSettings = $skippableSettings; } /** * @return Google_Service_Dfareporting_SkippableSetting */ public function getSkippableSettings() { return $this->skippableSettings; } /** * @param Google_Service_Dfareporting_TranscodeSetting */ public function setTranscodeSettings(Google_Service_Dfareporting_TranscodeSetting $transcodeSettings) { $this->transcodeSettings = $transcodeSettings; } /** * @return Google_Service_Dfareporting_TranscodeSetting */ public function getTranscodeSettings() { return $this->transcodeSettings; } }