Class: Google::Cloud::Dialogflow::V2::Document::ReloadStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/document.rb

Overview

The status of a reload attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#status::Google::Rpc::Status

Returns The status of a reload attempt or the initial load.

Returns:



108
109
110
111
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 108

class ReloadStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time::Google::Protobuf::Timestamp

Returns The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.

Returns:

  • (::Google::Protobuf::Timestamp)

    The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.



108
109
110
111
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 108

class ReloadStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end