public interface InterconnectLocationRegionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
|
String |
getLocationPresence()
Identifies the network presence of this location.
|
com.google.protobuf.ByteString |
getLocationPresenceBytes()
Identifies the network presence of this location.
|
String |
getRegion()
URL for the region of this location.
|
com.google.protobuf.ByteString |
getRegionBytes()
URL for the region of this location.
|
boolean |
hasExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
|
boolean |
hasLocationPresence()
Identifies the network presence of this location.
|
boolean |
hasRegion()
URL for the region of this location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;long getExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;boolean hasLocationPresence()
Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;String getLocationPresence()
Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;com.google.protobuf.ByteString getLocationPresenceBytes()
Identifies the network presence of this location. Check the LocationPresence enum for the list of possible values.
optional string location_presence = 101517893;boolean hasRegion()
URL for the region of this location.
optional string region = 138946292;String getRegion()
URL for the region of this location.
optional string region = 138946292;com.google.protobuf.ByteString getRegionBytes()
URL for the region of this location.
optional string region = 138946292;Copyright © 2023 Google LLC. All rights reserved.