Class: Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata::DownloadStats
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata::DownloadStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Statistics for BulkDownloadFeedbackLabels operation.
Instance Attribute Summary collapse
-
#file_names ⇒ ::Array<::String>
readonly
Output only.
-
#processed_object_count ⇒ ::Integer
The number of objects processed during the download operation.
-
#successful_download_count ⇒ ::Integer
The number of new feedback labels downloaded during this operation.
-
#total_files_written ⇒ ::Integer
Total number of files written to the provided Cloud Storage bucket.
Instance Attribute Details
#file_names ⇒ ::Array<::String> (readonly)
Returns Output only. Full name of the files written to Cloud storage.
2442 2443 2444 2445 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2442 class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processed_object_count ⇒ ::Integer
Returns The number of objects processed during the download operation.
2442 2443 2444 2445 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2442 class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#successful_download_count ⇒ ::Integer
Returns The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
2442 2443 2444 2445 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2442 class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_files_written ⇒ ::Integer
Returns Total number of files written to the provided Cloud Storage bucket.
2442 2443 2444 2445 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2442 class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |