Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest

Request message for Import methods.

Inheritance
object
GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorsConfig

Optional. The desired location of errors incurred during the Import.

Declaration
[JsonProperty("errorsConfig")]
public virtual GoogleCloudRecommendationengineV1beta1ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type Description
GoogleCloudRecommendationengineV1beta1ImportErrorsConfig

InputConfig

Required. The desired input location of the data.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRecommendationengineV1beta1InputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudRecommendationengineV1beta1InputConfig

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.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

UpdateMask

Optional. Indicates which fields in the provided imported 'items' to update. If not set, will by default update all fields.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX