Interface ProbeDetailsOrBuilder (4.101.0)

public interface ProbeDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInitTime()

public abstract Timestamp getInitTime()

Output only. When the options probe was started.

.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The initTime.

getInitTimeOrBuilder()

public abstract TimestampOrBuilder getInitTimeOrBuilder()

Output only. When the options probe was started.

.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getOptionsLatency()

public abstract Duration getOptionsLatency()

Output only. Duration between OPTIONS send and OPTIONS 200 received.

.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Duration

The optionsLatency.

getOptionsLatencyOrBuilder()

public abstract DurationOrBuilder getOptionsLatencyOrBuilder()

Output only. Duration between OPTIONS send and OPTIONS 200 received.

.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DurationOrBuilder

getProbeStatus()

public abstract ProbeDetails.ProbeStatus getProbeStatus()

Output only. Result of the probe.

.google.cloud.dialogflow.v2beta1.ProbeDetails.ProbeStatus probe_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProbeDetails.ProbeStatus

The probeStatus.

getProbeStatusValue()

public abstract int getProbeStatusValue()

Output only. Result of the probe.

.google.cloud.dialogflow.v2beta1.ProbeDetails.ProbeStatus probe_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for probeStatus.

hasInitTime()

public abstract boolean hasInitTime()

Output only. When the options probe was started.

.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the initTime field is set.

hasOptionsLatency()

public abstract boolean hasOptionsLatency()

Output only. Duration between OPTIONS send and OPTIONS 200 received.

.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the optionsLatency field is set.