Interface StandardConnectionFormatOrBuilder (1.71.0)

public interface StandardConnectionFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDirectConnection()

public abstract boolean getDirectConnection()

Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.

bool direct_connection = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The directConnection.