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