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