GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse (google_api_recommendation_engine v0.3.1) View Source
Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
Attributes
-
errorSamples
(type:list(GoogleApi.RecommendationEngine.V1beta1.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while processing the request. -
errorsConfig
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t
, default:nil
) - Echoes the destination for the complete errors if this field was set in the request. -
importSummary
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEventImportSummary.t
, default:nil
) - Aggregated statistics of user event import status.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse{ errorSamples: [ GoogleApi.RecommendationEngine.V1beta1.Model.GoogleRpcStatus.t() ], errorsConfig: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t(), importSummary: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEventImportSummary.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.