Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The metadata for an IngestConversations operation.
Defined Under Namespace
Classes: IngestConversationsStats
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#ingest_conversations_stats ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402 class IngestConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for IngestConversations operation. # @!attribute [r] processed_object_count # @return [::Integer] # Output only. The number of objects processed during the ingest operation. # @!attribute [r] duplicates_skipped_count # @return [::Integer] # Output only. The number of objects skipped because another conversation # with the same transcript uri had already been ingested. # @!attribute [r] successful_ingest_count # @return [::Integer] # Output only. The number of new conversations added during this ingest # operation. # @!attribute [r] failed_ingest_count # @return [::Integer] # Output only. The number of objects which were unable to be ingested due # to errors. The errors are populated in the partial_errors field. class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402 class IngestConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for IngestConversations operation. # @!attribute [r] processed_object_count # @return [::Integer] # Output only. The number of objects processed during the ingest operation. # @!attribute [r] duplicates_skipped_count # @return [::Integer] # Output only. The number of objects skipped because another conversation # with the same transcript uri had already been ingested. # @!attribute [r] successful_ingest_count # @return [::Integer] # Output only. The number of new conversations added during this ingest # operation. # @!attribute [r] failed_ingest_count # @return [::Integer] # Output only. The number of objects which were unable to be ingested due # to errors. The errors are populated in the partial_errors field. class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#ingest_conversations_stats ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats (readonly)
Returns Output only. Statistics for IngestConversations operation.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402 class IngestConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for IngestConversations operation. # @!attribute [r] processed_object_count # @return [::Integer] # Output only. The number of objects processed during the ingest operation. # @!attribute [r] duplicates_skipped_count # @return [::Integer] # Output only. The number of objects skipped because another conversation # with the same transcript uri had already been ingested. # @!attribute [r] successful_ingest_count # @return [::Integer] # Output only. The number of new conversations added during this ingest # operation. # @!attribute [r] failed_ingest_count # @return [::Integer] # Output only. The number of objects which were unable to be ingested due # to errors. The errors are populated in the partial_errors field. class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status> (readonly)
Returns Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402 class IngestConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for IngestConversations operation. # @!attribute [r] processed_object_count # @return [::Integer] # Output only. The number of objects processed during the ingest operation. # @!attribute [r] duplicates_skipped_count # @return [::Integer] # Output only. The number of objects skipped because another conversation # with the same transcript uri had already been ingested. # @!attribute [r] successful_ingest_count # @return [::Integer] # Output only. The number of new conversations added during this ingest # operation. # @!attribute [r] failed_ingest_count # @return [::Integer] # Output only. The number of objects which were unable to be ingested due # to errors. The errors are populated in the partial_errors field. class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest (readonly)
Returns Output only. The original request for ingest.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 402 class IngestConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for IngestConversations operation. # @!attribute [r] processed_object_count # @return [::Integer] # Output only. The number of objects processed during the ingest operation. # @!attribute [r] duplicates_skipped_count # @return [::Integer] # Output only. The number of objects skipped because another conversation # with the same transcript uri had already been ingested. # @!attribute [r] successful_ingest_count # @return [::Integer] # Output only. The number of new conversations added during this ingest # operation. # @!attribute [r] failed_ingest_count # @return [::Integer] # Output only. The number of objects which were unable to be ingested due # to errors. The errors are populated in the partial_errors field. class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |