Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ServiceLatency::InternalServiceLatency.
Message to represent the latency of an internal service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#complete_time
def complete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The completion time of the internal service.
#complete_time=
def complete_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The completion time of the internal service.
Returns
- (::Google::Protobuf::Timestamp) — The completion time of the internal service.
#latency_ms
def latency_ms() -> ::Float
Returns
- (::Float) — The latency of the internal service in milliseconds.
#latency_ms=
def latency_ms=(value) -> ::Float
Parameter
- value (::Float) — The latency of the internal service in milliseconds.
Returns
- (::Float) — The latency of the internal service in milliseconds.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The start time of the internal service.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start time of the internal service.
Returns
- (::Google::Protobuf::Timestamp) — The start time of the internal service.
#step
def step() -> ::String
Returns
- (::String) — The name of the internal service.
#step=
def step=(value) -> ::String
Parameter
- value (::String) — The name of the internal service.
Returns
- (::String) — The name of the internal service.