public interface InterconnectGroupInterconnectOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInterconnect()
public abstract String getInterconnect()
The URL of an Interconnect in this group. All Interconnects in the group are unique.
optional string interconnect = 224601230;
Returns | |
---|---|
Type | Description |
String |
The interconnect. |
getInterconnectBytes()
public abstract ByteString getInterconnectBytes()
The URL of an Interconnect in this group. All Interconnects in the group are unique.
optional string interconnect = 224601230;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for interconnect. |
hasInterconnect()
public abstract boolean hasInterconnect()
The URL of an Interconnect in this group. All Interconnects in the group are unique.
optional string interconnect = 224601230;
Returns | |
---|---|
Type | Description |
boolean |
Whether the interconnect field is set. |