@Generated(value="by GAPIC") @BetaApi public final class NetworkEndpointGroupAggregatedList extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
NetworkEndpointGroupAggregatedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static NetworkEndpointGroupAggregatedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
Map<String,NetworkEndpointGroupsScopedList> |
getItemsMap()
A list of NetworkEndpointGroupsScopedList resources.
|
String |
getKind()
[Output Only] The resource type, which is always compute#networkEndpointGroupAggregatedList for
aggregated lists of network endpoint 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.
|
int |
hashCode() |
static NetworkEndpointGroupAggregatedList.Builder |
newBuilder() |
static NetworkEndpointGroupAggregatedList.Builder |
newBuilder(NetworkEndpointGroupAggregatedList prototype) |
NetworkEndpointGroupAggregatedList.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 Map<String,NetworkEndpointGroupsScopedList> getItemsMap()
public String getKind()
public String getNextPageToken()
public String getSelfLink()
public Warning getWarning()
public static NetworkEndpointGroupAggregatedList.Builder newBuilder()
public static NetworkEndpointGroupAggregatedList.Builder newBuilder(NetworkEndpointGroupAggregatedList prototype)
public NetworkEndpointGroupAggregatedList.Builder toBuilder()
public static NetworkEndpointGroupAggregatedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.