Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource

The "completionData" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource

Constructors

CompletionDataResource(IClientService)

Constructs a new resource.

Declaration
public CompletionDataResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Import(GoogleCloudRetailV2ImportCompletionDataRequest, string)

Bulk import of processed completion dataset. Request processing is asynchronous. Partial updating is not supported. The operation is successfully finished only after the imported suggestions are indexed successfully and ready for serving. The process takes hours. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource.ImportRequest Import(GoogleCloudRetailV2ImportCompletionDataRequest body, string parent)
Parameters
Type Name Description
GoogleCloudRetailV2ImportCompletionDataRequest body

The body of the request.

string parent

Required. The catalog which the suggestions dataset belongs to. Format: projects/1234/locations/global/catalogs/default_catalog.

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.CompletionDataResource.ImportRequest
In this article
Back to top Generated by DocFX