@Generated(value="by GAPIC") @BetaApi public final class Region extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Region.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static Region |
getDefaultInstance() |
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this region.
|
String |
getDescription()
[Output Only] Textual description of the resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the resource.
|
List<Quota> |
getQuotasList()
[Output Only] Quotas assigned to this region.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] Status of the region, either UP or DOWN.
|
List<String> |
getZonesList()
[Output Only] A list of zones available in this region, in the form of resource URLs.
|
int |
hashCode() |
static Region.Builder |
newBuilder() |
static Region.Builder |
newBuilder(Region prototype) |
Region.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 getCreationTimestamp()
public DeprecationStatus getDeprecated()
public String getDescription()
public String getId()
public String getKind()
public String getName()
public String getSelfLink()
public String getStatus()
public List<String> getZonesList()
public static Region.Builder newBuilder()
public static Region.Builder newBuilder(Region prototype)
public Region.Builder toBuilder()
public static Region getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.