Modifier and Type | Method and Description |
---|---|
Region.Builder |
addAllQuotas(List<Quota> quotas)
[Output Only] Quotas assigned to this region.
|
Region.Builder |
addAllZones(List<String> zones)
[Output Only] A list of zones available in this region, in the form of resource URLs.
|
Region.Builder |
addQuotas(Quota quotas)
[Output Only] Quotas assigned to this region.
|
Region.Builder |
addZones(String zones)
[Output Only] A list of zones available in this region, in the form of resource URLs.
|
Region |
build() |
Region.Builder |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this region.
|
String |
getDescription()
[Output Only] Textual description of the resource.
|
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.
|
Region.Builder |
mergeFrom(Region other) |
Region.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Region.Builder |
setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this region.
|
Region.Builder |
setDescription(String description)
[Output Only] Textual description of the resource.
|
Region.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
Region.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
Region.Builder |
setName(String name)
[Output Only] Name of the resource.
|
Region.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Region.Builder |
setStatus(String status)
[Output Only] Status of the region, either UP or DOWN.
|
public Region.Builder mergeFrom(Region other)
public String getCreationTimestamp()
public Region.Builder setCreationTimestamp(String creationTimestamp)
public DeprecationStatus getDeprecated()
public Region.Builder setDeprecated(DeprecationStatus deprecated)
public String getDescription()
public Region.Builder setDescription(String description)
public String getId()
public Region.Builder setId(String id)
public String getKind()
public Region.Builder setKind(String kind)
public String getName()
public Region.Builder setName(String name)
public Region.Builder addAllQuotas(List<Quota> quotas)
public Region.Builder addQuotas(Quota quotas)
public String getSelfLink()
public Region.Builder setSelfLink(String selfLink)
public String getStatus()
public Region.Builder setStatus(String status)
public List<String> getZonesList()
public Region.Builder addAllZones(List<String> zones)
public Region.Builder addZones(String zones)
public Region build()
public Region.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.