Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Document::ReloadStatus.
The status of a reload attempt.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The status of a reload attempt or the initial load.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The status of a reload attempt or the initial load.
Returns
- (::Google::Rpc::Status) — The status of a reload attempt or the initial load.
#time
def time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
#time=
def time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — 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.