Class GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest
Request message for Import methods.
Implements
Inherited Members
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 |