...

Package recommendationengine

import "google.golang.org/api/recommendationengine/v1beta1"
Overview
Index

Overview ▾

Package recommendationengine provides access to the Recommendations AI (Beta).

For product documentation, see: https://cloud.google.com/recommendations-ai/docs

Library status

These client libraries are officially supported by Google. However, this library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

When possible, we recommend using our newer [Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go) that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/recommendationengine/v1beta1"
...
ctx := context.Background()
recommendationengineService, err := recommendationengine.NewService(ctx)

In this example, Google Application Default Credentials are used for authentication. For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support API keys), use google.golang.org/api/option.WithAPIKey:

recommendationengineService, err := recommendationengine.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow, use google.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
recommendationengineService, err := recommendationengine.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See google.golang.org/api/option.ClientOption for details on options.

Index ▾

Constants
type GoogleApiHttpBody
    func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata
type GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse
    func (s *GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1alphaTuningMetadata
    func (s *GoogleCloudRecommendationengineV1alphaTuningMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1alphaTuningResponse
type GoogleCloudRecommendationengineV1beta1BigQuerySource
    func (s *GoogleCloudRecommendationengineV1beta1BigQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1Catalog
    func (s *GoogleCloudRecommendationengineV1beta1Catalog) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1CatalogInlineSource
    func (s *GoogleCloudRecommendationengineV1beta1CatalogInlineSource) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1CatalogItem
    func (s *GoogleCloudRecommendationengineV1beta1CatalogItem) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy
    func (s *GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
    func (s *GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest
    func (s *GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1EventDetail
    func (s *GoogleCloudRecommendationengineV1beta1EventDetail) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1FeatureMap
    func (s *GoogleCloudRecommendationengineV1beta1FeatureMap) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1FeatureMapFloatList
    func (s *GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) UnmarshalJSON(data []byte) error
type GoogleCloudRecommendationengineV1beta1FeatureMapStringList
    func (s *GoogleCloudRecommendationengineV1beta1FeatureMapStringList) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1GcsSource
    func (s *GoogleCloudRecommendationengineV1beta1GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1Image
    func (s *GoogleCloudRecommendationengineV1beta1Image) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest
    func (s *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportErrorsConfig
    func (s *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportMetadata
    func (s *GoogleCloudRecommendationengineV1beta1ImportMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest
    func (s *GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1InputConfig
    func (s *GoogleCloudRecommendationengineV1beta1InputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ListCatalogsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ListCatalogsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ListUserEventsResponse
    func (s *GoogleCloudRecommendationengineV1beta1ListUserEventsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PredictRequest
    func (s *GoogleCloudRecommendationengineV1beta1PredictRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PredictResponse
    func (s *GoogleCloudRecommendationengineV1beta1PredictResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult
    func (s *GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
    func (s *GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ProductCatalogItem
    func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItem) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice
    func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) UnmarshalJSON(data []byte) error
type GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange
    func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) UnmarshalJSON(data []byte) error
type GoogleCloudRecommendationengineV1beta1ProductDetail
    func (s *GoogleCloudRecommendationengineV1beta1ProductDetail) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudRecommendationengineV1beta1ProductDetail) UnmarshalJSON(data []byte) error
type GoogleCloudRecommendationengineV1beta1ProductEventDetail
    func (s *GoogleCloudRecommendationengineV1beta1ProductEventDetail) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PurchaseTransaction
    func (s *GoogleCloudRecommendationengineV1beta1PurchaseTransaction) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudRecommendationengineV1beta1PurchaseTransaction) UnmarshalJSON(data []byte) error
type GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata
    func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest
    func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse
    func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata
type GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
    func (s *GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse
    func (s *GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1UserEvent
    func (s *GoogleCloudRecommendationengineV1beta1UserEvent) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1UserEventImportSummary
    func (s *GoogleCloudRecommendationengineV1beta1UserEventImportSummary) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1UserEventInlineSource
    func (s *GoogleCloudRecommendationengineV1beta1UserEventInlineSource) MarshalJSON() ([]byte, error)
type GoogleCloudRecommendationengineV1beta1UserInfo
    func (s *GoogleCloudRecommendationengineV1beta1UserInfo) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse
    func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation
    func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty
type GoogleRpcStatus
    func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)
type ProjectsLocationsCatalogsCatalogItemsCreateCall
    func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsCreateCall
    func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsCreateCall
    func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Header() http.Header
type ProjectsLocationsCatalogsCatalogItemsDeleteCall
    func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsDeleteCall
    func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsDeleteCall
    func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Header() http.Header
type ProjectsLocationsCatalogsCatalogItemsGetCall
    func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsGetCall
    func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsGetCall
    func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsCatalogItemsGetCall
type ProjectsLocationsCatalogsCatalogItemsImportCall
    func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsImportCall
    func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsImportCall
    func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Header() http.Header
type ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Filter(filter string) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse) error) error
type ProjectsLocationsCatalogsCatalogItemsPatchCall
    func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsPatchCall
    func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)
    func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsPatchCall
    func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsCatalogsCatalogItemsPatchCall
type ProjectsLocationsCatalogsCatalogItemsService
    func NewProjectsLocationsCatalogsCatalogItemsService(s *Service) *ProjectsLocationsCatalogsCatalogItemsService
    func (r *ProjectsLocationsCatalogsCatalogItemsService) Create(parent string, googlecloudrecommendationenginev1beta1catalogitem *GoogleCloudRecommendationengineV1beta1CatalogItem) *ProjectsLocationsCatalogsCatalogItemsCreateCall
    func (r *ProjectsLocationsCatalogsCatalogItemsService) Delete(name string) *ProjectsLocationsCatalogsCatalogItemsDeleteCall
    func (r *ProjectsLocationsCatalogsCatalogItemsService) Get(name string) *ProjectsLocationsCatalogsCatalogItemsGetCall
    func (r *ProjectsLocationsCatalogsCatalogItemsService) Import(parent string, googlecloudrecommendationenginev1beta1importcatalogitemsrequest *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest) *ProjectsLocationsCatalogsCatalogItemsImportCall
    func (r *ProjectsLocationsCatalogsCatalogItemsService) List(parent string) *ProjectsLocationsCatalogsCatalogItemsListCall
    func (r *ProjectsLocationsCatalogsCatalogItemsService) Patch(name string, googlecloudrecommendationenginev1beta1catalogitem *GoogleCloudRecommendationengineV1beta1CatalogItem) *ProjectsLocationsCatalogsCatalogItemsPatchCall
type ProjectsLocationsCatalogsEventStoresOperationsGetCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresOperationsGetCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresOperationsGetCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresOperationsGetCall
type ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Filter(filter string) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresOperationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsCatalogsEventStoresOperationsService
    func NewProjectsLocationsCatalogsEventStoresOperationsService(s *Service) *ProjectsLocationsCatalogsEventStoresOperationsService
    func (r *ProjectsLocationsCatalogsEventStoresOperationsService) Get(name string) *ProjectsLocationsCatalogsEventStoresOperationsGetCall
    func (r *ProjectsLocationsCatalogsEventStoresOperationsService) List(name string) *ProjectsLocationsCatalogsEventStoresOperationsListCall
type ProjectsLocationsCatalogsEventStoresPlacementsPredictCall
    func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall
    func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1PredictResponse, error)
    func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall
    func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1PredictResponse) error) error
type ProjectsLocationsCatalogsEventStoresPlacementsService
    func NewProjectsLocationsCatalogsEventStoresPlacementsService(s *Service) *ProjectsLocationsCatalogsEventStoresPlacementsService
    func (r *ProjectsLocationsCatalogsEventStoresPlacementsService) Predict(name string, googlecloudrecommendationenginev1beta1predictrequest *GoogleCloudRecommendationengineV1beta1PredictRequest) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall
type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration, error)
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Header() http.Header
type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Header() http.Header
type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse, error)
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
    func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse) error) error
type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService
    func NewProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService(s *Service) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService
    func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Create(parent string, googlecloudrecommendationenginev1beta1createpredictionapikeyregistrationrequest *GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall
    func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Delete(name string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall
    func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) List(parent string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall
type ProjectsLocationsCatalogsEventStoresService
    func NewProjectsLocationsCatalogsEventStoresService(s *Service) *ProjectsLocationsCatalogsEventStoresService
type ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Ets(ets int64) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Uri(uri string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) UserEvent(userEvent string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
type ProjectsLocationsCatalogsEventStoresUserEventsImportCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Header() http.Header
type ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListUserEventsResponse, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Filter(filter string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListUserEventsResponse) error) error
type ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Header() http.Header
type ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Header() http.Header
type ProjectsLocationsCatalogsEventStoresUserEventsService
    func NewProjectsLocationsCatalogsEventStoresUserEventsService(s *Service) *ProjectsLocationsCatalogsEventStoresUserEventsService
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Collect(parent string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Import(parent string, googlecloudrecommendationenginev1beta1importusereventsrequest *GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) List(parent string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Purge(parent string, googlecloudrecommendationenginev1beta1purgeusereventsrequest *GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Rejoin(parent string, googlecloudrecommendationenginev1beta1rejoinusereventsrequest *GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall
    func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Write(parent string, googlecloudrecommendationenginev1beta1userevent *GoogleCloudRecommendationengineV1beta1UserEvent) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall
type ProjectsLocationsCatalogsEventStoresUserEventsWriteCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1UserEvent, error)
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall
    func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Header() http.Header
type ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListCatalogsResponse, error)
    func (c *ProjectsLocationsCatalogsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsListCall
    func (c *ProjectsLocationsCatalogsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListCatalogsResponse) error) error
type ProjectsLocationsCatalogsOperationsGetCall
    func (c *ProjectsLocationsCatalogsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsOperationsGetCall
    func (c *ProjectsLocationsCatalogsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsCatalogsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsOperationsGetCall
    func (c *ProjectsLocationsCatalogsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsOperationsGetCall
type ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsCatalogsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) Filter(filter string) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsOperationsListCall
    func (c *ProjectsLocationsCatalogsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsCatalogsOperationsService
    func NewProjectsLocationsCatalogsOperationsService(s *Service) *ProjectsLocationsCatalogsOperationsService
    func (r *ProjectsLocationsCatalogsOperationsService) Get(name string) *ProjectsLocationsCatalogsOperationsGetCall
    func (r *ProjectsLocationsCatalogsOperationsService) List(name string) *ProjectsLocationsCatalogsOperationsListCall
type ProjectsLocationsCatalogsPatchCall
    func (c *ProjectsLocationsCatalogsPatchCall) Context(ctx context.Context) *ProjectsLocationsCatalogsPatchCall
    func (c *ProjectsLocationsCatalogsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1Catalog, error)
    func (c *ProjectsLocationsCatalogsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsPatchCall
    func (c *ProjectsLocationsCatalogsPatchCall) Header() http.Header
    func (c *ProjectsLocationsCatalogsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsCatalogsPatchCall
type ProjectsLocationsCatalogsService
    func NewProjectsLocationsCatalogsService(s *Service) *ProjectsLocationsCatalogsService
    func (r *ProjectsLocationsCatalogsService) List(parent string) *ProjectsLocationsCatalogsListCall
    func (r *ProjectsLocationsCatalogsService) Patch(name string, googlecloudrecommendationenginev1beta1catalog *GoogleCloudRecommendationengineV1beta1Catalog) *ProjectsLocationsCatalogsPatchCall
type ProjectsLocationsService
    func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
type ProjectsService
    func NewProjectsService(s *Service) *ProjectsService
type Service
    func New(client *http.Client) (*Service, error)
    func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

Package files

recommendationengine-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // See, edit, configure, and delete your Google Cloud data and see the email
    // address for your Google Account.
    CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"
)

type GoogleApiHttpBody

GoogleApiHttpBody: Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.

type GoogleApiHttpBody struct {
    // ContentType: The HTTP Content-Type header value specifying the content type
    // of the body.
    ContentType string `json:"contentType,omitempty"`
    // Data: The HTTP request/response body as raw binary.
    Data string `json:"data,omitempty"`
    // Extensions: Application specific response metadata. Must be set in the first
    // response for streaming APIs.
    Extensions []googleapi.RawMessage `json:"extensions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ContentType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ContentType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleApiHttpBody) MarshalJSON

func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata

GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata: Metadata for TriggerCatalogRejoin method.

type GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata struct {
}

type GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse

GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse: Response message for TriggerCatalogRejoin method.

type GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse struct {
    // RejoinedUserEventsCount: Number of user events that were joined with latest
    // catalog items.
    RejoinedUserEventsCount int64 `json:"rejoinedUserEventsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "RejoinedUserEventsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RejoinedUserEventsCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1alphaTuningMetadata

GoogleCloudRecommendationengineV1alphaTuningMetadata: Metadata associated with a tune operation.

type GoogleCloudRecommendationengineV1alphaTuningMetadata struct {
    // RecommendationModel: The resource name of the recommendation model that this
    // tune applies to. Format:
    // projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/event
    // Stores/{event_store_id}/recommendationModels/{recommendation_model_id}
    RecommendationModel string `json:"recommendationModel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "RecommendationModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RecommendationModel") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1alphaTuningMetadata) MarshalJSON

func (s *GoogleCloudRecommendationengineV1alphaTuningMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1alphaTuningResponse

GoogleCloudRecommendationengineV1alphaTuningResponse: Response associated with a tune operation.

type GoogleCloudRecommendationengineV1alphaTuningResponse struct {
}

type GoogleCloudRecommendationengineV1beta1BigQuerySource

GoogleCloudRecommendationengineV1beta1BigQuerySource: BigQuery source import data from.

type GoogleCloudRecommendationengineV1beta1BigQuerySource struct {
    // DataSchema: Optional. The schema to use when parsing the data from the
    // source. Supported values for catalog imports: 1:
    // "catalog_recommendations_ai" using
    // https://cloud.google.com/recommendations-ai/docs/upload-catalog#json
    // (Default for catalogItems.import) 2: "catalog_merchant_center" using
    // https://cloud.google.com/recommendations-ai/docs/upload-catalog#mc Supported
    // values for user event imports: 1: "user_events_recommendations_ai" using
    // https://cloud.google.com/recommendations-ai/docs/manage-user-events#import
    // (Default for userEvents.import) 2. "user_events_ga360" using
    // https://support.google.com/analytics/answer/3437719?hl=en
    DataSchema string `json:"dataSchema,omitempty"`
    // DatasetId: Required. The BigQuery data set to copy the data from.
    DatasetId string `json:"datasetId,omitempty"`
    // GcsStagingDir: Optional. Intermediate Cloud Storage directory used for the
    // import. Can be specified if one wants to have the BigQuery export to a
    // specific Cloud Storage directory.
    GcsStagingDir string `json:"gcsStagingDir,omitempty"`
    // ProjectId: Optional. The project id (can be project # or id) that the
    // BigQuery source is in. If not specified, inherits the project id from the
    // parent request.
    ProjectId string `json:"projectId,omitempty"`
    // TableId: Required. The BigQuery table to copy the data from.
    TableId string `json:"tableId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DataSchema") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DataSchema") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1BigQuerySource) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1BigQuerySource) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1Catalog

GoogleCloudRecommendationengineV1beta1Catalog: The catalog configuration. Next ID: 5.

type GoogleCloudRecommendationengineV1beta1Catalog struct {
    // CatalogItemLevelConfig: Required. The catalog item level configuration.
    CatalogItemLevelConfig *GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig `json:"catalogItemLevelConfig,omitempty"`
    // DefaultEventStoreId: Required. The ID of the default event store.
    DefaultEventStoreId string `json:"defaultEventStoreId,omitempty"`
    // DisplayName: Required. The catalog display name.
    DisplayName string `json:"displayName,omitempty"`
    // Name: The fully qualified resource name of the catalog.
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CatalogItemLevelConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CatalogItemLevelConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1Catalog) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1Catalog) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1CatalogInlineSource

GoogleCloudRecommendationengineV1beta1CatalogInlineSource: The inline source for the input config for ImportCatalogItems method.

type GoogleCloudRecommendationengineV1beta1CatalogInlineSource struct {
    // CatalogItems: Optional. A list of catalog items to update/create.
    // Recommended max of 10k items.
    CatalogItems []*GoogleCloudRecommendationengineV1beta1CatalogItem `json:"catalogItems,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CatalogItems") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CatalogItems") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1CatalogInlineSource) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1CatalogInlineSource) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1CatalogItem

GoogleCloudRecommendationengineV1beta1CatalogItem: CatalogItem captures all metadata information of items to be recommended.

type GoogleCloudRecommendationengineV1beta1CatalogItem struct {
    // CategoryHierarchies: Required. Catalog item categories. This field is
    // repeated for supporting one catalog item belonging to several parallel
    // category hierarchies. For example, if a shoes product belongs to both
    // ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic
    // Clothing" -> "Shoes"], it could be represented as: "categoryHierarchies": [
    // { "categories": ["Shoes & Accessories", "Shoes"]}, { "categories": ["Sports
    // & Fitness", "Athletic Clothing", "Shoes"] } ]
    CategoryHierarchies []*GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy `json:"categoryHierarchies,omitempty"`
    // Description: Optional. Catalog item description. UTF-8 encoded string with a
    // length limit of 5 KiB.
    Description string `json:"description,omitempty"`
    // Id: Required. Catalog item identifier. UTF-8 encoded string with a length
    // limit of 128 bytes. This id must be unique among all catalog items within
    // the same catalog. It should also be used when logging user events in order
    // for the user events to be joined with the Catalog.
    Id string `json:"id,omitempty"`
    // ItemAttributes: Optional. Highly encouraged. Extra catalog item attributes
    // to be included in the recommendation model. For example, for retail
    // products, this could include the store name, vendor, style, color, etc.
    // These are very strong signals for recommendation model, thus we highly
    // recommend providing the item attributes here.
    ItemAttributes *GoogleCloudRecommendationengineV1beta1FeatureMap `json:"itemAttributes,omitempty"`
    // ItemGroupId: Optional. Variant group identifier for prediction results.
    // UTF-8 encoded string with a length limit of 128 bytes. This field must be
    // enabled before it can be used. Learn more
    // (/recommendations-ai/docs/catalog#item-group-id).
    ItemGroupId string `json:"itemGroupId,omitempty"`
    // LanguageCode: Optional. Deprecated. The model automatically detects the text
    // language. Your catalog can include text in different languages, but
    // duplicating catalog items to provide text in multiple languages can result
    // in degraded model performance.
    LanguageCode string `json:"languageCode,omitempty"`
    // ProductMetadata: Optional. Metadata specific to retail products.
    ProductMetadata *GoogleCloudRecommendationengineV1beta1ProductCatalogItem `json:"productMetadata,omitempty"`
    // Tags: Optional. Filtering tags associated with the catalog item. Each tag
    // should be a UTF-8 encoded string with a length limit of 1 KiB. This tag can
    // be used for filtering recommendation results by passing the tag as part of
    // the predict request filter.
    Tags []string `json:"tags,omitempty"`
    // Title: Required. Catalog item title. UTF-8 encoded string with a length
    // limit of 1 KiB.
    Title string `json:"title,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CategoryHierarchies") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoryHierarchies") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1CatalogItem) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1CatalogItem) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy

GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy: Category represents catalog item category hierarchy.

type GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy struct {
    // Categories: Required. Catalog item categories. Each category should be a
    // UTF-8 encoded string with a length limit of 2 KiB. Note that the order in
    // the list denotes the specificity (from least to most specific).
    Categories []string `json:"categories,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Categories") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Categories") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig

GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig: Configures the catalog level that users send events to, and the level at which predictions are made.

type GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig struct {
    // EventItemLevel: Optional. Level of the catalog at which events are uploaded.
    // See https://cloud.google.com/recommendations-ai/docs/catalog#catalog-levels
    // for more details.
    //
    // Possible values:
    //   "CATALOG_ITEM_LEVEL_UNSPECIFIED" - Unknown value - should never be used.
    //   "VARIANT" - Catalog items are at variant level.
    //   "MASTER" - Catalog items are at master level.
    EventItemLevel string `json:"eventItemLevel,omitempty"`
    // PredictItemLevel: Optional. Level of the catalog at which predictions are
    // made. See
    // https://cloud.google.com/recommendations-ai/docs/catalog#catalog-levels for
    // more details.
    //
    // Possible values:
    //   "CATALOG_ITEM_LEVEL_UNSPECIFIED" - Unknown value - should never be used.
    //   "VARIANT" - Catalog items are at variant level.
    //   "MASTER" - Catalog items are at master level.
    PredictItemLevel string `json:"predictItemLevel,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EventItemLevel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EventItemLevel") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest

GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationReque st: Request message for the `CreatePredictionApiKeyRegistration` method.

type GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest struct {
    // PredictionApiKeyRegistration: Required. The prediction API key registration.
    PredictionApiKeyRegistration *GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration `json:"predictionApiKeyRegistration,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "PredictionApiKeyRegistration") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PredictionApiKeyRegistration") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1EventDetail

GoogleCloudRecommendationengineV1beta1EventDetail: User event details shared by all recommendation types.

type GoogleCloudRecommendationengineV1beta1EventDetail struct {
    // EventAttributes: Optional. Extra user event features to include in the
    // recommendation model. For product recommendation, an example of extra user
    // information is traffic_channel, i.e. how user arrives at the site. Users can
    // arrive at the site by coming to the site directly, or coming through Google
    // search, and etc.
    EventAttributes *GoogleCloudRecommendationengineV1beta1FeatureMap `json:"eventAttributes,omitempty"`
    // ExperimentIds: Optional. A list of identifiers for the independent
    // experiment groups this user event belongs to. This is used to distinguish
    // between user events associated with different experiment setups (e.g. using
    // Recommendation Engine system, using different recommendation models).
    ExperimentIds []string `json:"experimentIds,omitempty"`
    // PageViewId: Optional. A unique id of a web page view. This should be kept
    // the same for all user events triggered from the same pageview. For example,
    // an item detail page view could trigger multiple events as the user is
    // browsing the page. The `pageViewId` property should be kept the same for all
    // these events so that they can be grouped together properly. This
    // `pageViewId` will be automatically generated if using the JavaScript pixel.
    PageViewId string `json:"pageViewId,omitempty"`
    // RecommendationToken: Optional. Recommendation token included in the
    // recommendation prediction response. This field enables accurate attribution
    // of recommendation model performance. This token enables us to accurately
    // attribute page view or purchase back to the event and the particular predict
    // response containing this clicked/purchased item. If user clicks on product K
    // in the recommendation results, pass the
    // `PredictResponse.recommendationToken` property as a url parameter to product
    // K's page. When recording events on product K's page, log the
    // PredictResponse.recommendation_token to this field. Optional, but highly
    // encouraged for user events that are the result of a recommendation
    // prediction query.
    RecommendationToken string `json:"recommendationToken,omitempty"`
    // ReferrerUri: Optional. The referrer url of the current page. When using the
    // JavaScript pixel, this value is filled in automatically.
    ReferrerUri string `json:"referrerUri,omitempty"`
    // Uri: Optional. Complete url (window.location.href) of the user's current
    // page. When using the JavaScript pixel, this value is filled in
    // automatically. Maximum length 5KB.
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EventAttributes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EventAttributes") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1EventDetail) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1EventDetail) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1FeatureMap

GoogleCloudRecommendationengineV1beta1FeatureMap: FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.

type GoogleCloudRecommendationengineV1beta1FeatureMap struct {
    // CategoricalFeatures: Categorical features that can take on one of a limited
    // number of possible values. Some examples would be the brand/maker of a
    // product, or country of a customer. Feature names and values must be UTF-8
    // encoded strings. For example: `{ "colors": {"value": ["yellow", "green"]},
    // "sizes": {"value":["S", "M"]}`
    CategoricalFeatures map[string]GoogleCloudRecommendationengineV1beta1FeatureMapStringList `json:"categoricalFeatures,omitempty"`
    // NumericalFeatures: Numerical features. Some examples would be the
    // height/weight of a product, or age of a customer. Feature names must be
    // UTF-8 encoded strings. For example: `{ "lengths_cm": {"value":[2.3, 15.4]},
    // "heights_cm": {"value":[8.1, 6.4]} }`
    NumericalFeatures map[string]GoogleCloudRecommendationengineV1beta1FeatureMapFloatList `json:"numericalFeatures,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CategoricalFeatures") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CategoricalFeatures") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1FeatureMap) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1FeatureMap) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1FeatureMapFloatList

GoogleCloudRecommendationengineV1beta1FeatureMapFloatList: A list of float features.

type GoogleCloudRecommendationengineV1beta1FeatureMapFloatList struct {
    // Value: Float feature value.
    Value []float64 `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) MarshalJSON() ([]byte, error)

func (*GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) UnmarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1FeatureMapFloatList) UnmarshalJSON(data []byte) error

type GoogleCloudRecommendationengineV1beta1FeatureMapStringList

GoogleCloudRecommendationengineV1beta1FeatureMapStringList: A list of string features.

type GoogleCloudRecommendationengineV1beta1FeatureMapStringList struct {
    // Value: String feature value with a length limit of 128 bytes.
    Value []string `json:"value,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Value") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Value") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1FeatureMapStringList) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1FeatureMapStringList) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1GcsSource

GoogleCloudRecommendationengineV1beta1GcsSource: Google Cloud Storage location for input content. format.

type GoogleCloudRecommendationengineV1beta1GcsSource struct {
    // InputUris: Required. Google Cloud Storage URIs to input files. URI can be up
    // to 2000 characters long. URIs can match the full object path (for example,
    // `gs://bucket/directory/object.json`) or a pattern matching one or more
    // files, such as `gs://bucket/directory/*.json`. A request can contain at most
    // 100 files, and each file can be up to 2 GB. See Importing catalog
    // information (/recommendations-ai/docs/upload-catalog) for the expected file
    // format and setup instructions.
    InputUris []string `json:"inputUris,omitempty"`
    // JsonSchema: Optional. The schema to use when parsing the data from the
    // source. Supported values for catalog imports: 1:
    // "catalog_recommendations_ai" using
    // https://cloud.google.com/recommendations-ai/docs/upload-catalog#json
    // (Default for catalogItems.import) 2: "catalog_merchant_center" using
    // https://cloud.google.com/recommendations-ai/docs/upload-catalog#mc Supported
    // values for user events imports: 1: "user_events_recommendations_ai" using
    // https://cloud.google.com/recommendations-ai/docs/manage-user-events#import
    // (Default for userEvents.import) 2. "user_events_ga360" using
    // https://support.google.com/analytics/answer/3437719?hl=en
    JsonSchema string `json:"jsonSchema,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputUris") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputUris") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1GcsSource) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1GcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1Image

GoogleCloudRecommendationengineV1beta1Image: Catalog item thumbnail/detail image.

type GoogleCloudRecommendationengineV1beta1Image struct {
    // Height: Optional. Height of the image in number of pixels.
    Height int64 `json:"height,omitempty"`
    // Uri: Required. URL of the image with a length limit of 5 KiB.
    Uri string `json:"uri,omitempty"`
    // Width: Optional. Width of the image in number of pixels.
    Width int64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Height") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Height") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1Image) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1Image) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest

GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest: Request message for Import methods.

type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest struct {
    // ErrorsConfig: Optional. The desired location of errors incurred during the
    // Import.
    ErrorsConfig *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig `json:"errorsConfig,omitempty"`
    // InputConfig: Required. The desired input location of the data.
    InputConfig *GoogleCloudRecommendationengineV1beta1InputConfig `json:"inputConfig,omitempty"`
    // RequestId: Optional. Unique identifier provided by client, within the
    // ancestor dataset scope. Ensures idempotency and used for request
    // deduplication. Server-generated if unspecified. Up to 128 characters long.
    // This is returned as google.longrunning.Operation.name in the response.
    RequestId string `json:"requestId,omitempty"`
    // UpdateMask: Optional. Indicates which fields in the provided imported
    // 'items' to update. If not set, will by default update all fields.
    UpdateMask string `json:"updateMask,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ErrorsConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ErrorsConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse

GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse: 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.

type GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse struct {
    // ErrorSamples: A sample of errors encountered while processing the request.
    ErrorSamples []*GoogleRpcStatus `json:"errorSamples,omitempty"`
    // ErrorsConfig: Echoes the destination for the complete errors in the request
    // if set.
    ErrorsConfig *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig `json:"errorsConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ErrorSamples") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ErrorSamples") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportErrorsConfig

GoogleCloudRecommendationengineV1beta1ImportErrorsConfig: Configuration of destination for Import related errors.

type GoogleCloudRecommendationengineV1beta1ImportErrorsConfig struct {
    // GcsPrefix: Google Cloud Storage path for import errors. This must be an
    // empty, existing Cloud Storage bucket. Import errors will be written to a
    // file in this bucket, one per line, as a JSON-encoded `google.rpc.Status`
    // message.
    GcsPrefix string `json:"gcsPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsPrefix") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportErrorsConfig) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportMetadata

GoogleCloudRecommendationengineV1beta1ImportMetadata: Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.

type GoogleCloudRecommendationengineV1beta1ImportMetadata struct {
    // CreateTime: Operation create time.
    CreateTime string `json:"createTime,omitempty"`
    // FailureCount: Count of entries that encountered errors while processing.
    FailureCount int64 `json:"failureCount,omitempty,string"`
    // OperationName: Name of the operation.
    OperationName string `json:"operationName,omitempty"`
    // RequestId: Id of the request / operation. This is parroting back the
    // requestId that was passed in the request.
    RequestId string `json:"requestId,omitempty"`
    // SuccessCount: Count of entries that were processed successfully.
    SuccessCount int64 `json:"successCount,omitempty,string"`
    // UpdateTime: Operation last update time. If the operation is done, this is
    // also the finish time.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportMetadata) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest

GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest: Request message for the ImportUserEvents request.

type GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest struct {
    // ErrorsConfig: Optional. The desired location of errors incurred during the
    // Import.
    ErrorsConfig *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig `json:"errorsConfig,omitempty"`
    // InputConfig: Required. The desired input location of the data.
    InputConfig *GoogleCloudRecommendationengineV1beta1InputConfig `json:"inputConfig,omitempty"`
    // RequestId: Optional. Unique identifier provided by client, within the
    // ancestor dataset scope. Ensures idempotency for expensive long running
    // operations. Server-generated if unspecified. Up to 128 characters long. This
    // is returned as google.longrunning.Operation.name in the response. Note that
    // this field must not be set if the desired input config is
    // catalog_inline_source.
    RequestId string `json:"requestId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ErrorsConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ErrorsConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse

GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse: 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.

type GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse struct {
    // ErrorSamples: A sample of errors encountered while processing the request.
    ErrorSamples []*GoogleRpcStatus `json:"errorSamples,omitempty"`
    // ErrorsConfig: Echoes the destination for the complete errors if this field
    // was set in the request.
    ErrorsConfig *GoogleCloudRecommendationengineV1beta1ImportErrorsConfig `json:"errorsConfig,omitempty"`
    // ImportSummary: Aggregated statistics of user event import status.
    ImportSummary *GoogleCloudRecommendationengineV1beta1UserEventImportSummary `json:"importSummary,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ErrorSamples") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ErrorSamples") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1InputConfig

GoogleCloudRecommendationengineV1beta1InputConfig: The input config source.

type GoogleCloudRecommendationengineV1beta1InputConfig struct {
    // BigQuerySource: BigQuery input source.
    BigQuerySource *GoogleCloudRecommendationengineV1beta1BigQuerySource `json:"bigQuerySource,omitempty"`
    // CatalogInlineSource: The Inline source for the input content for Catalog
    // items.
    CatalogInlineSource *GoogleCloudRecommendationengineV1beta1CatalogInlineSource `json:"catalogInlineSource,omitempty"`
    // GcsSource: Google Cloud Storage location for the input content.
    GcsSource *GoogleCloudRecommendationengineV1beta1GcsSource `json:"gcsSource,omitempty"`
    // UserEventInlineSource: The Inline source for the input content for
    // UserEvents.
    UserEventInlineSource *GoogleCloudRecommendationengineV1beta1UserEventInlineSource `json:"userEventInlineSource,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BigQuerySource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BigQuerySource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1InputConfig) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1InputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse

GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse: Response message for ListCatalogItems method.

type GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse struct {
    // CatalogItems: The catalog items.
    CatalogItems []*GoogleCloudRecommendationengineV1beta1CatalogItem `json:"catalogItems,omitempty"`
    // NextPageToken: If empty, the list is complete. If nonempty, the token to
    // pass to the next request's ListCatalogItemRequest.page_token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CatalogItems") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CatalogItems") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ListCatalogsResponse

GoogleCloudRecommendationengineV1beta1ListCatalogsResponse: Response for ListCatalogs method.

type GoogleCloudRecommendationengineV1beta1ListCatalogsResponse struct {
    // Catalogs: Output only. All the customer's catalogs.
    Catalogs []*GoogleCloudRecommendationengineV1beta1Catalog `json:"catalogs,omitempty"`
    // NextPageToken: Pagination token, if not returned indicates the last page.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Catalogs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Catalogs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ListCatalogsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ListCatalogsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse

GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsRespon se: Response message for the `ListPredictionApiKeyRegistrations`.

type GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse struct {
    // NextPageToken: If empty, the list is complete. If nonempty, pass the token
    // to the next request's `ListPredictionApiKeysRegistrationsRequest.pageToken`.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // PredictionApiKeyRegistrations: The list of registered API keys.
    PredictionApiKeyRegistrations []*GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration `json:"predictionApiKeyRegistrations,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ListUserEventsResponse

GoogleCloudRecommendationengineV1beta1ListUserEventsResponse: Response message for ListUserEvents method.

type GoogleCloudRecommendationengineV1beta1ListUserEventsResponse struct {
    // NextPageToken: If empty, the list is complete. If nonempty, the token to
    // pass to the next request's ListUserEvents.page_token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // UserEvents: The user events.
    UserEvents []*GoogleCloudRecommendationengineV1beta1UserEvent `json:"userEvents,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ListUserEventsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ListUserEventsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PredictRequest

GoogleCloudRecommendationengineV1beta1PredictRequest: Request message for Predict method. Full resource name of the format: `{name=projects/*/locations/global/catalogs/default_catalog/eventStores/defau lt_event_store/placements/*}` The id of the recommendation engine placement. This id is used to identify the set of models that will be used to make the prediction. We currently support three placements with the following IDs by default: // * `shopping_cart`: Predicts items frequently bought together with one or more catalog items in the same shopping session. Commonly displayed after `add-to-cart` event, on product detail pages, or on the shopping cart page. * `home_page`: Predicts the next product that a user will most likely engage with or purchase based on the shopping or viewing history of the specified `userId` or `visitorId`. For example - Recommendations for you. * `product_detail`: Predicts the next product that a user will most likely engage with or purchase. The prediction is based on the shopping or viewing history of the specified `userId` or `visitorId` and its relevance to a specified `CatalogItem`. Typically used on product detail pages. For example - More items like this. * `recently_viewed_default`: Returns up to 75 items recently viewed by the specified `userId` or `visitorId`, most recent ones first. Returns nothing if neither of them has viewed any items yet. For example - Recently viewed. The full list of available placements can be seen at https://console.cloud.google.com/recommendation/catalogs/default_catalog/placements

type GoogleCloudRecommendationengineV1beta1PredictRequest struct {
    // DryRun: Optional. Use dryRun mode for this prediction query. If set to true,
    // a fake model will be used that returns arbitrary catalog items. Note that
    // the dryRun mode should only be used for testing the API, or if the model is
    // not ready.
    DryRun bool `json:"dryRun,omitempty"`
    // Filter: Optional. Filter for restricting prediction results. Accepts values
    // for tags and the `filterOutOfStockItems` flag. * Tag expressions. Restricts
    // predictions to items that match all of the specified tags. Boolean operators
    // `OR` and `NOT` are supported if the expression is enclosed in parentheses,
    // and must be separated from the tag values by a space. `-"tagA" is also
    // supported and is equivalent to `NOT "tagA". Tag values must be double
    // quoted UTF-8 encoded strings with a size limit of 1 KiB. *
    // filterOutOfStockItems. Restricts predictions to items that do not have a
    // stockState value of OUT_OF_STOCK. Examples: * tag=("Red" OR "Blue")
    // tag="New-Arrival" tag=(NOT "promotional") * filterOutOfStockItems
    // tag=(-"promotional") * filterOutOfStockItems If your filter blocks all
    // prediction results, nothing will be returned. If you want generic
    // (unfiltered) popular items to be returned instead, set `strictFiltering` to
    // false in `PredictRequest.params`.
    Filter string `json:"filter,omitempty"`
    // Labels: Optional. The labels for the predict request. * Label keys can
    // contain lowercase letters, digits and hyphens, must start with a letter, and
    // must end with a letter or digit. * Non-zero label values can contain
    // lowercase letters, digits and hyphens, must start with a letter, and must
    // end with a letter or digit. * No more than 64 labels can be associated with
    // a given request. See https://goo.gl/xmQnxf for more information on and
    // examples of labels.
    Labels map[string]string `json:"labels,omitempty"`
    // PageSize: Optional. Maximum number of results to return per page. Set this
    // property to the number of prediction results required. If zero, the service
    // will choose a reasonable default.
    PageSize int64 `json:"pageSize,omitempty"`
    // PageToken: Optional. The previous PredictResponse.next_page_token.
    PageToken string `json:"pageToken,omitempty"`
    // Params: Optional. Additional domain specific parameters for the predictions.
    // Allowed values: * `returnCatalogItem`: Boolean. If set to true, the
    // associated catalogItem object will be returned in the
    // `PredictResponse.PredictionResult.itemMetadata` object in the method
    // response. * `returnItemScore`: Boolean. If set to true, the prediction
    // 'score' corresponding to each returned item will be set in the `metadata`
    // field in the prediction response. The given 'score' indicates the
    // probability of an item being clicked/purchased given the user's context and
    // history. * `strictFiltering`: Boolean. True by default. If set to false, the
    // service will return generic (unfiltered) popular items instead of empty if
    // your filter blocks all prediction results. * `priceRerankLevel`: String.
    // Default empty. If set to be non-empty, then it needs to be one of
    // {'no-price-reranking', 'low-price-reranking', 'medium-price-reranking',
    // 'high-price-reranking'}. This gives request level control and adjust
    // prediction results based on product price. * `diversityLevel`: String.
    // Default empty. If set to be non-empty, then it needs to be one of
    // {'no-diversity', 'low-diversity', 'medium-diversity', 'high-diversity',
    // 'auto-diversity'}. This gives request level control and adjust prediction
    // results based on product category.
    Params googleapi.RawMessage `json:"params,omitempty"`
    // UserEvent: Required. Context about the user, what they are looking at and
    // what action they took to trigger the predict request. Note that this user
    // event detail won't be ingested to userEvent logs. Thus, a separate userEvent
    // write request is required for event logging. Don't set UserInfo.visitor_id
    // or UserInfo.user_id to the same fixed ID for different users. If you are
    // trying to receive non-personalized recommendations (not recommended; this
    // can negatively impact model performance), instead set UserInfo.visitor_id to
    // a random unique ID and leave UserInfo.user_id unset.
    UserEvent *GoogleCloudRecommendationengineV1beta1UserEvent `json:"userEvent,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DryRun") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DryRun") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PredictRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PredictRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PredictResponse

GoogleCloudRecommendationengineV1beta1PredictResponse: Response message for predict method.

type GoogleCloudRecommendationengineV1beta1PredictResponse struct {
    // DryRun: True if the dryRun property was set in the request.
    DryRun bool `json:"dryRun,omitempty"`
    // ItemsMissingInCatalog: IDs of items in the request that were missing from
    // the catalog.
    ItemsMissingInCatalog []string `json:"itemsMissingInCatalog,omitempty"`
    // Metadata: Additional domain specific prediction response metadata.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // NextPageToken: If empty, the list is complete. If nonempty, the token to
    // pass to the next request's PredictRequest.page_token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // RecommendationToken: A unique recommendation token. This should be included
    // in the user event logs resulting from this recommendation, which enables
    // accurate attribution of recommendation model performance.
    RecommendationToken string `json:"recommendationToken,omitempty"`
    // Results: A list of recommended items. The order represents the ranking (from
    // the most relevant item to the least).
    Results []*GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult `json:"results,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DryRun") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DryRun") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PredictResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PredictResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult

GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult: PredictionResult represents the recommendation prediction results.

type GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult struct {
    // Id: ID of the recommended catalog item
    Id string `json:"id,omitempty"`
    // ItemMetadata: Additional item metadata / annotations. Possible values: *
    // `catalogItem`: JSON representation of the catalogItem. Will be set if
    // `returnCatalogItem` is set to true in `PredictRequest.params`. * `score`:
    // Prediction score in double value. Will be set if `returnItemScore` is set to
    // true in `PredictRequest.params`.
    ItemMetadata googleapi.RawMessage `json:"itemMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration

GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration: Registered Api Key.

type GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration struct {
    // ApiKey: The API key.
    ApiKey string `json:"apiKey,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ApiKey") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ApiKey") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ProductCatalogItem

GoogleCloudRecommendationengineV1beta1ProductCatalogItem: ProductCatalogItem captures item metadata specific to retail products.

type GoogleCloudRecommendationengineV1beta1ProductCatalogItem struct {
    // AvailableQuantity: Optional. The available quantity of the item.
    AvailableQuantity int64 `json:"availableQuantity,omitempty,string"`
    // CanonicalProductUri: Optional. Canonical URL directly linking to the item
    // detail page with a length limit of 5 KiB..
    CanonicalProductUri string `json:"canonicalProductUri,omitempty"`
    // Costs: Optional. A map to pass the costs associated with the product. For
    // example: {"manufacturing": 45.5} The profit of selling this item is computed
    // like so: * If 'exactPrice' is provided, profit = displayPrice - sum(costs) *
    // If 'priceRange' is provided, profit = minPrice - sum(costs)
    Costs map[string]float64 `json:"costs,omitempty"`
    // CurrencyCode: Optional. Only required if the price is set. Currency code for
    // price/costs. Use three-character ISO-4217 code.
    CurrencyCode string `json:"currencyCode,omitempty"`
    // ExactPrice: Optional. The exact product price.
    ExactPrice *GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice `json:"exactPrice,omitempty"`
    // Images: Optional. Product images for the catalog item.
    Images []*GoogleCloudRecommendationengineV1beta1Image `json:"images,omitempty"`
    // PriceRange: Optional. The product price range.
    PriceRange *GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange `json:"priceRange,omitempty"`
    // StockState: Optional. Online stock state of the catalog item. Default is
    // `IN_STOCK`.
    //
    // Possible values:
    //   "STOCK_STATE_UNSPECIFIED" - Default item stock status. Should never be
    // used.
    //   "IN_STOCK" - Item in stock.
    //   "OUT_OF_STOCK" - Item out of stock.
    //   "PREORDER" - Item that is in pre-order state.
    //   "BACKORDER" - Item that is back-ordered (i.e. temporarily out of stock).
    StockState string `json:"stockState,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AvailableQuantity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AvailableQuantity") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ProductCatalogItem) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItem) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice

GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice: Exact product price.

type GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice struct {
    // DisplayPrice: Optional. Display price of the product.
    DisplayPrice float64 `json:"displayPrice,omitempty"`
    // OriginalPrice: Optional. Price of the product without any discount. If zero,
    // by default set to be the 'displayPrice'.
    OriginalPrice float64 `json:"originalPrice,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayPrice") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayPrice") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) MarshalJSON() ([]byte, error)

func (*GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) UnmarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice) UnmarshalJSON(data []byte) error

type GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange

GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange: Product price range when there are a range of prices for different variations of the same product.

type GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange struct {
    // Max: Required. The maximum product price.
    Max float64 `json:"max,omitempty"`
    // Min: Required. The minimum product price.
    Min float64 `json:"min,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Max") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Max") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) MarshalJSON() ([]byte, error)

func (*GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) UnmarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange) UnmarshalJSON(data []byte) error

type GoogleCloudRecommendationengineV1beta1ProductDetail

GoogleCloudRecommendationengineV1beta1ProductDetail: Detailed product information associated with a user event.

type GoogleCloudRecommendationengineV1beta1ProductDetail struct {
    // AvailableQuantity: Optional. Quantity of the products in stock when a user
    // event happens. Optional. If provided, this overrides the available quantity
    // in Catalog for this event. and can only be set if `stock_status` is set to
    // `IN_STOCK`. Note that if an item is out of stock, you must set the
    // `stock_state` field to be `OUT_OF_STOCK`. Leaving this field unspecified /
    // as zero is not sufficient to mark the item out of stock.
    AvailableQuantity int64 `json:"availableQuantity,omitempty"`
    // CurrencyCode: Optional. Currency code for price/costs. Use three-character
    // ISO-4217 code. Required only if originalPrice or displayPrice is set.
    CurrencyCode string `json:"currencyCode,omitempty"`
    // DisplayPrice: Optional. Display price of the product (e.g. discounted
    // price). If provided, this will override the display price in Catalog for
    // this product.
    DisplayPrice float64 `json:"displayPrice,omitempty"`
    // Id: Required. Catalog item ID. UTF-8 encoded string with a length limit of
    // 128 characters.
    Id string `json:"id,omitempty"`
    // ItemAttributes: Optional. Extra features associated with a product in the
    // user event.
    ItemAttributes *GoogleCloudRecommendationengineV1beta1FeatureMap `json:"itemAttributes,omitempty"`
    // OriginalPrice: Optional. Original price of the product. If provided, this
    // will override the original price in Catalog for this product.
    OriginalPrice float64 `json:"originalPrice,omitempty"`
    // Quantity: Optional. Quantity of the product associated with the user event.
    // For example, this field will be 2 if two products are added to the shopping
    // cart for `add-to-cart` event. Required for `add-to-cart`, `add-to-list`,
    // `remove-from-cart`, `checkout-start`, `purchase-complete`, `refund` event
    // types.
    Quantity int64 `json:"quantity,omitempty"`
    // StockState: Optional. Item stock state. If provided, this overrides the
    // stock state in Catalog for items in this event.
    //
    // Possible values:
    //   "STOCK_STATE_UNSPECIFIED" - Default item stock status. Should never be
    // used.
    //   "IN_STOCK" - Item in stock.
    //   "OUT_OF_STOCK" - Item out of stock.
    //   "PREORDER" - Item that is in pre-order state.
    //   "BACKORDER" - Item that is back-ordered (i.e. temporarily out of stock).
    StockState string `json:"stockState,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AvailableQuantity") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AvailableQuantity") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ProductDetail) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductDetail) MarshalJSON() ([]byte, error)

func (*GoogleCloudRecommendationengineV1beta1ProductDetail) UnmarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductDetail) UnmarshalJSON(data []byte) error

type GoogleCloudRecommendationengineV1beta1ProductEventDetail

GoogleCloudRecommendationengineV1beta1ProductEventDetail: ProductEventDetail captures user event information specific to retail products.

type GoogleCloudRecommendationengineV1beta1ProductEventDetail struct {
    // CartId: Optional. The id or name of the associated shopping cart. This id is
    // used to associate multiple items added or present in the cart before
    // purchase. This can only be set for `add-to-cart`, `remove-from-cart`,
    // `checkout-start`, `purchase-complete`, or `shopping-cart-page-view` events.
    CartId string `json:"cartId,omitempty"`
    // ListId: Required for `add-to-list` and `remove-from-list` events. The id or
    // name of the list that the item is being added to or removed from. Other
    // event types should not set this field.
    ListId string `json:"listId,omitempty"`
    // PageCategories: Required for `category-page-view` events. At least one of
    // search_query or page_categories is required for `search` events. Other event
    // types should not set this field. The categories associated with a category
    // page. Category pages include special pages such as sales or promotions. For
    // instance, a special sale page may have the category hierarchy: categories :
    // ["Sales", "2017 Black Friday Deals"].
    PageCategories []*GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy `json:"pageCategories,omitempty"`
    // ProductDetails: The main product details related to the event. This field is
    // required for the following event types: * `add-to-cart` * `add-to-list` *
    // `checkout-start` * `detail-page-view` * `purchase-complete` * `refund` *
    // `remove-from-cart` * `remove-from-list` This field is optional for the
    // following event types: * `page-visit` * `shopping-cart-page-view` - note
    // that 'product_details' should be set for this unless the shopping cart is
    // empty. * `search` (highly encouraged) In a `search` event, this field
    // represents the products returned to the end user on the current page (the
    // end user may have not finished broswing the whole page yet). When a new page
    // is returned to the end user, after pagination/filtering/ordering even for
    // the same query, a new SEARCH event with different product_details is
    // desired. The end user may have not finished broswing the whole page yet.
    // This field is not allowed for the following event types: *
    // `category-page-view` * `home-page-view`
    ProductDetails []*GoogleCloudRecommendationengineV1beta1ProductDetail `json:"productDetails,omitempty"`
    // PurchaseTransaction: Optional. A transaction represents the entire purchase
    // transaction. Required for `purchase-complete` events. Optional for
    // `checkout-start` events. Other event types should not set this field.
    PurchaseTransaction *GoogleCloudRecommendationengineV1beta1PurchaseTransaction `json:"purchaseTransaction,omitempty"`
    // SearchQuery: At least one of search_query or page_categories is required for
    // `search` events. Other event types should not set this field. The user's
    // search query as UTF-8 encoded text with a length limit of 5 KiB.
    SearchQuery string `json:"searchQuery,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CartId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CartId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1ProductEventDetail) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1ProductEventDetail) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PurchaseTransaction

GoogleCloudRecommendationengineV1beta1PurchaseTransaction: A transaction represents the entire purchase transaction.

type GoogleCloudRecommendationengineV1beta1PurchaseTransaction struct {
    // Costs: Optional. All the costs associated with the product. These can be
    // manufacturing costs, shipping expenses not borne by the end user, or any
    // other costs. Total product cost such that profit = revenue - (sum(taxes) +
    // sum(costs)) If product_cost is not set, then profit = revenue - tax -
    // shipping - sum(CatalogItem.costs). If CatalogItem.cost is not specified for
    // one of the items, CatalogItem.cost based profit *cannot* be calculated for
    // this Transaction.
    Costs map[string]float64 `json:"costs,omitempty"`
    // CurrencyCode: Required. Currency code. Use three-character ISO-4217 code.
    // This field is not required if the event type is `refund`.
    CurrencyCode string `json:"currencyCode,omitempty"`
    // Id: Optional. The transaction ID with a length limit of 128 bytes.
    Id string `json:"id,omitempty"`
    // Revenue: Required. Total revenue or grand total associated with the
    // transaction. This value include shipping, tax, or other adjustments to total
    // revenue that you want to include as part of your revenue calculations. This
    // field is not required if the event type is `refund`.
    Revenue float64 `json:"revenue,omitempty"`
    // Taxes: Optional. All the taxes associated with the transaction.
    Taxes map[string]float64 `json:"taxes,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Costs") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Costs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PurchaseTransaction) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PurchaseTransaction) MarshalJSON() ([]byte, error)

func (*GoogleCloudRecommendationengineV1beta1PurchaseTransaction) UnmarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PurchaseTransaction) UnmarshalJSON(data []byte) error

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata

GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata: Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata struct {
    // CreateTime: Operation create time.
    CreateTime string `json:"createTime,omitempty"`
    // OperationName: The ID of the request / operation.
    OperationName string `json:"operationName,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest

GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest: Request message for PurgeUserEvents method.

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest struct {
    // Filter: Required. The filter string to specify the events to be deleted.
    // Empty string filter is not allowed. The eligible fields for filtering are: *
    // `eventType`: UserEvent.eventType field of type string. * `eventTime`: in ISO
    // 8601 "zulu" format. * `visitorId`: field of type string. Specifying this
    // will delete all events associated with a visitor. * `userId`: field of type
    // string. Specifying this will delete all events associated with a user.
    // Examples: * Deleting all events in a time range: `eventTime >
    // "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z" *
    // Deleting specific eventType in time range: `eventTime >
    // "2012-04-23T18:25:43.511Z" eventType = "detail-page-view" * Deleting all
    // events for a specific visitor: `visitorId = "visitor1024" The filtering
    // fields are assumed to have an implicit AND.
    Filter string `json:"filter,omitempty"`
    // Force: Optional. The default value is false. Override this flag to true to
    // actually perform the purge. If the field is not set to true, a sampling of
    // events to be deleted will be returned.
    Force bool `json:"force,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Filter") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Filter") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse

GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse: Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.

type GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse struct {
    // PurgedEventsCount: The total count of events purged as a result of the
    // operation.
    PurgedEventsCount int64 `json:"purgedEventsCount,omitempty,string"`
    // UserEventsSample: A sampling of events deleted (or will be deleted)
    // depending on the `force` property in the request. Max of 500 items will be
    // returned.
    UserEventsSample []*GoogleCloudRecommendationengineV1beta1UserEvent `json:"userEventsSample,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PurgedEventsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PurgedEventsCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata

GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata: Metadata for RejoinUserEvents method.

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata struct {
}

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest

GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest: Request message for CatalogRejoin method.

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest struct {
    // UserEventRejoinScope: Required. The type of the catalog rejoin to define the
    // scope and range of the user events to be rejoined with catalog items.
    //
    // Possible values:
    //   "USER_EVENT_REJOIN_SCOPE_UNSPECIFIED" - Rejoin catalogs with all events
    // including both joined events and unjoined events.
    //   "JOINED_EVENTS" - Only rejoin catalogs with joined events.
    //   "UNJOINED_EVENTS" - Only rejoin catalogs with unjoined events.
    UserEventRejoinScope string `json:"userEventRejoinScope,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UserEventRejoinScope") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UserEventRejoinScope") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse

GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse: Response message for RejoinUserEvents method.

type GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse struct {
    // RejoinedUserEventsCount: Number of user events that were joined with latest
    // catalog items.
    RejoinedUserEventsCount int64 `json:"rejoinedUserEventsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "RejoinedUserEventsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "RejoinedUserEventsCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1UserEvent

GoogleCloudRecommendationengineV1beta1UserEvent: UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.

type GoogleCloudRecommendationengineV1beta1UserEvent struct {
    // EventDetail: Optional. User event detailed information common across
    // different recommendation types.
    EventDetail *GoogleCloudRecommendationengineV1beta1EventDetail `json:"eventDetail,omitempty"`
    // EventSource: Optional. This field should *not* be set when using JavaScript
    // pixel or the Recommendations AI Tag. Defaults to `EVENT_SOURCE_UNSPECIFIED`.
    //
    // Possible values:
    //   "EVENT_SOURCE_UNSPECIFIED" - Unspecified event source.
    //   "AUTOML" - The event is ingested via a javascript pixel or Recommendations
    // AI Tag through automl datalayer or JS Macros.
    //   "ECOMMERCE" - The event is ingested via Recommendations AI Tag through
    // Enhanced Ecommerce datalayer.
    //   "BATCH_UPLOAD" - The event is ingested via Import user events API.
    EventSource string `json:"eventSource,omitempty"`
    // EventTime: Optional. Only required for ImportUserEvents method. Timestamp of
    // user event created.
    EventTime string `json:"eventTime,omitempty"`
    // EventType: Required. User event type. Allowed values are: * `add-to-cart`
    // Products being added to cart. * `add-to-list` Items being added to a list
    // (shopping list, favorites etc). * `category-page-view` Special pages such as
    // sale or promotion pages viewed. * `checkout-start` User starting a checkout
    // process. * `detail-page-view` Products detail page viewed. *
    // `home-page-view` Homepage viewed. * `page-visit` Generic page visits not
    // included in the event types above. * `purchase-complete` User finishing a
    // purchase. * `refund` Purchased items being refunded or returned. *
    // `remove-from-cart` Products being removed from cart. * `remove-from-list`
    // Items being removed from a list. * `search` Product search. *
    // `shopping-cart-page-view` User viewing a shopping cart. * `impression` List
    // of items displayed. Used by Google Tag Manager.
    EventType string `json:"eventType,omitempty"`
    // ProductEventDetail: Optional. Retail product specific user event metadata.
    // This field is required for the following event types: * `add-to-cart` *
    // `add-to-list` * `category-page-view` * `checkout-start` * `detail-page-view`
    // * `purchase-complete` * `refund` * `remove-from-cart` * `remove-from-list` *
    // `search` This field is optional for the following event types: *
    // `page-visit` * `shopping-cart-page-view` - note that 'product_event_detail'
    // should be set for this unless the shopping cart is empty. This field is not
    // allowed for the following event types: * `home-page-view`
    ProductEventDetail *GoogleCloudRecommendationengineV1beta1ProductEventDetail `json:"productEventDetail,omitempty"`
    // UserInfo: Required. User information.
    UserInfo *GoogleCloudRecommendationengineV1beta1UserInfo `json:"userInfo,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "EventDetail") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EventDetail") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1UserEvent) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1UserEvent) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1UserEventImportSummary

GoogleCloudRecommendationengineV1beta1UserEventImportSummary: A summary of import result. The UserEventImportSummary summarizes the import status for user events.

type GoogleCloudRecommendationengineV1beta1UserEventImportSummary struct {
    // JoinedEventsCount: Count of user events imported with complete existing
    // catalog information.
    JoinedEventsCount int64 `json:"joinedEventsCount,omitempty,string"`
    // UnjoinedEventsCount: Count of user events imported, but with catalog
    // information not found in the imported catalog.
    UnjoinedEventsCount int64 `json:"unjoinedEventsCount,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "JoinedEventsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "JoinedEventsCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1UserEventImportSummary) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1UserEventImportSummary) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1UserEventInlineSource

GoogleCloudRecommendationengineV1beta1UserEventInlineSource: The inline source for the input config for ImportUserEvents method.

type GoogleCloudRecommendationengineV1beta1UserEventInlineSource struct {
    // UserEvents: Optional. A list of user events to import. Recommended max of
    // 10k items.
    UserEvents []*GoogleCloudRecommendationengineV1beta1UserEvent `json:"userEvents,omitempty"`
    // ForceSendFields is a list of field names (e.g. "UserEvents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "UserEvents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1UserEventInlineSource) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1UserEventInlineSource) MarshalJSON() ([]byte, error)

type GoogleCloudRecommendationengineV1beta1UserInfo

GoogleCloudRecommendationengineV1beta1UserInfo: Information of end users.

type GoogleCloudRecommendationengineV1beta1UserInfo struct {
    // DirectUserRequest: Optional. Indicates if the request is made directly from
    // the end user in which case the user_agent and ip_address fields can be
    // populated from the HTTP request. This should *not* be set when using the
    // javascript pixel. This flag should be set only if the API request is made
    // directly from the end user such as a mobile app (and not if a gateway or a
    // server is processing and pushing the user events).
    DirectUserRequest bool `json:"directUserRequest,omitempty"`
    // IpAddress: Optional. IP address of the user. This could be either IPv4 (e.g.
    // 104.133.9.80) or IPv6 (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334). This
    // should *not* be set when using the javascript pixel or if
    // `direct_user_request` is set. Used to extract location information for
    // personalization.
    IpAddress string `json:"ipAddress,omitempty"`
    // UserAgent: Optional. User agent as included in the HTTP header. UTF-8
    // encoded string with a length limit of 1 KiB. This should *not* be set when
    // using the JavaScript pixel or if `directUserRequest` is set.
    UserAgent string `json:"userAgent,omitempty"`
    // UserId: Optional. Unique identifier for logged-in user with a length limit
    // of 128 bytes. Required only for logged-in users. Don't set for anonymous
    // users. Don't set the field to the same fixed ID for different users. This
    // mixes the event history of those users together, which results in degraded
    // model quality.
    UserId string `json:"userId,omitempty"`
    // VisitorId: Required. A unique identifier for tracking visitors with a length
    // limit of 128 bytes. For example, this could be implemented with an HTTP
    // cookie, which should be able to uniquely identify a visitor on a single
    // device. This unique identifier should not change if the visitor logs in or
    // out of the website. Maximum length 128 bytes. Cannot be empty. Don't set the
    // field to the same fixed ID for different users. This mixes the event history
    // of those users together, which results in degraded model quality.
    VisitorId string `json:"visitorId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DirectUserRequest") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DirectUserRequest") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudRecommendationengineV1beta1UserInfo) MarshalJSON

func (s *GoogleCloudRecommendationengineV1beta1UserInfo) MarshalJSON() ([]byte, error)

type GoogleLongrunningListOperationsResponse

GoogleLongrunningListOperationsResponse: The response message for Operations.ListOperations.

type GoogleLongrunningListOperationsResponse struct {
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Operations: A list of operations that matches the specified filter in the
    // request.
    Operations []*GoogleLongrunningOperation `json:"operations,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningListOperationsResponse) MarshalJSON

func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)

type GoogleLongrunningOperation

GoogleLongrunningOperation: This resource represents a long-running operation that is the result of a network API call.

type GoogleLongrunningOperation struct {
    // Done: If the value is `false`, it means the operation is still in progress.
    // If `true`, the operation is completed, and either `error` or `response` is
    // available.
    Done bool `json:"done,omitempty"`
    // Error: The error result of the operation in case of failure or cancellation.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Metadata: Service-specific metadata associated with the operation. It
    // typically contains progress information and common metadata such as create
    // time. Some services might not provide such metadata. Any method that returns
    // a long-running operation should document the metadata type, if any.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: The server-assigned name, which is only unique within the same service
    // that originally returns it. If you use the default HTTP mapping, the `name`
    // should be a resource name ending with `operations/{unique_id}`.
    Name string `json:"name,omitempty"`
    // Response: The normal, successful response of the operation. If the original
    // method returns no data on success, such as `Delete`, the response is
    // `google.protobuf.Empty`. If the original method is standard
    // `Get`/`Create`/`Update`, the response should be the resource. For other
    // methods, the response should have the type `XxxResponse`, where `Xxx` is the
    // original method name. For example, if the original method name is
    // `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
    Response googleapi.RawMessage `json:"response,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Done") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Done") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningOperation) MarshalJSON

func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)

type GoogleProtobufEmpty

GoogleProtobufEmpty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

type GoogleProtobufEmpty struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleRpcStatus

GoogleRpcStatus: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).

type GoogleRpcStatus struct {
    // Code: The status code, which should be an enum value of google.rpc.Code.
    Code int64 `json:"code,omitempty"`
    // Details: A list of messages that carry the error details. There is a common
    // set of message types for APIs to use.
    Details []googleapi.RawMessage `json:"details,omitempty"`
    // Message: A developer-facing error message, which should be in English. Any
    // user-facing error message should be localized and sent in the
    // google.rpc.Status.details field, or localized by the client.
    Message string `json:"message,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Code") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Code") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleRpcStatus) MarshalJSON

func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)

type ProjectsLocationsCatalogsCatalogItemsCreateCall

type ProjectsLocationsCatalogsCatalogItemsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsCreateCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsCreateCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1CatalogItem.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsCreateCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsCreateCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsCatalogItemsDeleteCall

type ProjectsLocationsCatalogsCatalogItemsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsDeleteCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsDeleteCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsDeleteCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsDeleteCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsCatalogItemsGetCall

type ProjectsLocationsCatalogsCatalogItemsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsGetCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsGetCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1CatalogItem.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsGetCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsGetCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsCatalogItemsGetCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsCatalogItemsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsCatalogItemsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsCatalogsCatalogItemsImportCall

type ProjectsLocationsCatalogsCatalogItemsImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsImportCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsImportCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsImportCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsImportCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsCatalogItemsListCall

type ProjectsLocationsCatalogsCatalogItemsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Filter

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Filter(filter string) *ProjectsLocationsCatalogsCatalogItemsListCall

Filter sets the optional parameter "filter": Use of this field is not supported by version v1beta1.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsCatalogItemsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) PageSize

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsCatalogItemsListCall

PageSize sets the optional parameter "pageSize": Maximum number of results to return per page. If zero, the service will choose a reasonable default.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) PageToken

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsCatalogItemsListCall

PageToken sets the optional parameter "pageToken": The previous ListCatalogItemsResponse.next_page_token.

func (*ProjectsLocationsCatalogsCatalogItemsListCall) Pages

func (c *ProjectsLocationsCatalogsCatalogItemsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsCatalogItemsPatchCall

type ProjectsLocationsCatalogsCatalogItemsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsCatalogItemsPatchCall) Context

func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Context(ctx context.Context) *ProjectsLocationsCatalogsCatalogItemsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsCatalogItemsPatchCall) Do

func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1CatalogItem, error)

Do executes the "recommendationengine.projects.locations.catalogs.catalogItems.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1CatalogItem.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsCatalogItemsPatchCall) Fields

func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsCatalogItemsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsCatalogItemsPatchCall) Header

func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsCatalogItemsPatchCall) UpdateMask

func (c *ProjectsLocationsCatalogsCatalogItemsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsCatalogsCatalogItemsPatchCall

UpdateMask sets the optional parameter "updateMask": Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

type ProjectsLocationsCatalogsCatalogItemsService

type ProjectsLocationsCatalogsCatalogItemsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsCatalogItemsService

func NewProjectsLocationsCatalogsCatalogItemsService(s *Service) *ProjectsLocationsCatalogsCatalogItemsService

func (*ProjectsLocationsCatalogsCatalogItemsService) Create

func (r *ProjectsLocationsCatalogsCatalogItemsService) Create(parent string, googlecloudrecommendationenginev1beta1catalogitem *GoogleCloudRecommendationengineV1beta1CatalogItem) *ProjectsLocationsCatalogsCatalogItemsCreateCall

Create: Creates a catalog item.

func (*ProjectsLocationsCatalogsCatalogItemsService) Delete

func (r *ProjectsLocationsCatalogsCatalogItemsService) Delete(name string) *ProjectsLocationsCatalogsCatalogItemsDeleteCall

Delete: Deletes a catalog item.

func (*ProjectsLocationsCatalogsCatalogItemsService) Get

func (r *ProjectsLocationsCatalogsCatalogItemsService) Get(name string) *ProjectsLocationsCatalogsCatalogItemsGetCall

Get: Gets a specific catalog item.

func (*ProjectsLocationsCatalogsCatalogItemsService) Import

func (r *ProjectsLocationsCatalogsCatalogItemsService) Import(parent string, googlecloudrecommendationenginev1beta1importcatalogitemsrequest *GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest) *ProjectsLocationsCatalogsCatalogItemsImportCall

Import: Bulk import of multiple catalog items. Request processing may be synchronous. No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated.

func (*ProjectsLocationsCatalogsCatalogItemsService) List

func (r *ProjectsLocationsCatalogsCatalogItemsService) List(parent string) *ProjectsLocationsCatalogsCatalogItemsListCall

List: Gets a list of catalog items.

func (*ProjectsLocationsCatalogsCatalogItemsService) Patch

func (r *ProjectsLocationsCatalogsCatalogItemsService) Patch(name string, googlecloudrecommendationenginev1beta1catalogitem *GoogleCloudRecommendationengineV1beta1CatalogItem) *ProjectsLocationsCatalogsCatalogItemsPatchCall

Patch: Updates a catalog item. Partial updating is supported. Non-existing items will be created.

type ProjectsLocationsCatalogsEventStoresOperationsGetCall

type ProjectsLocationsCatalogsEventStoresOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresOperationsGetCall) Context

func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresOperationsGetCall) Do

func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresOperationsGetCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresOperationsGetCall) Header

func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsEventStoresOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsCatalogsEventStoresOperationsListCall

type ProjectsLocationsCatalogsEventStoresOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Context

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Do

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Filter

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Filter(filter string) *ProjectsLocationsCatalogsEventStoresOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Header

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) PageSize

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) PageToken

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsCatalogsEventStoresOperationsListCall) Pages

func (c *ProjectsLocationsCatalogsEventStoresOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsEventStoresOperationsService

type ProjectsLocationsCatalogsEventStoresOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsEventStoresOperationsService

func NewProjectsLocationsCatalogsEventStoresOperationsService(s *Service) *ProjectsLocationsCatalogsEventStoresOperationsService

func (*ProjectsLocationsCatalogsEventStoresOperationsService) Get

func (r *ProjectsLocationsCatalogsEventStoresOperationsService) Get(name string) *ProjectsLocationsCatalogsEventStoresOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsCatalogsEventStoresOperationsService) List

func (r *ProjectsLocationsCatalogsEventStoresOperationsService) List(name string) *ProjectsLocationsCatalogsEventStoresOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

type ProjectsLocationsCatalogsEventStoresPlacementsPredictCall

type ProjectsLocationsCatalogsEventStoresPlacementsPredictCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Context

func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Do

func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1PredictResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.placements.predict" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1PredictResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Header

func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Pages

func (c *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1PredictResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsEventStoresPlacementsService

type ProjectsLocationsCatalogsEventStoresPlacementsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsEventStoresPlacementsService

func NewProjectsLocationsCatalogsEventStoresPlacementsService(s *Service) *ProjectsLocationsCatalogsEventStoresPlacementsService

func (*ProjectsLocationsCatalogsEventStoresPlacementsService) Predict

func (r *ProjectsLocationsCatalogsEventStoresPlacementsService) Predict(name string, googlecloudrecommendationenginev1beta1predictrequest *GoogleCloudRecommendationengineV1beta1PredictRequest) *ProjectsLocationsCatalogsEventStoresPlacementsPredictCall

Predict: Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the PredictionApiKeyRegistry service. Learn more (https://cloud.google.com/recommendations-ai/docs/setting-up#register-key).

- name: .

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Context

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Do

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.predictionApiKeyRegistrations.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.ServerRes ponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Header

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Context

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Do

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.predictionApiKeyRegistrations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Header

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Context

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Do

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.predictionApiKeyRegistrations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsRespo nse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Header

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageSize

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

PageSize sets the optional parameter "pageSize": Maximum number of results to return per page. If unset, the service will choose a reasonable default.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageToken

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

PageToken sets the optional parameter "pageToken": The previous `ListPredictionApiKeyRegistration.nextPageToken`.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Pages

func (c *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService

type ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService

func NewProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService(s *Service) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Create

func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Create(parent string, googlecloudrecommendationenginev1beta1createpredictionapikeyregistrationrequest *GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsCreateCall

Create: Register an API key for use with predict method.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Delete

func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) Delete(name string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsDeleteCall

Delete: Unregister an apiKey from using for predict method.

func (*ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) List

func (r *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService) List(parent string) *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsListCall

List: List the registered apiKeys for use with predict method.

type ProjectsLocationsCatalogsEventStoresService

type ProjectsLocationsCatalogsEventStoresService struct {
    Operations *ProjectsLocationsCatalogsEventStoresOperationsService

    Placements *ProjectsLocationsCatalogsEventStoresPlacementsService

    PredictionApiKeyRegistrations *ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrationsService

    UserEvents *ProjectsLocationsCatalogsEventStoresUserEventsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsEventStoresService

func NewProjectsLocationsCatalogsEventStoresService(s *Service) *ProjectsLocationsCatalogsEventStoresService

type ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

type ProjectsLocationsCatalogsEventStoresUserEventsCollectCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.collect" call. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Ets

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Ets(ets int64) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

Ets sets the optional parameter "ets": The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Uri

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) Uri(uri string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

Uri sets the optional parameter "uri": The url including cgi-parameters but excluding the hash fragment. The URL must be truncated to 1.5K bytes to conservatively be under the 2K bytes. This is often more useful than the referer url, because many browsers only send the domain for 3rd party requests.

func (*ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) UserEvent

func (c *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall) UserEvent(userEvent string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

UserEvent sets the optional parameter "userEvent": Required. URL encoded UserEvent proto.

type ProjectsLocationsCatalogsEventStoresUserEventsImportCall

type ProjectsLocationsCatalogsEventStoresUserEventsImportCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsImportCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsEventStoresUserEventsListCall

type ProjectsLocationsCatalogsEventStoresUserEventsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListUserEventsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1ListUserEventsResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Filter

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Filter(filter string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

Filter sets the optional parameter "filter": Filtering expression to specify restrictions over returned events. This is a sequence of terms, where each term applies some kind of a restriction to the returned user events. Use this expression to restrict results to a specific time range, or filter events by eventType. eg: eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.511Z" eventType=search We expect only 3 types of fields: * eventTime: this can be specified a maximum of 2 times, once with a less than operator and once with a greater than operator. The eventTime restrict should result in one contiguous valid eventTime range. * eventType: only 1 eventType restriction can be specified. * eventsMissingCatalogItems: specififying this will restrict results to events for which catalog items were not found in the catalog. The default behavior is to return only those events for which catalog items were found. Some examples of valid filters expressions: * Example 1: eventTime > "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z" * Example 2: eventTime > "2012-04-23T18:25:43.511Z" eventType = detail-page-view * Example 3: eventsMissingCatalogItems eventType = search eventTime < "2018-04-23T18:30:43.511Z" * Example 4: eventTime > "2012-04-23T18:25:43.511Z" * Example 5: eventType = search * Example 6: eventsMissingCatalogItems

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageSize

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

PageSize sets the optional parameter "pageSize": Maximum number of results to return per page. If zero, the service will choose a reasonable default.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageToken

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

PageToken sets the optional parameter "pageToken": The previous ListUserEventsResponse.next_page_token.

func (*ProjectsLocationsCatalogsEventStoresUserEventsListCall) Pages

func (c *ProjectsLocationsCatalogsEventStoresUserEventsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListUserEventsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall

type ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.purge" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall

type ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.rejoin" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsEventStoresUserEventsService

type ProjectsLocationsCatalogsEventStoresUserEventsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsEventStoresUserEventsService

func NewProjectsLocationsCatalogsEventStoresUserEventsService(s *Service) *ProjectsLocationsCatalogsEventStoresUserEventsService

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) Collect

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Collect(parent string) *ProjectsLocationsCatalogsEventStoresUserEventsCollectCall

Collect: Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a 3rd party domain. This method is used only by the Recommendations AI JavaScript pixel. Users should not call this method directly.

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) Import

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Import(parent string, googlecloudrecommendationenginev1beta1importusereventsrequest *GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsImportCall

Import: Bulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) List

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) List(parent string) *ProjectsLocationsCatalogsEventStoresUserEventsListCall

List: Gets a list of user events within a time range, with potential filtering. The method does not list unjoined user events. Unjoined user event definition: when a user event is ingested from Recommendations AI User Event APIs, the catalog item included in the user event is connected with the current catalog. If a catalog item of the ingested event is not in the current catalog, it could lead to degraded model quality. This is called an unjoined event.

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) Purge

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Purge(parent string, googlecloudrecommendationenginev1beta1purgeusereventsrequest *GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsPurgeCall

Purge: Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) Rejoin

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Rejoin(parent string, googlecloudrecommendationenginev1beta1rejoinusereventsrequest *GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest) *ProjectsLocationsCatalogsEventStoresUserEventsRejoinCall

Rejoin: Triggers a user event rejoin operation with latest catalog data. Events will not be annotated with detailed catalog information if catalog item is missing at the time the user event is ingested, and these events are stored as unjoined events with a limited usage on training and serving. This API can be used to trigger a 'join' operation on specified events with latest version of catalog items. It can also be used to correct events joined with wrong catalog items.

func (*ProjectsLocationsCatalogsEventStoresUserEventsService) Write

func (r *ProjectsLocationsCatalogsEventStoresUserEventsService) Write(parent string, googlecloudrecommendationenginev1beta1userevent *GoogleCloudRecommendationengineV1beta1UserEvent) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall

Write: Writes a single user event.

type ProjectsLocationsCatalogsEventStoresUserEventsWriteCall

type ProjectsLocationsCatalogsEventStoresUserEventsWriteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Context

func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Context(ctx context.Context) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Do

func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1UserEvent, error)

Do executes the "recommendationengine.projects.locations.catalogs.eventStores.userEvents.write" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1UserEvent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Fields

func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Header

func (c *ProjectsLocationsCatalogsEventStoresUserEventsWriteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsCatalogsListCall

type ProjectsLocationsCatalogsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsListCall) Context

func (c *ProjectsLocationsCatalogsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsListCall) Do

func (c *ProjectsLocationsCatalogsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1ListCatalogsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1ListCatalogsResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsListCall) Fields

func (c *ProjectsLocationsCatalogsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsListCall) Header

func (c *ProjectsLocationsCatalogsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsListCall) PageSize

func (c *ProjectsLocationsCatalogsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsListCall

PageSize sets the optional parameter "pageSize": Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

func (*ProjectsLocationsCatalogsListCall) PageToken

func (c *ProjectsLocationsCatalogsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous `ListCatalogs` call. Provide this to retrieve the subsequent page.

func (*ProjectsLocationsCatalogsListCall) Pages

func (c *ProjectsLocationsCatalogsListCall) Pages(ctx context.Context, f func(*GoogleCloudRecommendationengineV1beta1ListCatalogsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsOperationsGetCall

type ProjectsLocationsCatalogsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsOperationsGetCall) Context

func (c *ProjectsLocationsCatalogsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsCatalogsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsOperationsGetCall) Do

func (c *ProjectsLocationsCatalogsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "recommendationengine.projects.locations.catalogs.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsOperationsGetCall) Fields

func (c *ProjectsLocationsCatalogsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsOperationsGetCall) Header

func (c *ProjectsLocationsCatalogsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsCatalogsOperationsListCall

type ProjectsLocationsCatalogsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsOperationsListCall) Context

func (c *ProjectsLocationsCatalogsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsCatalogsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsOperationsListCall) Do

func (c *ProjectsLocationsCatalogsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "recommendationengine.projects.locations.catalogs.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsOperationsListCall) Fields

func (c *ProjectsLocationsCatalogsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsOperationsListCall) Filter

func (c *ProjectsLocationsCatalogsOperationsListCall) Filter(filter string) *ProjectsLocationsCatalogsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsCatalogsOperationsListCall) Header

func (c *ProjectsLocationsCatalogsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsCatalogsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCatalogsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsCatalogsOperationsListCall) PageSize

func (c *ProjectsLocationsCatalogsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsCatalogsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsCatalogsOperationsListCall) PageToken

func (c *ProjectsLocationsCatalogsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsCatalogsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsCatalogsOperationsListCall) Pages

func (c *ProjectsLocationsCatalogsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsCatalogsOperationsService

type ProjectsLocationsCatalogsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsOperationsService

func NewProjectsLocationsCatalogsOperationsService(s *Service) *ProjectsLocationsCatalogsOperationsService

func (*ProjectsLocationsCatalogsOperationsService) Get

func (r *ProjectsLocationsCatalogsOperationsService) Get(name string) *ProjectsLocationsCatalogsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsCatalogsOperationsService) List

func (r *ProjectsLocationsCatalogsOperationsService) List(name string) *ProjectsLocationsCatalogsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

type ProjectsLocationsCatalogsPatchCall

type ProjectsLocationsCatalogsPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsCatalogsPatchCall) Context

func (c *ProjectsLocationsCatalogsPatchCall) Context(ctx context.Context) *ProjectsLocationsCatalogsPatchCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsCatalogsPatchCall) Do

func (c *ProjectsLocationsCatalogsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudRecommendationengineV1beta1Catalog, error)

Do executes the "recommendationengine.projects.locations.catalogs.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudRecommendationengineV1beta1Catalog.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsCatalogsPatchCall) Fields

func (c *ProjectsLocationsCatalogsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsCatalogsPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsCatalogsPatchCall) Header

func (c *ProjectsLocationsCatalogsPatchCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsCatalogsPatchCall) UpdateMask

func (c *ProjectsLocationsCatalogsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsCatalogsPatchCall

UpdateMask sets the optional parameter "updateMask": Indicates which fields in the provided 'catalog' to update. If not set, will only update the catalog_item_level_config field. Currently only fields that can be updated are catalog_item_level_config.

type ProjectsLocationsCatalogsService

type ProjectsLocationsCatalogsService struct {
    CatalogItems *ProjectsLocationsCatalogsCatalogItemsService

    EventStores *ProjectsLocationsCatalogsEventStoresService

    Operations *ProjectsLocationsCatalogsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsCatalogsService

func NewProjectsLocationsCatalogsService(s *Service) *ProjectsLocationsCatalogsService

func (*ProjectsLocationsCatalogsService) List

func (r *ProjectsLocationsCatalogsService) List(parent string) *ProjectsLocationsCatalogsListCall

List: Lists all the catalog configurations associated with the project.

- parent: The account resource name with an associated location.

func (*ProjectsLocationsCatalogsService) Patch

func (r *ProjectsLocationsCatalogsService) Patch(name string, googlecloudrecommendationenginev1beta1catalog *GoogleCloudRecommendationengineV1beta1Catalog) *ProjectsLocationsCatalogsPatchCall

Patch: Updates the catalog configuration.

- name: The fully qualified resource name of the catalog.

type ProjectsLocationsService

type ProjectsLocationsService struct {
    Catalogs *ProjectsLocationsCatalogsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

type ProjectsService

type ProjectsService struct {
    Locations *ProjectsLocationsService
    // contains filtered or unexported fields
}

func NewProjectsService

func NewProjectsService(s *Service) *ProjectsService

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Projects *ProjectsService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.