include = $include; } /** * @return GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray */ public function getInclude() { return $this->include; } /** * @param GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll */ public function setIncludeAllResources(GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll $includeAllResources) { $this->includeAllResources = $includeAllResources; } /** * @return GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll */ public function getIncludeAllResources() { return $this->includeAllResources; } /** * @param int */ public function setPageSize($pageSize) { $this->pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param string */ public function setProfile($profile) { $this->profile = $profile; } /** * @return string */ public function getProfile() { return $this->profile; } /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest');