Class: Google::Cloud::Dialogflow::V2::ExportOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ExportOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
Metadata related to the Export Data Operations (e.g. ExportDocument).
Instance Attribute Summary collapse
-
#exported_gcs_destination ⇒ ::Google::Cloud::Dialogflow::V2::GcsDestination
Cloud Storage file path of the exported data.
Instance Attribute Details
#exported_gcs_destination ⇒ ::Google::Cloud::Dialogflow::V2::GcsDestination
Returns Cloud Storage file path of the exported data.
398 399 400 401 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 398 class ExportOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |