Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1PredictRequest.php46 protected $userEventType = GoogleCloudRecommendationengineV1beta1UserEvent::class;
134 * @param GoogleCloudRecommendationengineV1beta1UserEvent
136 public function setUserEvent(GoogleCloudRecommendationengineV1beta1UserEvent $userEvent)
141 * @return GoogleCloudRecommendationengineV1beta1UserEvent
H A DGoogleCloudRecommendationengineV1beta1UserEventInlineSource.php23 protected $userEventsType = GoogleCloudRecommendationengineV1beta1UserEvent::class;
27 * @param GoogleCloudRecommendationengineV1beta1UserEvent[]
34 * @return GoogleCloudRecommendationengineV1beta1UserEvent[]
H A DGoogleCloudRecommendationengineV1beta1ListUserEventsResponse.php27 protected $userEventsType = GoogleCloudRecommendationengineV1beta1UserEvent::class;
45 * @param GoogleCloudRecommendationengineV1beta1UserEvent[]
52 * @return GoogleCloudRecommendationengineV1beta1UserEvent[]
H A DGoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse.php27 protected $userEventsSampleType = GoogleCloudRecommendationengineV1beta1UserEvent::class;
45 * @param GoogleCloudRecommendationengineV1beta1UserEvent[]
52 * @return GoogleCloudRecommendationengineV1beta1UserEvent[]
H A DGoogleCloudRecommendationengineV1beta1UserEvent.php20 class GoogleCloudRecommendationengineV1beta1UserEvent extends \Google\Model class
128 class_alias(GoogleCloudRecommendationengineV1beta1UserEvent::class, 'Google_Service_Recommendations…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/
H A DProjectsLocationsCatalogsEventStoresUserEvents.php25 use Google\Service\RecommendationsAI\GoogleCloudRecommendationengineV1beta1UserEvent; alias
178 * @param GoogleCloudRecommendationengineV1beta1UserEvent $postBody
180 * @return GoogleCloudRecommendationengineV1beta1UserEvent
182 …public function write($parent, GoogleCloudRecommendationengineV1beta1UserEvent $postBody, $optPara…
186 return $this->call('write', [$params], GoogleCloudRecommendationengineV1beta1UserEvent::class);