@Generated(value="by GAPIC") @BetaApi public final class NetworkEndpointGroupsListNetworkEndpoints extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
NetworkEndpointGroupsListNetworkEndpoints.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static NetworkEndpointGroupsListNetworkEndpoints |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static NetworkEndpointGroupsListNetworkEndpoints.Builder |
newBuilder() |
static NetworkEndpointGroupsListNetworkEndpoints.Builder |
newBuilder(NetworkEndpointGroupsListNetworkEndpoints prototype) |
NetworkEndpointGroupsListNetworkEndpoints.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getId()
public List<NetworkEndpointWithHealthStatus> getItemsList()
public String getKind()
public String getNextPageToken()
public Warning getWarning()
public static NetworkEndpointGroupsListNetworkEndpoints.Builder newBuilder()
public static NetworkEndpointGroupsListNetworkEndpoints.Builder newBuilder(NetworkEndpointGroupsListNetworkEndpoints prototype)
public NetworkEndpointGroupsListNetworkEndpoints.Builder toBuilder()
public static NetworkEndpointGroupsListNetworkEndpoints getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.