public interface WireGroupTopologyEndpointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCity()
public abstract String getCity()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
String |
The city. |
getCityBytes()
public abstract ByteString getCityBytes()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for city. |
getLabel()
public abstract String getLabel()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for label. |
hasCity()
public abstract boolean hasCity()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the city field is set. |
hasLabel()
public abstract boolean hasLabel()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the label field is set. |