Home
last modified time | relevance | path

Searched refs:ListFindingsResponse (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DFoldersSourcesFindings.php23 use Google\Service\SecurityCommandCenter\ListFindingsResponse; alias
145 * @return ListFindingsResponse
151 return $this->call('list', [$params], ListFindingsResponse::class);
H A DProjectsSourcesFindings.php23 use Google\Service\SecurityCommandCenter\ListFindingsResponse; alias
145 * @return ListFindingsResponse
151 return $this->call('list', [$params], ListFindingsResponse::class);
H A DOrganizationsSourcesFindings.php23 use Google\Service\SecurityCommandCenter\ListFindingsResponse; alias
165 * @return ListFindingsResponse
171 return $this->call('list', [$params], ListFindingsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DListFindingsResponse.php20 class ListFindingsResponse extends \Google\Collection class
97 class_alias(ListFindingsResponse::class, 'Google_Service_SecurityCommandCenter_ListFindingsResponse…