Class: Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata for the BulkDownloadFeedbackLabel endpoint.
Defined Under Namespace
Classes: DownloadStats
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#download_stats ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata::DownloadStats
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Partial errors during ingest operation that might cause the operation output to be incomplete.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2423 class BulkDownloadFeedbackLabelsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for BulkDownloadFeedbackLabels operation. # @!attribute [rw] processed_object_count # @return [::Integer] # The number of objects processed during the download operation. # @!attribute [rw] successful_download_count # @return [::Integer] # The number of new feedback labels downloaded during this operation. # Different from "processed" because some labels might not be downloaded # because an error. # @!attribute [rw] total_files_written # @return [::Integer] # Total number of files written to the provided Cloud Storage bucket. # @!attribute [r] file_names # @return [::Array<::String>] # Output only. Full name of the files written to Cloud storage. class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#download_stats ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsMetadata::DownloadStats (readonly)
Returns Output only. Statistics for BulkDownloadFeedbackLabels operation.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2423 class BulkDownloadFeedbackLabelsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for BulkDownloadFeedbackLabels operation. # @!attribute [rw] processed_object_count # @return [::Integer] # The number of objects processed during the download operation. # @!attribute [rw] successful_download_count # @return [::Integer] # The number of new feedback labels downloaded during this operation. # Different from "processed" because some labels might not be downloaded # because an error. # @!attribute [rw] total_files_written # @return [::Integer] # Total number of files written to the provided Cloud Storage bucket. # @!attribute [r] file_names # @return [::Array<::String>] # Output only. Full name of the files written to Cloud storage. class DownloadStats 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.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2423 class BulkDownloadFeedbackLabelsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for BulkDownloadFeedbackLabels operation. # @!attribute [rw] processed_object_count # @return [::Integer] # The number of objects processed during the download operation. # @!attribute [rw] successful_download_count # @return [::Integer] # The number of new feedback labels downloaded during this operation. # Different from "processed" because some labels might not be downloaded # because an error. # @!attribute [rw] total_files_written # @return [::Integer] # Total number of files written to the provided Cloud Storage bucket. # @!attribute [r] file_names # @return [::Array<::String>] # Output only. Full name of the files written to Cloud storage. class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Returns Partial errors during ingest operation that might cause the operation output to be incomplete.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2423 class BulkDownloadFeedbackLabelsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for BulkDownloadFeedbackLabels operation. # @!attribute [rw] processed_object_count # @return [::Integer] # The number of objects processed during the download operation. # @!attribute [rw] successful_download_count # @return [::Integer] # The number of new feedback labels downloaded during this operation. # Different from "processed" because some labels might not be downloaded # because an error. # @!attribute [rw] total_files_written # @return [::Integer] # Total number of files written to the provided Cloud Storage bucket. # @!attribute [r] file_names # @return [::Array<::String>] # Output only. Full name of the files written to Cloud storage. class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest (readonly)
Returns Output only. The original request for download.
2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2423 class BulkDownloadFeedbackLabelsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Statistics for BulkDownloadFeedbackLabels operation. # @!attribute [rw] processed_object_count # @return [::Integer] # The number of objects processed during the download operation. # @!attribute [rw] successful_download_count # @return [::Integer] # The number of new feedback labels downloaded during this operation. # Different from "processed" because some labels might not be downloaded # because an error. # @!attribute [rw] total_files_written # @return [::Integer] # Total number of files written to the provided Cloud Storage bucket. # @!attribute [r] file_names # @return [::Array<::String>] # Output only. Full name of the files written to Cloud storage. class DownloadStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |