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