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