@Generated(value="by GAPIC") @BetaApi public final class UsableSubnetwork extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
UsableSubnetwork.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static UsableSubnetwork |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getIpCidrRange()
The range of internal addresses that are owned by this subnetwork.
|
String |
getNetwork()
Network URL.
|
List<UsableSubnetworkSecondaryRange> |
getSecondaryIpRangesList()
Secondary IP ranges.
|
String |
getSubnetwork()
Subnetwork URL.
|
int |
hashCode() |
static UsableSubnetwork.Builder |
newBuilder() |
static UsableSubnetwork.Builder |
newBuilder(UsableSubnetwork prototype) |
UsableSubnetwork.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 getIpCidrRange()
public String getNetwork()
public List<UsableSubnetworkSecondaryRange> getSecondaryIpRangesList()
public String getSubnetwork()
public static UsableSubnetwork.Builder newBuilder()
public static UsableSubnetwork.Builder newBuilder(UsableSubnetwork prototype)
public UsableSubnetwork.Builder toBuilder()
public static UsableSubnetwork getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.