...

Package recommendationengine

import "google.golang.org/genproto/googleapis/cloud/recommendationengine/v1beta1"
Overview
Index

Overview ▾

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
    func NewCatalogServiceClient(cc grpc.ClientConnInterface) 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
    func NewPredictionApiKeyRegistryClient(cc grpc.ClientConnInterface) PredictionApiKeyRegistryClient
type PredictionApiKeyRegistryServer
type PredictionServiceClient
    func NewPredictionServiceClient(cc grpc.ClientConnInterface) 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
    func NewUserEventServiceClient(cc grpc.ClientConnInterface) UserEventServiceClient
type UserEventServiceServer
type UserEvent_EventSource
type UserInfo
type WriteUserEventRequest

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

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
)

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

type CatalogInlineSource

The inline source for the input config for ImportCatalogItems method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CatalogInlineSource = src.CatalogInlineSource

type 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 = src.CatalogItem

type CatalogItem_CategoryHierarchy

Category represents catalog item category hierarchy.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CatalogItem_CategoryHierarchy = src.CatalogItem_CategoryHierarchy

type CatalogItem_ProductMetadata

type CatalogItem_ProductMetadata = src.CatalogItem_ProductMetadata

type 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

type CatalogServiceClient = src.CatalogServiceClient

func NewCatalogServiceClient

func NewCatalogServiceClient(cc grpc.ClientConnInterface) CatalogServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CatalogServiceServer

CatalogServiceServer is the server API for CatalogService service.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CatalogServiceServer = src.CatalogServiceServer

type CollectUserEventRequest

Request message for CollectUserEvent method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CollectUserEventRequest = src.CollectUserEventRequest

type CreateCatalogItemRequest

Request message for CreateCatalogItem method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CreateCatalogItemRequest = src.CreateCatalogItemRequest

type CreatePredictionApiKeyRegistrationRequest

Request message for the `CreatePredictionApiKeyRegistration` method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type CreatePredictionApiKeyRegistrationRequest = src.CreatePredictionApiKeyRegistrationRequest

type DeleteCatalogItemRequest

Request message for DeleteCatalogItem method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type DeleteCatalogItemRequest = src.DeleteCatalogItemRequest

type DeletePredictionApiKeyRegistrationRequest

Request message for `DeletePredictionApiKeyRegistration` method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type DeletePredictionApiKeyRegistrationRequest = src.DeletePredictionApiKeyRegistrationRequest

type EventDetail

User event details shared by all recommendation types.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type EventDetail = src.EventDetail

type 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 = src.FeatureMap

type FeatureMap_FloatList

A list of float features.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type FeatureMap_FloatList = src.FeatureMap_FloatList

type FeatureMap_StringList

A list of string features.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type FeatureMap_StringList = src.FeatureMap_StringList

type GcsSource

Google Cloud Storage location for input content. format.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type GcsSource = src.GcsSource

type GetCatalogItemRequest

Request message for GetCatalogItem method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type GetCatalogItemRequest = src.GetCatalogItemRequest

type Image

Catalog item thumbnail/detail image.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type Image = src.Image

type ImportCatalogItemsRequest

Request message for Import methods.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ImportCatalogItemsRequest = src.ImportCatalogItemsRequest

type 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 ImportCatalogItemsResponse = src.ImportCatalogItemsResponse

type ImportErrorsConfig

Configuration of destination for Import related errors.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ImportErrorsConfig = src.ImportErrorsConfig

type ImportErrorsConfig_GcsPrefix

type ImportErrorsConfig_GcsPrefix = src.ImportErrorsConfig_GcsPrefix

type 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 ImportMetadata = src.ImportMetadata

type ImportUserEventsRequest

Request message for the ImportUserEvents request.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ImportUserEventsRequest = src.ImportUserEventsRequest

type 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 ImportUserEventsResponse = src.ImportUserEventsResponse

type InputConfig

The input config source.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type InputConfig = src.InputConfig

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

Request message for ListCatalogItems method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListCatalogItemsRequest = src.ListCatalogItemsRequest

type ListCatalogItemsResponse

Response message for ListCatalogItems method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListCatalogItemsResponse = src.ListCatalogItemsResponse

type ListPredictionApiKeyRegistrationsRequest

Request message for the `ListPredictionApiKeyRegistrations`.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListPredictionApiKeyRegistrationsRequest = src.ListPredictionApiKeyRegistrationsRequest

type ListPredictionApiKeyRegistrationsResponse

Response message for the `ListPredictionApiKeyRegistrations`.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListPredictionApiKeyRegistrationsResponse = src.ListPredictionApiKeyRegistrationsResponse

type ListUserEventsRequest

Request message for ListUserEvents method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListUserEventsRequest = src.ListUserEventsRequest

type ListUserEventsResponse

Response message for ListUserEvents method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ListUserEventsResponse = src.ListUserEventsResponse

type PredictRequest

Request message for Predict method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictRequest = src.PredictRequest

type PredictResponse

Response message for predict method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictResponse = src.PredictResponse

type PredictResponse_PredictionResult

PredictionResult represents the recommendation prediction results.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictResponse_PredictionResult = src.PredictResponse_PredictionResult

type PredictionApiKeyRegistration

Registered Api Key.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictionApiKeyRegistration = src.PredictionApiKeyRegistration

type 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

type PredictionApiKeyRegistryClient = src.PredictionApiKeyRegistryClient

func NewPredictionApiKeyRegistryClient

func NewPredictionApiKeyRegistryClient(cc grpc.ClientConnInterface) PredictionApiKeyRegistryClient

Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictionApiKeyRegistryServer

PredictionApiKeyRegistryServer is the server API for PredictionApiKeyRegistry service.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictionApiKeyRegistryServer = src.PredictionApiKeyRegistryServer

type 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

type PredictionServiceClient = src.PredictionServiceClient

func NewPredictionServiceClient

func NewPredictionServiceClient(cc grpc.ClientConnInterface) PredictionServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictionServiceServer

PredictionServiceServer is the server API for PredictionService service.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PredictionServiceServer = src.PredictionServiceServer

type ProductCatalogItem

ProductCatalogItem captures item metadata specific to retail products.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ProductCatalogItem = src.ProductCatalogItem

type ProductCatalogItem_ExactPrice

Exact product price.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ProductCatalogItem_ExactPrice = src.ProductCatalogItem_ExactPrice

type ProductCatalogItem_ExactPrice_

type ProductCatalogItem_ExactPrice_ = src.ProductCatalogItem_ExactPrice_

type 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 = src.ProductCatalogItem_PriceRange

type ProductCatalogItem_PriceRange_

type ProductCatalogItem_PriceRange_ = src.ProductCatalogItem_PriceRange_

type 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 ProductCatalogItem_StockState = src.ProductCatalogItem_StockState

type ProductDetail

Detailed product information associated with a user event.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ProductDetail = src.ProductDetail

type ProductEventDetail

ProductEventDetail captures user event information specific to retail products.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type ProductEventDetail = src.ProductEventDetail

type PurchaseTransaction

A transaction represents the entire purchase transaction.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PurchaseTransaction = src.PurchaseTransaction

type 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 PurgeUserEventsMetadata = src.PurgeUserEventsMetadata

type PurgeUserEventsRequest

Request message for PurgeUserEvents method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type PurgeUserEventsRequest = src.PurgeUserEventsRequest

type 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 PurgeUserEventsResponse = src.PurgeUserEventsResponse

type UnimplementedCatalogServiceServer

UnimplementedCatalogServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UnimplementedCatalogServiceServer = src.UnimplementedCatalogServiceServer

type UnimplementedPredictionApiKeyRegistryServer

UnimplementedPredictionApiKeyRegistryServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UnimplementedPredictionApiKeyRegistryServer = src.UnimplementedPredictionApiKeyRegistryServer

type UnimplementedPredictionServiceServer

UnimplementedPredictionServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UnimplementedPredictionServiceServer = src.UnimplementedPredictionServiceServer

type UnimplementedUserEventServiceServer

UnimplementedUserEventServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UnimplementedUserEventServiceServer = src.UnimplementedUserEventServiceServer

type UpdateCatalogItemRequest

Request message for UpdateCatalogItem method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UpdateCatalogItemRequest = src.UpdateCatalogItemRequest

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 UserEvent = src.UserEvent

type 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 UserEventImportSummary = src.UserEventImportSummary

type UserEventInlineSource

The inline source for the input config for ImportUserEvents method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UserEventInlineSource = src.UserEventInlineSource

type 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

type UserEventServiceClient = src.UserEventServiceClient

func NewUserEventServiceClient

func NewUserEventServiceClient(cc grpc.ClientConnInterface) UserEventServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UserEventServiceServer

UserEventServiceServer is the server API for UserEventService service.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UserEventServiceServer = src.UserEventServiceServer

type UserEvent_EventSource

User event source.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UserEvent_EventSource = src.UserEvent_EventSource

type UserInfo

Information of end users.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type UserInfo = src.UserInfo

type WriteUserEventRequest

Request message for WriteUserEvent method.

Deprecated: Please use types in: cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb

type WriteUserEventRequest = src.WriteUserEventRequest