public static final class ProbeDetails.Builder extends GeneratedMessage.Builder<ProbeDetails.Builder> implements ProbeDetailsOrBuilderThe probe details of Sip Trunk peer hostname.
Protobuf type google.cloud.dialogflow.v2beta1.ProbeDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ProbeDetails.BuilderImplements
ProbeDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ProbeDetails build()| Returns | |
|---|---|
| Type | Description |
ProbeDetails |
|
buildPartial()
public ProbeDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
ProbeDetails |
|
clear()
public ProbeDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
clearInitTime()
public ProbeDetails.Builder clearInitTime()Output only. When the options probe was started.
.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
clearOptionsLatency()
public ProbeDetails.Builder clearOptionsLatency()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 |
ProbeDetails.Builder |
|
clearProbeStatus()
public ProbeDetails.Builder clearProbeStatus()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.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ProbeDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ProbeDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInitTime()
public 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. |
getInitTimeBuilder()
public Timestamp.Builder getInitTimeBuilder()Output only. When the options probe was started.
.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getInitTimeOrBuilder()
public 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 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. |
getOptionsLatencyBuilder()
public Duration.Builder getOptionsLatencyBuilder()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 |
Builder |
|
getOptionsLatencyOrBuilder()
public 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ProbeDetails other)
public ProbeDetails.Builder mergeFrom(ProbeDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ProbeDetails |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProbeDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ProbeDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
mergeInitTime(Timestamp value)
public ProbeDetails.Builder mergeInitTime(Timestamp value)Output only. When the options probe was started.
.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
mergeOptionsLatency(Duration value)
public ProbeDetails.Builder mergeOptionsLatency(Duration value)Output only. Duration between OPTIONS send and OPTIONS 200 received.
.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
setInitTime(Timestamp value)
public ProbeDetails.Builder setInitTime(Timestamp value)Output only. When the options probe was started.
.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
setInitTime(Timestamp.Builder builderForValue)
public ProbeDetails.Builder setInitTime(Timestamp.Builder builderForValue)Output only. When the options probe was started.
.google.protobuf.Timestamp init_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
setOptionsLatency(Duration value)
public ProbeDetails.Builder setOptionsLatency(Duration value)Output only. Duration between OPTIONS send and OPTIONS 200 received.
.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
setOptionsLatency(Duration.Builder builderForValue)
public ProbeDetails.Builder setOptionsLatency(Duration.Builder builderForValue)Output only. Duration between OPTIONS send and OPTIONS 200 received.
.google.protobuf.Duration options_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
|
setProbeStatus(ProbeDetails.ProbeStatus value)
public ProbeDetails.Builder setProbeStatus(ProbeDetails.ProbeStatus value)Output only. Result of the probe.
.google.cloud.dialogflow.v2beta1.ProbeDetails.ProbeStatus probe_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ProbeDetails.ProbeStatusThe probeStatus to set. |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
This builder for chaining. |
setProbeStatusValue(int value)
public ProbeDetails.Builder setProbeStatusValue(int value)Output only. Result of the probe.
.google.cloud.dialogflow.v2beta1.ProbeDetails.ProbeStatus probe_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for probeStatus to set. |
| Returns | |
|---|---|
| Type | Description |
ProbeDetails.Builder |
This builder for chaining. |