public static class ReservationAggregatedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ReservationAggregatedList |
build() |
ReservationAggregatedList.Builder |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
Map<String,ReservationsScopedList> |
getItemsMap()
A list of Allocation resources.
|
String |
getKind()
Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
ReservationAggregatedList.Builder |
mergeFrom(ReservationAggregatedList other) |
ReservationAggregatedList.Builder |
putAllItems(Map<String,ReservationsScopedList> items)
A list of Allocation resources.
|
ReservationAggregatedList.Builder |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
ReservationAggregatedList.Builder |
setKind(String kind)
Type of resource.
|
ReservationAggregatedList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
ReservationAggregatedList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
ReservationAggregatedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public ReservationAggregatedList.Builder mergeFrom(ReservationAggregatedList other)
public String getId()
public ReservationAggregatedList.Builder setId(String id)
public Map<String,ReservationsScopedList> getItemsMap()
public ReservationAggregatedList.Builder putAllItems(Map<String,ReservationsScopedList> items)
public String getKind()
public ReservationAggregatedList.Builder setKind(String kind)
public String getNextPageToken()
public ReservationAggregatedList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public ReservationAggregatedList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public ReservationAggregatedList.Builder setWarning(Warning warning)
public ReservationAggregatedList build()
public ReservationAggregatedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.