public final class MultiMigMemberList
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiMigMemberList.Warning
Informational warning message.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiMigMemberList() |
| Modifier and Type | Method and Description |
|---|---|
MultiMigMemberList |
clone() |
String |
getId()
Unique identifier for the resource; defined by the server.
|
List<MultiMigMember> |
getItems()
A list of multi-MIG member resources.
|
String |
getKind()
Type of the resource.
|
String |
getNextPageToken()
This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output only] Server-defined URL for this resource.
|
MultiMigMemberList.Warning |
getWarning()
Informational warning message.
|
MultiMigMemberList |
set(String fieldName,
Object value) |
MultiMigMemberList |
setId(String id)
Unique identifier for the resource; defined by the server.
|
MultiMigMemberList |
setItems(List<MultiMigMember> items)
A list of multi-MIG member resources.
|
MultiMigMemberList |
setKind(String kind)
Type of the resource.
|
MultiMigMemberList |
setNextPageToken(String nextPageToken)
This token allows you to get the next page of results for list requests.
|
MultiMigMemberList |
setSelfLink(String selfLink)
[Output only] Server-defined URL for this resource.
|
MultiMigMemberList |
setWarning(MultiMigMemberList.Warning warning)
Informational warning message.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getId()
null for nonepublic MultiMigMemberList setId(String id)
id - id or null for nonepublic List<MultiMigMember> getItems()
null for nonepublic MultiMigMemberList setItems(List<MultiMigMember> items)
items - items or null for nonepublic String getKind()
null for nonepublic MultiMigMemberList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic MultiMigMemberList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic MultiMigMemberList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic MultiMigMemberList.Warning getWarning()
null for nonepublic MultiMigMemberList setWarning(MultiMigMemberList.Warning warning)
warning - warning or null for nonepublic MultiMigMemberList set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MultiMigMemberList clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.