Package com.google.cloud.compute.v1
Interface InterconnectLocationRegionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectLocationRegionInfo,InterconnectLocationRegionInfo.Builder
public interface InterconnectLocationRegionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExpectedRttMs()Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.StringgetLocationPresence()Identifies the network presence of this location.com.google.protobuf.ByteStringgetLocationPresenceBytes()Identifies the network presence of this location.StringgetRegion()URL for the region of this location.com.google.protobuf.ByteStringgetRegionBytes()URL for the region of this location.booleanhasExpectedRttMs()Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.booleanhasLocationPresence()Identifies the network presence of this location.booleanhasRegion()URL for the region of this location.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExpectedRttMs
boolean hasExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;- Returns:
- Whether the expectedRttMs field is set.
-
getExpectedRttMs
long getExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
optional int64 expected_rtt_ms = 422543866;- Returns:
- The expectedRttMs.
-
hasLocationPresence
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:
- Whether the locationPresence field is set.
-
getLocationPresence
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:
- The locationPresence.
-
getLocationPresenceBytes
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;- Returns:
- The bytes for locationPresence.
-
hasRegion
boolean hasRegion()
URL for the region of this location.
optional string region = 138946292;- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()
URL for the region of this location.
optional string region = 138946292;- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
URL for the region of this location.
optional string region = 138946292;- Returns:
- The bytes for region.
-
-