Class: Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata for an export insights operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Partial errors during export operation that might cause the operation output to be incomplete.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest
The original request for export.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
681 682 683 684 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 681 class ExportInsightsDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
681 682 683 684 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 681 class ExportInsightsDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Returns Partial errors during export operation that might cause the operation output to be incomplete.
681 682 683 684 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 681 class ExportInsightsDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportInsightsDataRequest
Returns The original request for export.
681 682 683 684 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 681 class ExportInsightsDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |