Home
last modified time | relevance | path

Searched refs:GoogleCloudRecommenderV1Recommendation (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/Resource/
H A DBillingAccountsLocationsRecommendersRecommendations.php24 use Google\Service\Recommender\GoogleCloudRecommenderV1Recommendation; alias
42 * @return GoogleCloudRecommenderV1Recommendation
48 return $this->call('get', [$params], GoogleCloudRecommenderV1Recommendation::class);
103 * @return GoogleCloudRecommenderV1Recommendation
109 return $this->call('markClaimed', [$params], GoogleCloudRecommenderV1Recommendation::class);
123 * @return GoogleCloudRecommenderV1Recommendation
129 return $this->call('markFailed', [$params], GoogleCloudRecommenderV1Recommendation::class);
144 * @return GoogleCloudRecommenderV1Recommendation
150 return $this->call('markSucceeded', [$params], GoogleCloudRecommenderV1Recommendation::class);
H A DFoldersLocationsRecommendersRecommendations.php24 use Google\Service\Recommender\GoogleCloudRecommenderV1Recommendation; alias
42 * @return GoogleCloudRecommenderV1Recommendation
48 return $this->call('get', [$params], GoogleCloudRecommenderV1Recommendation::class);
103 * @return GoogleCloudRecommenderV1Recommendation
109 return $this->call('markClaimed', [$params], GoogleCloudRecommenderV1Recommendation::class);
123 * @return GoogleCloudRecommenderV1Recommendation
129 return $this->call('markFailed', [$params], GoogleCloudRecommenderV1Recommendation::class);
144 * @return GoogleCloudRecommenderV1Recommendation
150 return $this->call('markSucceeded', [$params], GoogleCloudRecommenderV1Recommendation::class);
H A DOrganizationsLocationsRecommendersRecommendations.php24 use Google\Service\Recommender\GoogleCloudRecommenderV1Recommendation; alias
42 * @return GoogleCloudRecommenderV1Recommendation
48 return $this->call('get', [$params], GoogleCloudRecommenderV1Recommendation::class);
103 * @return GoogleCloudRecommenderV1Recommendation
109 return $this->call('markClaimed', [$params], GoogleCloudRecommenderV1Recommendation::class);
123 * @return GoogleCloudRecommenderV1Recommendation
129 return $this->call('markFailed', [$params], GoogleCloudRecommenderV1Recommendation::class);
144 * @return GoogleCloudRecommenderV1Recommendation
150 return $this->call('markSucceeded', [$params], GoogleCloudRecommenderV1Recommendation::class);
H A DProjectsLocationsRecommendersRecommendations.php24 use Google\Service\Recommender\GoogleCloudRecommenderV1Recommendation; alias
42 * @return GoogleCloudRecommenderV1Recommendation
48 return $this->call('get', [$params], GoogleCloudRecommenderV1Recommendation::class);
103 * @return GoogleCloudRecommenderV1Recommendation
109 return $this->call('markClaimed', [$params], GoogleCloudRecommenderV1Recommendation::class);
123 * @return GoogleCloudRecommenderV1Recommendation
129 return $this->call('markFailed', [$params], GoogleCloudRecommenderV1Recommendation::class);
144 * @return GoogleCloudRecommenderV1Recommendation
150 return $this->call('markSucceeded', [$params], GoogleCloudRecommenderV1Recommendation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1ListRecommendationsResponse.php27 protected $recommendationsType = GoogleCloudRecommenderV1Recommendation::class;
45 * @param GoogleCloudRecommenderV1Recommendation[]
52 * @return GoogleCloudRecommenderV1Recommendation[]
H A DGoogleCloudRecommenderV1Recommendation.php20 class GoogleCloudRecommenderV1Recommendation extends \Google\Collection class
233 class_alias(GoogleCloudRecommenderV1Recommendation::class, 'Google_Service_Recommender_GoogleCloudR…