Class: Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsResponse
- 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
-
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
Echoes the destination for the complete errors if this field was set in the request.
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while processing the request.
-
#joined_events_count ⇒ ::Integer
Count of user events imported with complete existing Documents.
-
#unjoined_events_count ⇒ ::Integer
Count of user events imported, but with Document information not found in the existing Branch.
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.
430 431 432 433 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 430 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.
430 431 432 433 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 430 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.
430 431 432 433 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 430 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.
430 431 432 433 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 430 class ImportUserEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |