Searched refs:ListLogsResponse (Results 1 – 10 of 10) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
H A D | ProjectsLocationsBucketsViewsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 57 * @return ListLogsResponse 63 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | FoldersLocationsBucketsViewsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 57 * @return ListLogsResponse 63 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | BillingAccountsLocationsBucketsViewsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 57 * @return ListLogsResponse 63 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | OrganizationsLocationsBucketsViewsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 57 * @return ListLogsResponse 63 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | OrganizationsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 81 * @return ListLogsResponse 87 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | BillingAccountsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 81 * @return ListLogsResponse 87 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | Logs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 81 * @return ListLogsResponse 87 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | ProjectsLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 81 * @return ListLogsResponse 87 return $this->call('list', [$params], ListLogsResponse::class);
|
H A D | FoldersLogs.php | 20 use Google\Service\Logging\ListLogsResponse; alias 81 * @return ListLogsResponse 87 return $this->call('list', [$params], ListLogsResponse::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | ListLogsResponse.php | 20 class ListLogsResponse extends \Google\Collection class 63 class_alias(ListLogsResponse::class, 'Google_Service_Logging_ListLogsResponse');
|