Interface InterconnectRemoteLocationPermittedConnectionsOrBuilder (1.49.0)

public interface InterconnectRemoteLocationPermittedConnectionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterconnectLocation()

public abstract String getInterconnectLocation()

[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.

optional string interconnect_location = 492235846;

Returns
TypeDescription
String

The interconnectLocation.

getInterconnectLocationBytes()

public abstract ByteString getInterconnectLocationBytes()

[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.

optional string interconnect_location = 492235846;

Returns
TypeDescription
ByteString

The bytes for interconnectLocation.

hasInterconnectLocation()

public abstract boolean hasInterconnectLocation()

[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.

optional string interconnect_location = 492235846;

Returns
TypeDescription
boolean

Whether the interconnectLocation field is set.