Interface ConnectionOrBuilder (4.60.0)

public interface ConnectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionId()

public abstract String getConnectionId()

Output only. The unique identifier of the SIP Trunk connection.

string connection_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The connectionId.

getConnectionIdBytes()

public abstract ByteString getConnectionIdBytes()

Output only. The unique identifier of the SIP Trunk connection.

string connection_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for connectionId.

getErrorDetails()

public abstract Connection.ErrorDetails getErrorDetails()

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

optional .google.cloud.dialogflow.v2beta1.Connection.ErrorDetails error_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Connection.ErrorDetails

The errorDetails.

getErrorDetailsOrBuilder()

public abstract Connection.ErrorDetailsOrBuilder getErrorDetailsOrBuilder()

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

optional .google.cloud.dialogflow.v2beta1.Connection.ErrorDetails error_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Connection.ErrorDetailsOrBuilder

getState()

public abstract Connection.State getState()

Output only. State of the connection.

.google.cloud.dialogflow.v2beta1.Connection.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Connection.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the connection.

.google.cloud.dialogflow.v2beta1.Connection.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. When the connection status changed.

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

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. When the connection status changed.

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

Returns
Type Description
TimestampOrBuilder

hasErrorDetails()

public abstract boolean hasErrorDetails()

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

optional .google.cloud.dialogflow.v2beta1.Connection.ErrorDetails error_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the errorDetails field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. When the connection status changed.

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

Returns
Type Description
boolean

Whether the updateTime field is set.