public interface InterconnectRemoteLocationPermittedConnectionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInterconnectLocation()
public abstract String getInterconnectLocation()Output only. [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. [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. [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. |