@Generated(value="by GAPIC") @BetaApi public final class Address extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Address.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress()
The static IP address represented by this resource.
|
String |
getAddressType()
The type of address to reserve, either INTERNAL or EXTERNAL.
|
ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static Address |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getIpVersion()
The IP Version that will be used by this address.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getNetwork()
The URL of the network in which to reserve the address.
|
String |
getNetworkTier()
This signifies the networking tier used for configuring this Address and can only take the
following values: PREMIUM, STANDARD.
|
Integer |
getPrefixLength()
The prefix length if the resource reprensents an IP range.
|
String |
getPurpose()
The purpose of resource, only used with INTERNAL type.
|
String |
getRegion()
[Output Only] URL of the region where the regional address resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE.
|
String |
getSubnetwork()
The URL of the subnetwork in which to reserve the address.
|
List<String> |
getUsersList()
[Output Only] The URLs of the resources that are using this address.
|
int |
hashCode() |
static Address.Builder |
newBuilder() |
static Address.Builder |
newBuilder(Address prototype) |
Address.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 getAddress()
public String getAddressType()
public String getCreationTimestamp()
public String getDescription()
public String getId()
public String getIpVersion()
public String getKind()
public String getName()
public String getNetwork()
public String getNetworkTier()
If this field is not specified, it is assumed to be PREMIUM.
public Integer getPrefixLength()
public String getPurpose()
public String getRegion()
public String getSelfLink()
public String getStatus()
public String getSubnetwork()
public List<String> getUsersList()
public static Address.Builder newBuilder()
public static Address.Builder newBuilder(Address prototype)
public Address.Builder toBuilder()
public static Address getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.