View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest (google_api_recommendation_engine v0.4.6)
Request message for Import methods.
Attributes
-
errorsConfig
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t
, default:nil
) - Optional. The desired location of errors incurred during the Import. -
inputConfig
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1InputConfig.t
, default:nil
) - Required. The desired input location of the data. -
requestId
(type:String.t
, default:nil
) - 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. -
updateMask
(type:String.t
, default:nil
) - Optional. Indicates which fields in the provided imported 'items' to update. If not set, will by default update all fields.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest{ errorsConfig: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t() | nil, inputConfig: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1InputConfig.t() | nil, requestId: String.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.