@Generated(value="by GAPIC") @BetaApi public final class AliasIpRange extends Object implements com.google.api.gax.httpjson.ApiMessage
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AliasIpRange.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
com.google.api.gax.httpjson.ApiMessage | 
getApiMessageRequestBody()  | 
static AliasIpRange | 
getDefaultInstance()  | 
List<String> | 
getFieldMask()  | 
Object | 
getFieldValue(String fieldName)  | 
String | 
getIpCidrRange()
The IP CIDR range represented by this alias IP range. 
 | 
String | 
getSubnetworkRangeName()
Optional subnetwork secondary range name specifying the secondary range from which to allocate
 the IP CIDR range for this alias IP range. 
 | 
int | 
hashCode()  | 
static AliasIpRange.Builder | 
newBuilder()  | 
static AliasIpRange.Builder | 
newBuilder(AliasIpRange prototype)  | 
AliasIpRange.Builder | 
toBuilder()  | 
String | 
toString()  | 
public Object getFieldValue(String fieldName)
getFieldValue in interface com.google.api.gax.httpjson.ApiMessage@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody in interface com.google.api.gax.httpjson.ApiMessage@Nullable public List<String> getFieldMask()
getFieldMask in interface com.google.api.gax.httpjson.ApiMessagepublic String getIpCidrRange()
public String getSubnetworkRangeName()
public static AliasIpRange.Builder newBuilder()
public static AliasIpRange.Builder newBuilder(AliasIpRange prototype)
public AliasIpRange.Builder toBuilder()
public static AliasIpRange getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.