Home
last modified time | relevance | path

Searched refs:CheckResponse (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DBulkCheckResponse.php27 protected $checkResultsType = CheckResponse::class;
45 * @param CheckResponse[]
52 * @return CheckResponse[]
H A DCheckResponse.php20 class CheckResponse extends \Google\Collection class
99 class_alias(CheckResponse::class, 'Google_Service_Digitalassetlinks_CheckResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/Resource/
H A DAssetlinks.php22 use Google\Service\Digitalassetlinks\CheckResponse; alias
145 * @return CheckResponse
151 return $this->call('check', [$params], CheckResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/Resource/
H A DServices.php21 use Google\Service\ServiceControl\CheckResponse; alias
60 * @return CheckResponse
66 return $this->call('check', [$params], CheckResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckResponse.php20 class CheckResponse extends \Google\Model class
60 class_alias(CheckResponse::class, 'Google_Service_ServiceControl_CheckResponse');