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