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