Class: Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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_config::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig

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

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 175

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

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

Returns A sample of errors encountered while processing the request.

Returns:



175
176
177
178
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 175

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

#joined_events_count::Integer

Returns Count of user events imported with complete existing Documents.

Returns:

  • (::Integer)

    Count of user events imported with complete existing Documents.



175
176
177
178
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 175

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

#unjoined_events_count::Integer

Returns Count of user events imported, but with Document information not found in the existing Branch.

Returns:

  • (::Integer)

    Count of user events imported, but with Document information not found in the existing Branch.



175
176
177
178
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 175

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