Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsQueries.php21 use Google\Service\Apigee\GoogleCloudApigeeV1AsyncQuery; alias
46 * @return GoogleCloudApigeeV1AsyncQuery
52 return $this->call('create', [$params], GoogleCloudApigeeV1AsyncQuery::class);
62 * @return GoogleCloudApigeeV1AsyncQuery
68 return $this->call('get', [$params], GoogleCloudApigeeV1AsyncQuery::class);
H A DOrganizationsHostQueries.php21 use Google\Service\Apigee\GoogleCloudApigeeV1AsyncQuery; alias
46 * @return GoogleCloudApigeeV1AsyncQuery
52 return $this->call('create', [$params], GoogleCloudApigeeV1AsyncQuery::class);
62 * @return GoogleCloudApigeeV1AsyncQuery
68 return $this->call('get', [$params], GoogleCloudApigeeV1AsyncQuery::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListAsyncQueriesResponse.php23 protected $queriesType = GoogleCloudApigeeV1AsyncQuery::class;
27 * @param GoogleCloudApigeeV1AsyncQuery[]
34 * @return GoogleCloudApigeeV1AsyncQuery[]
H A DGoogleCloudApigeeV1AsyncQuery.php20 class GoogleCloudApigeeV1AsyncQuery extends \Google\Model class
256 class_alias(GoogleCloudApigeeV1AsyncQuery::class, 'Google_Service_Apigee_GoogleCloudApigeeV1AsyncQu…