Show / Hide Table of Contents

Namespace Google.Apis.CloudRetail.v2

Classes

CloudRetailBaseServiceRequest<TResponse>

A base abstract class for CloudRetail requests.

CloudRetailService

The CloudRetail Service.

CloudRetailService.Scope

Available OAuth 2.0 scopes for use with the Retail API.

CloudRetailService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Retail API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource

The "catalogs" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource

The "branches" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.OperationsResource.GetRequest

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.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource

The "products" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.CreateRequest

Creates a Product.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.DeleteRequest

Deletes a Product.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.GetRequest

Gets a Product.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.ImportRequest

Bulk import of multiple Products. Request processing may be synchronous. No partial updating is supported. Non-existing items are created. Note that it is possible for a subset of the Products to be successfully updated.

ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.PatchRequest

Updates a Product.

ProjectsResource.LocationsResource.CatalogsResource.ListRequest

Lists all the Catalogs associated with the project.

ProjectsResource.LocationsResource.CatalogsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.OperationsResource.GetRequest

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.

ProjectsResource.LocationsResource.CatalogsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as &quot;/v1/{name=users/*}/operations&quot; to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

ProjectsResource.LocationsResource.CatalogsResource.PatchRequest

Updates the Catalogs.

ProjectsResource.LocationsResource.CatalogsResource.PlacementsResource

The "placements" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.PlacementsResource.PredictRequest

Makes a recommendation prediction.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource

The "userEvents" collection of methods.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource.CollectRequest

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 Retail API JavaScript pixel and Google Tag Manager. Users should not call this method directly.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource.ImportRequest

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.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource.PurgeRequest

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.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource.RejoinRequest

Triggers a user event rejoin operation with latest product catalog. Events will not be annotated with detailed product information if product is missing from the catalog 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 product catalog. It can also be used to correct events joined with wrong product catalog.

ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource.WriteRequest

Writes a single user event.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

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.

ProjectsResource.LocationsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as &quot;/v1/{name=users/*}/operations&quot; to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

Enums

CloudRetailBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudRetailBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top