Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ImportUserEventsResponse.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Returns
- (::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig) — Echoes the destination for the complete errors if this field was set in the request.
#error_config=
def error_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig) — Echoes the destination for the complete errors if this field was set in the request.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig) — Echoes the destination for the complete errors if this field was set in the request.
#error_samples
def error_samples() -> ::Array<::Google::Rpc::Status>
Returns
- (::Array<::Google::Rpc::Status>) — A sample of errors encountered while processing the request.
#error_samples=
def error_samples=(value) -> ::Array<::Google::Rpc::Status>
Parameter
- value (::Array<::Google::Rpc::Status>) — A sample of errors encountered while processing the request.
Returns
- (::Array<::Google::Rpc::Status>) — A sample of errors encountered while processing the request.
#joined_events_count
def joined_events_count() -> ::Integer
Returns
- (::Integer) — Count of user events imported with complete existing Documents.
#joined_events_count=
def joined_events_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of user events imported with complete existing Documents.
Returns
- (::Integer) — Count of user events imported with complete existing Documents.
#unjoined_events_count
def unjoined_events_count() -> ::Integer
Returns
- (::Integer) — Count of user events imported, but with Document information not found in the existing Branch.
#unjoined_events_count=
def unjoined_events_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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.