public final class LongRunning
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 Service Networking 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LongRunning() |
Modifier and Type | Method and Description |
---|---|
LongRunning |
clone() |
String |
getInitialPollDelay()
Initial delay after which the first poll request will be made.
|
String |
getMaxPollDelay()
Maximum time between two subsequent poll requests.
|
Float |
getPollDelayMultiplier()
Multiplier to gradually increase delay between subsequent polls until it reaches
max_poll_delay.
|
String |
getTotalPollTimeout()
Total polling timeout.
|
LongRunning |
set(String fieldName,
Object value) |
LongRunning |
setInitialPollDelay(String initialPollDelay)
Initial delay after which the first poll request will be made.
|
LongRunning |
setMaxPollDelay(String maxPollDelay)
Maximum time between two subsequent poll requests.
|
LongRunning |
setPollDelayMultiplier(Float pollDelayMultiplier)
Multiplier to gradually increase delay between subsequent polls until it reaches
max_poll_delay.
|
LongRunning |
setTotalPollTimeout(String totalPollTimeout)
Total polling timeout.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getInitialPollDelay()
null
for nonepublic LongRunning setInitialPollDelay(String initialPollDelay)
initialPollDelay
- initialPollDelay or null
for nonepublic String getMaxPollDelay()
null
for nonepublic LongRunning setMaxPollDelay(String maxPollDelay)
maxPollDelay
- maxPollDelay or null
for nonepublic Float getPollDelayMultiplier()
null
for nonepublic LongRunning setPollDelayMultiplier(Float pollDelayMultiplier)
pollDelayMultiplier
- pollDelayMultiplier or null
for nonepublic String getTotalPollTimeout()
null
for nonepublic LongRunning setTotalPollTimeout(String totalPollTimeout)
totalPollTimeout
- totalPollTimeout or null
for nonepublic LongRunning set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LongRunning clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.