public static class ReservationList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ReservationList.Builder |
addAllItems(List<Reservation> items)
[Output Only] A list of Allocation resources.
|
ReservationList.Builder |
addItems(Reservation items)
[Output Only] A list of Allocation resources.
|
ReservationList |
build() |
ReservationList.Builder |
clone() |
String |
getId()
[Output Only] The unique identifier for the resource.
|
List<Reservation> |
getItemsList()
[Output Only] A list of Allocation resources.
|
String |
getKind()
[Output Only] Type of resource.Always compute#reservationsList for listsof reservations
|
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.
|
ReservationList.Builder |
mergeFrom(ReservationList other) |
ReservationList.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
ReservationList.Builder |
setKind(String kind)
[Output Only] Type of resource.Always compute#reservationsList for listsof reservations
|
ReservationList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
ReservationList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
ReservationList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public ReservationList.Builder mergeFrom(ReservationList other)
public String getId()
public ReservationList.Builder setId(String id)
public List<Reservation> getItemsList()
public ReservationList.Builder addAllItems(List<Reservation> items)
public ReservationList.Builder addItems(Reservation items)
public String getKind()
public ReservationList.Builder setKind(String kind)
public String getNextPageToken()
public ReservationList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public ReservationList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public ReservationList.Builder setWarning(Warning warning)
public ReservationList build()
public ReservationList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.