Class: Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The metadata for a bulk delete conversations operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest
The original request for bulk delete.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
598 599 600 601 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 598 class BulkDeleteConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
598 599 600 601 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 598 class BulkDeleteConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Returns Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
598 599 600 601 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 598 class BulkDeleteConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest
Returns The original request for bulk delete.
598 599 600 601 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 598 class BulkDeleteConversationsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |