public final class QueuedResource
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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueuedResource() |
| Modifier and Type | Method and Description |
|---|---|
QueuedResource |
clone() |
BulkInsertInstanceResource |
getBulkInsertInstanceResource()
Specification of VM instances to create.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
QueuingPolicy |
getQueuingPolicy()
Queuing parameters for the requested capacity.
|
String |
getSelfLink()
[Output only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
String |
getState()
[Output only] High-level status of the request.
|
QueuedResourceStatus |
getStatus()
[Output only] Result of queuing and provisioning based on deferred capacity.
|
String |
getZone()
[Output Only] URL of the zone where the resource resides.
|
QueuedResource |
set(String fieldName,
Object value) |
QueuedResource |
setBulkInsertInstanceResource(BulkInsertInstanceResource bulkInsertInstanceResource)
Specification of VM instances to create.
|
QueuedResource |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
QueuedResource |
setDescription(String description)
An optional description of this resource.
|
QueuedResource |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
QueuedResource |
setKind(String kind)
[Output Only] Type of the resource.
|
QueuedResource |
setName(String name)
Name of the resource.
|
QueuedResource |
setQueuingPolicy(QueuingPolicy queuingPolicy)
Queuing parameters for the requested capacity.
|
QueuedResource |
setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
QueuedResource |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
QueuedResource |
setState(String state)
[Output only] High-level status of the request.
|
QueuedResource |
setStatus(QueuedResourceStatus status)
[Output only] Result of queuing and provisioning based on deferred capacity.
|
QueuedResource |
setZone(String zone)
[Output Only] URL of the zone where the resource resides.
|
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 BulkInsertInstanceResource getBulkInsertInstanceResource()
null for nonepublic QueuedResource setBulkInsertInstanceResource(BulkInsertInstanceResource bulkInsertInstanceResource)
bulkInsertInstanceResource - bulkInsertInstanceResource or null for nonepublic String getCreationTimestamp()
null for nonepublic QueuedResource setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic QueuedResource setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic QueuedResource setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic QueuedResource setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic QueuedResource setName(String name)
name - name or null for nonepublic QueuingPolicy getQueuingPolicy()
null for nonepublic QueuedResource setQueuingPolicy(QueuingPolicy queuingPolicy)
queuingPolicy - queuingPolicy or null for nonepublic String getSelfLink()
null for nonepublic QueuedResource setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic QueuedResource setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic String getState()
null for nonepublic QueuedResource setState(String state)
state - state or null for nonepublic QueuedResourceStatus getStatus()
null for nonepublic QueuedResource setStatus(QueuedResourceStatus status)
status - status or null for nonepublic String getZone()
null for nonepublic QueuedResource setZone(String zone)
zone - zone or null for nonepublic QueuedResource set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueuedResource clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.