Interface SipHostnameOrBuilder (4.101.0)

public interface SipHostnameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionState()

public abstract SipHostname.ConnectionState getConnectionState()

Output only. State of the connection.

.google.cloud.dialogflow.v2beta1.SipHostname.ConnectionState connection_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SipHostname.ConnectionState

The connectionState.

getConnectionStateValue()

public abstract int getConnectionStateValue()

Output only. State of the connection.

.google.cloud.dialogflow.v2beta1.SipHostname.ConnectionState connection_state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for connectionState.

getEnabledSipPing()

public abstract boolean getEnabledSipPing()

Output only. Peer hostname enabled for SIP ping.

bool enabled_sip_ping = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The enabledSipPing.

getErrorDetails()

public abstract SipHostname.HostnameErrorDetails getErrorDetails()

Output only. The error details for the connection. Only populated when authentication errors occur.

.google.cloud.dialogflow.v2beta1.SipHostname.HostnameErrorDetails error_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SipHostname.HostnameErrorDetails

The errorDetails.

getErrorDetailsOrBuilder()

public abstract SipHostname.HostnameErrorDetailsOrBuilder getErrorDetailsOrBuilder()

Output only. The error details for the connection. Only populated when authentication errors occur.

.google.cloud.dialogflow.v2beta1.SipHostname.HostnameErrorDetails error_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SipHostname.HostnameErrorDetailsOrBuilder

getPeerHostname()

public abstract String getPeerHostname()

Required. Peer hostname name.

string peer_hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The peerHostname.

getPeerHostnameBytes()

public abstract ByteString getPeerHostnameBytes()

Required. Peer hostname name.

string peer_hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for peerHostname.

getPeerSocketAddress()

public abstract String getPeerSocketAddress()

Output only. The peer_socket address of the partner SBC pinged.

string peer_socket_address = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The peerSocketAddress.

getPeerSocketAddressBytes()

public abstract ByteString getPeerSocketAddressBytes()

Output only. The peer_socket address of the partner SBC pinged.

string peer_socket_address = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for peerSocketAddress.

getPingInterval()

public abstract Duration getPingInterval()

Output only. How often the sip ping should occur.

.google.protobuf.Duration ping_interval = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Duration

The pingInterval.

getPingIntervalOrBuilder()

public abstract DurationOrBuilder getPingIntervalOrBuilder()

Output only. How often the sip ping should occur.

.google.protobuf.Duration ping_interval = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DurationOrBuilder

getProbeDetails()

public abstract ProbeDetails getProbeDetails()

Output only. The details from the options probe.

.google.cloud.dialogflow.v2beta1.ProbeDetails probe_details = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProbeDetails

The probeDetails.

getProbeDetailsOrBuilder()

public abstract ProbeDetailsOrBuilder getProbeDetailsOrBuilder()

Output only. The details from the options probe.

.google.cloud.dialogflow.v2beta1.ProbeDetails probe_details = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProbeDetailsOrBuilder

hasErrorDetails()

public abstract boolean hasErrorDetails()

Output only. The error details for the connection. Only populated when authentication errors occur.

.google.cloud.dialogflow.v2beta1.SipHostname.HostnameErrorDetails error_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the errorDetails field is set.

hasPingInterval()

public abstract boolean hasPingInterval()

Output only. How often the sip ping should occur.

.google.protobuf.Duration ping_interval = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the pingInterval field is set.

hasProbeDetails()

public abstract boolean hasProbeDetails()

Output only. The details from the options probe.

.google.cloud.dialogflow.v2beta1.ProbeDetails probe_details = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the probeDetails field is set.