@Generated(value="by GAPIC") @BetaApi public final class InterconnectLocationRegionInfo extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InterconnectLocationRegionInfo.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InterconnectLocationRegionInfo |
getDefaultInstance() |
String |
getExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this
region.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getLocationPresence()
Identifies the network presence of this location.
|
String |
getRegion()
URL for the region of this location.
|
int |
hashCode() |
static InterconnectLocationRegionInfo.Builder |
newBuilder() |
static InterconnectLocationRegionInfo.Builder |
newBuilder(InterconnectLocationRegionInfo prototype) |
InterconnectLocationRegionInfo.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getExpectedRttMs()
public String getLocationPresence()
public String getRegion()
public static InterconnectLocationRegionInfo.Builder newBuilder()
public static InterconnectLocationRegionInfo.Builder newBuilder(InterconnectLocationRegionInfo prototype)
public InterconnectLocationRegionInfo.Builder toBuilder()
public static InterconnectLocationRegionInfo getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.