public final class ReservationSubBlocksListResponse
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 |
ReservationSubBlocksListResponse.Warning
Informational warning message.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReservationSubBlocksListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ReservationSubBlocksListResponse |
clone() |
String |
getId()
Unique identifier for the resource; defined by the server.
|
List<ReservationSubBlock> |
getItems()
A list of reservation subBlock 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()
Server-defined URL for this resource.
|
ReservationSubBlocksListResponse.Warning |
getWarning()
Informational warning message.
|
ReservationSubBlocksListResponse |
set(String fieldName,
Object value) |
ReservationSubBlocksListResponse |
setId(String id)
Unique identifier for the resource; defined by the server.
|
ReservationSubBlocksListResponse |
setItems(List<ReservationSubBlock> items)
A list of reservation subBlock resources.
|
ReservationSubBlocksListResponse |
setKind(String kind)
Type of the resource.
|
ReservationSubBlocksListResponse |
setNextPageToken(String nextPageToken)
This token allows you to get the next page of results for list requests.
|
ReservationSubBlocksListResponse |
setSelfLink(String selfLink)
Server-defined URL for this resource.
|
ReservationSubBlocksListResponse |
setWarning(ReservationSubBlocksListResponse.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 ReservationSubBlocksListResponse setId(String id)
id - id or null for nonepublic List<ReservationSubBlock> getItems()
null for nonepublic ReservationSubBlocksListResponse setItems(List<ReservationSubBlock> items)
items - items or null for nonepublic String getKind()
null for nonepublic ReservationSubBlocksListResponse setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic ReservationSubBlocksListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic ReservationSubBlocksListResponse setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic ReservationSubBlocksListResponse.Warning getWarning()
null for nonepublic ReservationSubBlocksListResponse setWarning(ReservationSubBlocksListResponse.Warning warning)
warning - warning or null for nonepublic ReservationSubBlocksListResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReservationSubBlocksListResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.