Package com.google.cloud.recommendationengine.v1beta1 (0.48.0)

GitHub Repository

This package is not the latest GA version!

For this library, we recommend using the package associated with API version v1beta1 for new applications.

Prerelease Implications

This package is a prerelease version! Use with caution. Prerelease versions are considered unstable as they may be shut down. You can read more about Cloud API versioning strategy here. Each Cloud Java client library may contain multiple packages. Each package containing a version number in its name corresponds to a published version of the service. We recommend using the latest stable version for new production applications, which can be identified by the largest numeric version that does not contain a suffix. For example, if a client library has two packages: v1 and v2alpha, then the latest stable version is v1. If you use an unstable release, breaking changes may be introduced when upgrading.

Client Classes

Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.

Client Description
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient Service Description: Service for ingesting catalog information of the customer's website.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryClient Service Description: Service for registering API keys for use with the predict method. If you use an API key to request predictions, you must first register the API key. Otherwise, your prediction request is rejected. If you use OAuth to authenticate your predict method call, you do not need to register an API key. You can register up to 20 API keys per project.
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient Service Description: Service for making recommendation prediction.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient Service Description: Service for ingesting end user actions on the customer website.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

Settings Classes

Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.

Settings Description
com.google.cloud.recommendationengine.v1beta1.CatalogServiceSettings Settings class to configure an instance of CatalogServiceClient.

The default instance has everything set to sensible defaults:

com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrySettings Settings class to configure an instance of PredictionApiKeyRegistryClient.

The default instance has everything set to sensible defaults:

com.google.cloud.recommendationengine.v1beta1.PredictionServiceSettings Settings class to configure an instance of PredictionServiceClient.

The default instance has everything set to sensible defaults:

com.google.cloud.recommendationengine.v1beta1.UserEventServiceSettings Settings class to configure an instance of UserEventServiceClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.cloud.recommendationengine.v1beta1.Catalog
com.google.cloud.recommendationengine.v1beta1.CatalogInlineSource The inline source for the input config for ImportCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.CatalogInlineSource.Builder The inline source for the input config for ImportCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.CatalogItem CatalogItem captures all metadata information of items to be recommended.
com.google.cloud.recommendationengine.v1beta1.CatalogItem.Builder CatalogItem captures all metadata information of items to be recommended.
com.google.cloud.recommendationengine.v1beta1.CatalogItem.CategoryHierarchy Category represents catalog item category hierarchy.
com.google.cloud.recommendationengine.v1beta1.CatalogItem.CategoryHierarchy.Builder Category represents catalog item category hierarchy.
com.google.cloud.recommendationengine.v1beta1.CatalogItemPathName
com.google.cloud.recommendationengine.v1beta1.CatalogItemPathName.Builder Builder for projects/{project}/locations/{location}/catalogs/{catalog}/catalogItems/{catalog_item_path}.
com.google.cloud.recommendationengine.v1beta1.CatalogName
com.google.cloud.recommendationengine.v1beta1.CatalogName.Builder Builder for projects/{project}/locations/{location}/catalogs/{catalog}.
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient.ListCatalogItemsFixedSizeCollection
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient.ListCatalogItemsPage
com.google.cloud.recommendationengine.v1beta1.CatalogServiceClient.ListCatalogItemsPagedResponse
com.google.cloud.recommendationengine.v1beta1.CatalogServiceGrpc Service for ingesting catalog information of the customer's website.
com.google.cloud.recommendationengine.v1beta1.CatalogServiceGrpc.CatalogServiceImplBase Base class for the server implementation of the service CatalogService. Service for ingesting catalog information of the customer's website.
com.google.cloud.recommendationengine.v1beta1.CatalogServiceOuterClass
com.google.cloud.recommendationengine.v1beta1.CatalogServiceSettings.Builder Builder for CatalogServiceSettings.
com.google.cloud.recommendationengine.v1beta1.CollectUserEventRequest Request message for CollectUserEvent method.
com.google.cloud.recommendationengine.v1beta1.CollectUserEventRequest.Builder Request message for CollectUserEvent method.
com.google.cloud.recommendationengine.v1beta1.Common
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest Request message for CreateCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest.Builder Request message for CreateCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.CreatePredictionApiKeyRegistrationRequest Request message for the CreatePredictionApiKeyRegistration method.
com.google.cloud.recommendationengine.v1beta1.CreatePredictionApiKeyRegistrationRequest.Builder Request message for the CreatePredictionApiKeyRegistration method.
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest Request message for DeleteCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest.Builder Request message for DeleteCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequest Request message for DeletePredictionApiKeyRegistration method.
com.google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequest.Builder Request message for DeletePredictionApiKeyRegistration method.
com.google.cloud.recommendationengine.v1beta1.EventDetail User event details shared by all recommendation types.
com.google.cloud.recommendationengine.v1beta1.EventDetail.Builder User event details shared by all recommendation types.
com.google.cloud.recommendationengine.v1beta1.EventStoreName
com.google.cloud.recommendationengine.v1beta1.EventStoreName.Builder Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}.
com.google.cloud.recommendationengine.v1beta1.FeatureMap FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.
com.google.cloud.recommendationengine.v1beta1.FeatureMap.Builder FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.
com.google.cloud.recommendationengine.v1beta1.FeatureMap.FloatList A list of float features.
com.google.cloud.recommendationengine.v1beta1.FeatureMap.FloatList.Builder A list of float features.
com.google.cloud.recommendationengine.v1beta1.FeatureMap.StringList A list of string features.
com.google.cloud.recommendationengine.v1beta1.FeatureMap.StringList.Builder A list of string features.
com.google.cloud.recommendationengine.v1beta1.GcsSource Google Cloud Storage location for input content. format.
com.google.cloud.recommendationengine.v1beta1.GcsSource.Builder Google Cloud Storage location for input content. format.
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest Request message for GetCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest.Builder Request message for GetCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.Image Catalog item thumbnail/detail image.
com.google.cloud.recommendationengine.v1beta1.Image.Builder Catalog item thumbnail/detail image.
com.google.cloud.recommendationengine.v1beta1.Import
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest Request message for Import methods.
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest.Builder Request message for Import methods.
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsResponse Response of the ImportCatalogItemsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsResponse.Builder Response of the ImportCatalogItemsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfig Configuration of destination for Import related errors.
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfig.Builder Configuration of destination for Import related errors.
com.google.cloud.recommendationengine.v1beta1.ImportMetadata Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
com.google.cloud.recommendationengine.v1beta1.ImportMetadata.Builder Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsRequest Request message for the ImportUserEvents request.
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsRequest.Builder Request message for the ImportUserEvents request.
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsResponse Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsResponse.Builder Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
com.google.cloud.recommendationengine.v1beta1.InputConfig The input config source.
com.google.cloud.recommendationengine.v1beta1.InputConfig.Builder The input config source.
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest Request message for ListCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest.Builder Request message for ListCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse Response message for ListCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse.Builder Response message for ListCatalogItems method.
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest Request message for the ListPredictionApiKeyRegistrations.
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest.Builder Request message for the ListPredictionApiKeyRegistrations.
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse Response message for the ListPredictionApiKeyRegistrations.
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse.Builder Response message for the ListPredictionApiKeyRegistrations.
com.google.cloud.recommendationengine.v1beta1.ListUserEventsRequest Request message for ListUserEvents method.
com.google.cloud.recommendationengine.v1beta1.ListUserEventsRequest.Builder Request message for ListUserEvents method.
com.google.cloud.recommendationengine.v1beta1.ListUserEventsResponse Response message for ListUserEvents method.
com.google.cloud.recommendationengine.v1beta1.ListUserEventsResponse.Builder Response message for ListUserEvents method.
com.google.cloud.recommendationengine.v1beta1.PlacementName
com.google.cloud.recommendationengine.v1beta1.PlacementName.Builder Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/placements/{placement}.
com.google.cloud.recommendationengine.v1beta1.PredictRequest Request message for Predict method.
com.google.cloud.recommendationengine.v1beta1.PredictRequest.Builder Request message for Predict method.
com.google.cloud.recommendationengine.v1beta1.PredictResponse Response message for predict method.
com.google.cloud.recommendationengine.v1beta1.PredictResponse.Builder Response message for predict method.
com.google.cloud.recommendationengine.v1beta1.PredictResponse.PredictionResult PredictionResult represents the recommendation prediction results.
com.google.cloud.recommendationengine.v1beta1.PredictResponse.PredictionResult.Builder PredictionResult represents the recommendation prediction results.
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration Registered Api Key.
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration.Builder Registered Api Key.
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationName
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationName.Builder Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/predictionApiKeyRegistrations/{prediction_api_key_registration}.
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryGrpc Service for registering API keys for use with the predict method. If you use an API key to request predictions, you must first register the API key. Otherwise, your prediction request is rejected. If you use OAuth to
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase Base class for the server implementation of the service PredictionApiKeyRegistry. Service for registering API keys for use with the predict method. If you
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrySettings.Builder Builder for PredictionApiKeyRegistrySettings.
com.google.cloud.recommendationengine.v1beta1.PredictionApikeyRegistryService
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictFixedSizeCollection
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictPage
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictPagedResponse
com.google.cloud.recommendationengine.v1beta1.PredictionServiceGrpc Service for making recommendation prediction.
com.google.cloud.recommendationengine.v1beta1.PredictionServiceGrpc.PredictionServiceImplBase Base class for the server implementation of the service PredictionService. Service for making recommendation prediction.
com.google.cloud.recommendationengine.v1beta1.PredictionServiceOuterClass
com.google.cloud.recommendationengine.v1beta1.PredictionServiceSettings.Builder Builder for PredictionServiceSettings.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem ProductCatalogItem captures item metadata specific to retail products.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.Builder ProductCatalogItem captures item metadata specific to retail products.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice Exact product price.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPrice.Builder Exact product price.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange Product price range when there are a range of prices for different variations of the same product.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRange.Builder Product price range when there are a range of prices for different variations of the same product.
com.google.cloud.recommendationengine.v1beta1.ProductDetail Detailed product information associated with a user event.
com.google.cloud.recommendationengine.v1beta1.ProductDetail.Builder Detailed product information associated with a user event.
com.google.cloud.recommendationengine.v1beta1.ProductEventDetail ProductEventDetail captures user event information specific to retail products.
com.google.cloud.recommendationengine.v1beta1.ProductEventDetail.Builder ProductEventDetail captures user event information specific to retail products.
com.google.cloud.recommendationengine.v1beta1.PurchaseTransaction A transaction represents the entire purchase transaction.
com.google.cloud.recommendationengine.v1beta1.PurchaseTransaction.Builder A transaction represents the entire purchase transaction.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsMetadata Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsMetadata.Builder Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsRequest Request message for PurgeUserEvents method.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsRequest.Builder Request message for PurgeUserEvents method.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsResponse Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsResponse.Builder Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
com.google.cloud.recommendationengine.v1beta1.RecommendationengineResources
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest Request message for UpdateCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest.Builder Request message for UpdateCatalogItem method.
com.google.cloud.recommendationengine.v1beta1.UserEvent UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.
com.google.cloud.recommendationengine.v1beta1.UserEvent.Builder UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.
com.google.cloud.recommendationengine.v1beta1.UserEventImportSummary A summary of import result. The UserEventImportSummary summarizes the import status for user events.
com.google.cloud.recommendationengine.v1beta1.UserEventImportSummary.Builder A summary of import result. The UserEventImportSummary summarizes the import status for user events.
com.google.cloud.recommendationengine.v1beta1.UserEventInlineSource The inline source for the input config for ImportUserEvents method.
com.google.cloud.recommendationengine.v1beta1.UserEventInlineSource.Builder The inline source for the input config for ImportUserEvents method.
com.google.cloud.recommendationengine.v1beta1.UserEventOuterClass
com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient.ListUserEventsFixedSizeCollection
com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient.ListUserEventsPage
com.google.cloud.recommendationengine.v1beta1.UserEventServiceClient.ListUserEventsPagedResponse
com.google.cloud.recommendationengine.v1beta1.UserEventServiceGrpc Service for ingesting end user actions on the customer website.
com.google.cloud.recommendationengine.v1beta1.UserEventServiceGrpc.UserEventServiceImplBase Base class for the server implementation of the service UserEventService. Service for ingesting end user actions on the customer website.
com.google.cloud.recommendationengine.v1beta1.UserEventServiceOuterClass
com.google.cloud.recommendationengine.v1beta1.UserEventServiceSettings.Builder Builder for UserEventServiceSettings.
com.google.cloud.recommendationengine.v1beta1.UserInfo Information of end users.
com.google.cloud.recommendationengine.v1beta1.UserInfo.Builder Information of end users.
com.google.cloud.recommendationengine.v1beta1.WriteUserEventRequest Request message for WriteUserEvent method.
com.google.cloud.recommendationengine.v1beta1.WriteUserEventRequest.Builder Request message for WriteUserEvent method.

Interfaces

Interface Description
com.google.cloud.recommendationengine.v1beta1.CatalogInlineSourceOrBuilder
com.google.cloud.recommendationengine.v1beta1.CatalogItem.CategoryHierarchyOrBuilder
com.google.cloud.recommendationengine.v1beta1.CatalogItemOrBuilder
com.google.cloud.recommendationengine.v1beta1.CatalogServiceGrpc.AsyncService Service for ingesting catalog information of the customer's website.
com.google.cloud.recommendationengine.v1beta1.CollectUserEventRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.CreatePredictionApiKeyRegistrationRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.DeletePredictionApiKeyRegistrationRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.EventDetailOrBuilder
com.google.cloud.recommendationengine.v1beta1.FeatureMap.FloatListOrBuilder
com.google.cloud.recommendationengine.v1beta1.FeatureMap.StringListOrBuilder
com.google.cloud.recommendationengine.v1beta1.FeatureMapOrBuilder
com.google.cloud.recommendationengine.v1beta1.GcsSourceOrBuilder
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImageOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfigOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportMetadataOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.InputConfigOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListUserEventsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.ListUserEventsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.PredictRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.PredictResponse.PredictionResultOrBuilder
com.google.cloud.recommendationengine.v1beta1.PredictResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationOrBuilder
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryGrpc.AsyncService Service for registering API keys for use with the predict method. If you use an API key to request predictions, you must first register the API key. Otherwise, your prediction request is rejected. If you use OAuth to
com.google.cloud.recommendationengine.v1beta1.PredictionServiceGrpc.AsyncService Service for making recommendation prediction.
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.ExactPriceOrBuilder
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceRangeOrBuilder
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItemOrBuilder
com.google.cloud.recommendationengine.v1beta1.ProductDetailOrBuilder
com.google.cloud.recommendationengine.v1beta1.ProductEventDetailOrBuilder
com.google.cloud.recommendationengine.v1beta1.PurchaseTransactionOrBuilder
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsMetadataOrBuilder
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.PurgeUserEventsResponseOrBuilder
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequestOrBuilder
com.google.cloud.recommendationengine.v1beta1.UserEventImportSummaryOrBuilder
com.google.cloud.recommendationengine.v1beta1.UserEventInlineSourceOrBuilder
com.google.cloud.recommendationengine.v1beta1.UserEventOrBuilder
com.google.cloud.recommendationengine.v1beta1.UserEventServiceGrpc.AsyncService Service for ingesting end user actions on the customer website.
com.google.cloud.recommendationengine.v1beta1.UserInfoOrBuilder
com.google.cloud.recommendationengine.v1beta1.WriteUserEventRequestOrBuilder

Enums

Enum Description
com.google.cloud.recommendationengine.v1beta1.CatalogItem.RecommendationTypeCase
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfig.DestinationCase
com.google.cloud.recommendationengine.v1beta1.InputConfig.SourceCase
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.PriceCase
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState Item stock state. If this field is unspecified, the item is assumed to be in stock.
com.google.cloud.recommendationengine.v1beta1.UserEvent.EventSource User event source.