customColumnHeaders = $customColumnHeaders; } /** * @return GoogleAdsSearchads360V0ServicesCustomColumnHeader[] */ public function getCustomColumnHeaders() { return $this->customColumnHeaders; } /** * @param string */ public function setFieldMask($fieldMask) { $this->fieldMask = $fieldMask; } /** * @return string */ public function getFieldMask() { return $this->fieldMask; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param GoogleAdsSearchads360V0ServicesSearchAds360Row[] */ public function setResults($results) { $this->results = $results; } /** * @return GoogleAdsSearchads360V0ServicesSearchAds360Row[] */ public function getResults() { return $this->results; } /** * @param GoogleAdsSearchads360V0ServicesSearchAds360Row */ public function setSummaryRow(GoogleAdsSearchads360V0ServicesSearchAds360Row $summaryRow) { $this->summaryRow = $summaryRow; } /** * @return GoogleAdsSearchads360V0ServicesSearchAds360Row */ public function getSummaryRow() { return $this->summaryRow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse');