Searched refs:ListExclusionsResponse (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
H A D | Exclusions.php | 20 use Google\Service\Logging\ListExclusionsResponse; alias 105 * @return ListExclusionsResponse 111 return $this->call('list', [$params], ListExclusionsResponse::class);
|
H A D | FoldersExclusions.php | 20 use Google\Service\Logging\ListExclusionsResponse; alias 105 * @return ListExclusionsResponse 111 return $this->call('list', [$params], ListExclusionsResponse::class);
|
H A D | ProjectsExclusions.php | 20 use Google\Service\Logging\ListExclusionsResponse; alias 105 * @return ListExclusionsResponse 111 return $this->call('list', [$params], ListExclusionsResponse::class);
|
H A D | BillingAccountsExclusions.php | 20 use Google\Service\Logging\ListExclusionsResponse; alias 105 * @return ListExclusionsResponse 111 return $this->call('list', [$params], ListExclusionsResponse::class);
|
H A D | OrganizationsExclusions.php | 20 use Google\Service\Logging\ListExclusionsResponse; alias 105 * @return ListExclusionsResponse 111 return $this->call('list', [$params], ListExclusionsResponse::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | ListExclusionsResponse.php | 20 class ListExclusionsResponse extends \Google\Collection class 61 class_alias(ListExclusionsResponse::class, 'Google_Service_Logging_ListExclusionsResponse');
|