package recommendationengine
import "google.golang.org/genproto/googleapis/cloud/recommendationengine/v1beta1"
Package recommendationengine aliases all exported identifiers in package "cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb".
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterCatalogServiceServer(s *grpc.Server, srv CatalogServiceServer)
- func RegisterPredictionApiKeyRegistryServer(s *grpc.Server, srv PredictionApiKeyRegistryServer)
- func RegisterPredictionServiceServer(s *grpc.Server, srv PredictionServiceServer)
- func RegisterUserEventServiceServer(s *grpc.Server, srv UserEventServiceServer)
- type CatalogInlineSource
- type CatalogItem
- type CatalogItem_CategoryHierarchy
- type CatalogItem_ProductMetadata
- type CatalogServiceClient
- type CatalogServiceServer
- type CollectUserEventRequest
- type CreateCatalogItemRequest
- type CreatePredictionApiKeyRegistrationRequest
- type DeleteCatalogItemRequest
- type DeletePredictionApiKeyRegistrationRequest
- type EventDetail
- type FeatureMap
- type FeatureMap_FloatList
- type FeatureMap_StringList
- type GcsSource
- type GetCatalogItemRequest
- type Image
- type ImportCatalogItemsRequest
- type ImportCatalogItemsResponse
- type ImportErrorsConfig
- type ImportErrorsConfig_GcsPrefix
- type ImportMetadata
- type ImportUserEventsRequest
- type ImportUserEventsResponse
- type InputConfig
- type InputConfig_CatalogInlineSource
- type InputConfig_GcsSource
- type InputConfig_UserEventInlineSource
- type ListCatalogItemsRequest
- type ListCatalogItemsResponse
- type ListPredictionApiKeyRegistrationsRequest
- type ListPredictionApiKeyRegistrationsResponse
- type ListUserEventsRequest
- type ListUserEventsResponse
- type PredictRequest
- type PredictResponse
- type PredictResponse_PredictionResult
- type PredictionApiKeyRegistration
- type PredictionApiKeyRegistryClient
- type PredictionApiKeyRegistryServer
- type PredictionServiceClient
- type PredictionServiceServer
- type ProductCatalogItem
- type ProductCatalogItem_ExactPrice
- type ProductCatalogItem_ExactPrice_
- type ProductCatalogItem_PriceRange
- type ProductCatalogItem_PriceRange_
- type ProductCatalogItem_StockState
- type ProductDetail
- type ProductEventDetail
- type PurchaseTransaction
- type PurgeUserEventsMetadata
- type PurgeUserEventsRequest
- type PurgeUserEventsResponse
- type UnimplementedCatalogServiceServer
- type UnimplementedPredictionApiKeyRegistryServer
- type UnimplementedPredictionServiceServer
- type UnimplementedUserEventServiceServer
- type UpdateCatalogItemRequest
- type UserEvent
- type UserEventImportSummary
- type UserEventInlineSource
- type UserEventServiceClient
- type UserEventServiceServer
- type UserEvent_EventSource
- type UserInfo
- type WriteUserEventRequest
Constants ¶
const ( ProductCatalogItem_BACKORDER = src.ProductCatalogItem_BACKORDER ProductCatalogItem_IN_STOCK = src.ProductCatalogItem_IN_STOCK ProductCatalogItem_OUT_OF_STOCK = src.ProductCatalogItem_OUT_OF_STOCK ProductCatalogItem_PREORDER = src.ProductCatalogItem_PREORDER ProductCatalogItem_STOCK_STATE_UNSPECIFIED = src.ProductCatalogItem_STOCK_STATE_UNSPECIFIED UserEvent_AUTOML = src.UserEvent_AUTOML UserEvent_BATCH_UPLOAD = src.UserEvent_BATCH_UPLOAD UserEvent_ECOMMERCE = src.UserEvent_ECOMMERCE UserEvent_EVENT_SOURCE_UNSPECIFIED = src.UserEvent_EVENT_SOURCE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
Variables ¶
var ( File_google_cloud_recommendationengine_v1beta1_catalog_proto = src.File_google_cloud_recommendationengine_v1beta1_catalog_proto File_google_cloud_recommendationengine_v1beta1_catalog_service_proto = src.File_google_cloud_recommendationengine_v1beta1_catalog_service_proto File_google_cloud_recommendationengine_v1beta1_common_proto = src.File_google_cloud_recommendationengine_v1beta1_common_proto File_google_cloud_recommendationengine_v1beta1_import_proto = src.File_google_cloud_recommendationengine_v1beta1_import_proto File_google_cloud_recommendationengine_v1beta1_prediction_apikey_registry_service_proto = src.File_google_cloud_recommendationengine_v1beta1_prediction_apikey_registry_service_proto File_google_cloud_recommendationengine_v1beta1_prediction_service_proto = src.File_google_cloud_recommendationengine_v1beta1_prediction_service_proto File_google_cloud_recommendationengine_v1beta1_recommendationengine_resources_proto = src.File_google_cloud_recommendationengine_v1beta1_recommendationengine_resources_proto File_google_cloud_recommendationengine_v1beta1_user_event_proto = src.File_google_cloud_recommendationengine_v1beta1_user_event_proto File_google_cloud_recommendationengine_v1beta1_user_event_service_proto = src.File_google_cloud_recommendationengine_v1beta1_user_event_service_proto ProductCatalogItem_StockState_name = src.ProductCatalogItem_StockState_name ProductCatalogItem_StockState_value = src.ProductCatalogItem_StockState_value UserEvent_EventSource_name = src.UserEvent_EventSource_name UserEvent_EventSource_value = src.UserEvent_EventSource_value )
Deprecated: Please use vars in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
Functions ¶
func RegisterCatalogServiceServer ¶
func RegisterCatalogServiceServer(s *grpc.Server, srv CatalogServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func RegisterPredictionApiKeyRegistryServer ¶
func RegisterPredictionApiKeyRegistryServer(s *grpc.Server, srv PredictionApiKeyRegistryServer)
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func RegisterPredictionServiceServer ¶
func RegisterPredictionServiceServer(s *grpc.Server, srv PredictionServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func RegisterUserEventServiceServer ¶
func RegisterUserEventServiceServer(s *grpc.Server, srv UserEventServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
Types ¶
type CatalogInlineSource ¶
type CatalogInlineSource = src.CatalogInlineSource
The inline source for the input config for ImportCatalogItems method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CatalogItem ¶
type CatalogItem = src.CatalogItem
CatalogItem captures all metadata information of items to be recommended.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CatalogItem_CategoryHierarchy ¶
type CatalogItem_CategoryHierarchy = src.CatalogItem_CategoryHierarchy
Category represents catalog item category hierarchy.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CatalogItem_ProductMetadata ¶
type CatalogItem_ProductMetadata = src.CatalogItem_ProductMetadata
type CatalogServiceClient ¶
type CatalogServiceClient = src.CatalogServiceClient
CatalogServiceClient is the client API for CatalogService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func NewCatalogServiceClient ¶
func NewCatalogServiceClient(cc grpc.ClientConnInterface) CatalogServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CatalogServiceServer ¶
type CatalogServiceServer = src.CatalogServiceServer
CatalogServiceServer is the server API for CatalogService service.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CollectUserEventRequest ¶
type CollectUserEventRequest = src.CollectUserEventRequest
Request message for CollectUserEvent method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CreateCatalogItemRequest ¶
type CreateCatalogItemRequest = src.CreateCatalogItemRequest
Request message for CreateCatalogItem method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type CreatePredictionApiKeyRegistrationRequest ¶
type CreatePredictionApiKeyRegistrationRequest = src.CreatePredictionApiKeyRegistrationRequest
Request message for the `CreatePredictionApiKeyRegistration` method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type DeleteCatalogItemRequest ¶
type DeleteCatalogItemRequest = src.DeleteCatalogItemRequest
Request message for DeleteCatalogItem method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type DeletePredictionApiKeyRegistrationRequest ¶
type DeletePredictionApiKeyRegistrationRequest = src.DeletePredictionApiKeyRegistrationRequest
Request message for `DeletePredictionApiKeyRegistration` method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type EventDetail ¶
type EventDetail = src.EventDetail
User event details shared by all recommendation types.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type FeatureMap ¶
type FeatureMap = src.FeatureMap
FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type FeatureMap_FloatList ¶
type FeatureMap_FloatList = src.FeatureMap_FloatList
A list of float features.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type FeatureMap_StringList ¶
type FeatureMap_StringList = src.FeatureMap_StringList
A list of string features.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type GcsSource ¶
Google Cloud Storage location for input content. format.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type GetCatalogItemRequest ¶
type GetCatalogItemRequest = src.GetCatalogItemRequest
Request message for GetCatalogItem method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type Image ¶
Catalog item thumbnail/detail image.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportCatalogItemsRequest ¶
type ImportCatalogItemsRequest = src.ImportCatalogItemsRequest
Request message for Import methods.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportCatalogItemsResponse ¶
type ImportCatalogItemsResponse = src.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.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportErrorsConfig ¶
type ImportErrorsConfig = src.ImportErrorsConfig
Configuration of destination for Import related errors.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportErrorsConfig_GcsPrefix ¶
type ImportErrorsConfig_GcsPrefix = src.ImportErrorsConfig_GcsPrefix
type ImportMetadata ¶
type ImportMetadata = src.ImportMetadata
Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportUserEventsRequest ¶
type ImportUserEventsRequest = src.ImportUserEventsRequest
Request message for the ImportUserEvents request.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ImportUserEventsResponse ¶
type ImportUserEventsResponse = src.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.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type InputConfig ¶
type InputConfig = src.InputConfig
The input config source.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type InputConfig_CatalogInlineSource ¶
type InputConfig_CatalogInlineSource = src.InputConfig_CatalogInlineSource
type InputConfig_GcsSource ¶
type InputConfig_GcsSource = src.InputConfig_GcsSource
type InputConfig_UserEventInlineSource ¶
type InputConfig_UserEventInlineSource = src.InputConfig_UserEventInlineSource
type ListCatalogItemsRequest ¶
type ListCatalogItemsRequest = src.ListCatalogItemsRequest
Request message for ListCatalogItems method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ListCatalogItemsResponse ¶
type ListCatalogItemsResponse = src.ListCatalogItemsResponse
Response message for ListCatalogItems method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ListPredictionApiKeyRegistrationsRequest ¶
type ListPredictionApiKeyRegistrationsRequest = src.ListPredictionApiKeyRegistrationsRequest
Request message for the `ListPredictionApiKeyRegistrations`.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ListPredictionApiKeyRegistrationsResponse ¶
type ListPredictionApiKeyRegistrationsResponse = src.ListPredictionApiKeyRegistrationsResponse
Response message for the `ListPredictionApiKeyRegistrations`.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ListUserEventsRequest ¶
type ListUserEventsRequest = src.ListUserEventsRequest
Request message for ListUserEvents method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ListUserEventsResponse ¶
type ListUserEventsResponse = src.ListUserEventsResponse
Response message for ListUserEvents method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictRequest ¶
type PredictRequest = src.PredictRequest
Request message for Predict method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictResponse ¶
type PredictResponse = src.PredictResponse
Response message for predict method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictResponse_PredictionResult ¶
type PredictResponse_PredictionResult = src.PredictResponse_PredictionResult
PredictionResult represents the recommendation prediction results.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictionApiKeyRegistration ¶
type PredictionApiKeyRegistration = src.PredictionApiKeyRegistration
Registered Api Key.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictionApiKeyRegistryClient ¶
type PredictionApiKeyRegistryClient = src.PredictionApiKeyRegistryClient
PredictionApiKeyRegistryClient is the client API for PredictionApiKeyRegistry service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func NewPredictionApiKeyRegistryClient ¶
func NewPredictionApiKeyRegistryClient(cc grpc.ClientConnInterface) PredictionApiKeyRegistryClient
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictionApiKeyRegistryServer ¶
type PredictionApiKeyRegistryServer = src.PredictionApiKeyRegistryServer
PredictionApiKeyRegistryServer is the server API for PredictionApiKeyRegistry service.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictionServiceClient ¶
type PredictionServiceClient = src.PredictionServiceClient
PredictionServiceClient is the client API for PredictionService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func NewPredictionServiceClient ¶
func NewPredictionServiceClient(cc grpc.ClientConnInterface) PredictionServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PredictionServiceServer ¶
type PredictionServiceServer = src.PredictionServiceServer
PredictionServiceServer is the server API for PredictionService service.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductCatalogItem ¶
type ProductCatalogItem = src.ProductCatalogItem
ProductCatalogItem captures item metadata specific to retail products.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductCatalogItem_ExactPrice ¶
type ProductCatalogItem_ExactPrice = src.ProductCatalogItem_ExactPrice
Exact product price.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductCatalogItem_ExactPrice_ ¶
type ProductCatalogItem_ExactPrice_ = src.ProductCatalogItem_ExactPrice_
type ProductCatalogItem_PriceRange ¶
type ProductCatalogItem_PriceRange = src.ProductCatalogItem_PriceRange
Product price range when there are a range of prices for different variations of the same product.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductCatalogItem_PriceRange_ ¶
type ProductCatalogItem_PriceRange_ = src.ProductCatalogItem_PriceRange_
type ProductCatalogItem_StockState ¶
type ProductCatalogItem_StockState = src.ProductCatalogItem_StockState
Item stock state. If this field is unspecified, the item is assumed to be in stock.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductDetail ¶
type ProductDetail = src.ProductDetail
Detailed product information associated with a user event.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type ProductEventDetail ¶
type ProductEventDetail = src.ProductEventDetail
ProductEventDetail captures user event information specific to retail products.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PurchaseTransaction ¶
type PurchaseTransaction = src.PurchaseTransaction
A transaction represents the entire purchase transaction.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PurgeUserEventsMetadata ¶
type PurgeUserEventsMetadata = src.PurgeUserEventsMetadata
Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PurgeUserEventsRequest ¶
type PurgeUserEventsRequest = src.PurgeUserEventsRequest
Request message for PurgeUserEvents method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type PurgeUserEventsResponse ¶
type PurgeUserEventsResponse = src.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.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UnimplementedCatalogServiceServer ¶
type UnimplementedCatalogServiceServer = src.UnimplementedCatalogServiceServer
UnimplementedCatalogServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UnimplementedPredictionApiKeyRegistryServer ¶
type UnimplementedPredictionApiKeyRegistryServer = src.UnimplementedPredictionApiKeyRegistryServer
UnimplementedPredictionApiKeyRegistryServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UnimplementedPredictionServiceServer ¶
type UnimplementedPredictionServiceServer = src.UnimplementedPredictionServiceServer
UnimplementedPredictionServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UnimplementedUserEventServiceServer ¶
type UnimplementedUserEventServiceServer = src.UnimplementedUserEventServiceServer
UnimplementedUserEventServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UpdateCatalogItemRequest ¶
type UpdateCatalogItemRequest = src.UpdateCatalogItemRequest
Request message for UpdateCatalogItem method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEvent ¶
UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEventImportSummary ¶
type UserEventImportSummary = src.UserEventImportSummary
A summary of import result. The UserEventImportSummary summarizes the import status for user events.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEventInlineSource ¶
type UserEventInlineSource = src.UserEventInlineSource
The inline source for the input config for ImportUserEvents method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEventServiceClient ¶
type UserEventServiceClient = src.UserEventServiceClient
UserEventServiceClient is the client API for UserEventService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
func NewUserEventServiceClient ¶
func NewUserEventServiceClient(cc grpc.ClientConnInterface) UserEventServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEventServiceServer ¶
type UserEventServiceServer = src.UserEventServiceServer
UserEventServiceServer is the server API for UserEventService service.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserEvent_EventSource ¶
type UserEvent_EventSource = src.UserEvent_EventSource
User event source.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type UserInfo ¶
Information of end users.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
type WriteUserEventRequest ¶
type WriteUserEventRequest = src.WriteUserEventRequest
Request message for WriteUserEvent method.
Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.