public interface InterconnectRemoteLocationPermittedConnectionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the interconnectLocation field is set. |