Interface InterconnectLocationRegionInfoOrBuilder (1.51.0)

public interface InterconnectLocationRegionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for locationPresence.

getRegion()

public abstract String getRegion()

URL for the region of this location.

optional string region = 138946292;

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

URL for the region of this location.

optional string region = 138946292;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the locationPresence field is set.

hasRegion()

public abstract boolean hasRegion()

URL for the region of this location.

optional string region = 138946292;

Returns
TypeDescription
boolean

Whether the region field is set.