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