Class: Google::Cloud::Retail::V2::ImportUserEventsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#error_samples::Array<::Google::Rpc::Status>

Returns A sample of errors encountered while processing the request.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 371

class ImportUserEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#errors_config::Google::Cloud::Retail::V2::ImportErrorsConfig

Returns Echoes the destination for the complete errors if this field was set in the request.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 371

class ImportUserEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#import_summary::Google::Cloud::Retail::V2::UserEventImportSummary

Returns Aggregated statistics of user event import status.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 371

class ImportUserEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end