Class: Google::Cloud::Dialogflow::V2::Document::ReloadStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Document::ReloadStatus
- 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
-
#status ⇒ ::Google::Rpc::Status
The status of a reload attempt or the initial load.
-
#time ⇒ ::Google::Protobuf::Timestamp
The time of a reload attempt.
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Returns The status of a reload attempt or the initial load.
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.
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 |