Class: Google::Cloud::Dialogflow::V2::ExportOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#exported_gcs_destination::Google::Cloud::Dialogflow::V2::GcsDestination

Returns Cloud Storage file path of the exported data.

Returns:



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