public interface InterconnectLocationRegionInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpectedRttMs()
public abstract long getExpectedRttMs()Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;
| Type | Description |
| long | The expectedRttMs. |
getLocationPresence()
public abstract String getLocationPresence()Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;
| Type | Description |
| String | The locationPresence. |
getLocationPresenceBytes()
public abstract ByteString getLocationPresenceBytes()Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;
| Type | Description |
| ByteString | The bytes for locationPresence. |
getRegion()
public abstract String getRegion()URL for the region of this location.
optional string region = 138946292;
| Type | Description |
| String | The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()URL for the region of this location.
optional string region = 138946292;
| Type | Description |
| ByteString | The bytes for region. |
hasExpectedRttMs()
public abstract boolean hasExpectedRttMs()Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;
| Type | Description |
| boolean | Whether the expectedRttMs field is set. |
hasLocationPresence()
public abstract boolean hasLocationPresence()Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;
| Type | Description |
| boolean | Whether the locationPresence field is set. |
hasRegion()
public abstract boolean hasRegion()URL for the region of this location.
optional string region = 138946292;
| Type | Description |
| boolean | Whether the region field is set. |