public final class PullRequest
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 Cloud Pub/Sub 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
Constructor and Description |
---|
PullRequest() |
Modifier and Type | Method and Description |
---|---|
PullRequest |
clone() |
java.lang.Boolean |
getReturnImmediately()
If this is specified as true the system will respond immediately even if it is not able to
return a message in the Pull response.
|
java.lang.String |
getSubscription()
The subscription from which a message should be pulled.
|
PullRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
PullRequest |
setReturnImmediately(java.lang.Boolean returnImmediately)
If this is specified as true the system will respond immediately even if it is not able to
return a message in the Pull response.
|
PullRequest |
setSubscription(java.lang.String subscription)
The subscription from which a message should be pulled.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Boolean getReturnImmediately()
null
for nonepublic PullRequest setReturnImmediately(java.lang.Boolean returnImmediately)
returnImmediately
- returnImmediately or null
for nonepublic java.lang.String getSubscription()
null
for nonepublic PullRequest setSubscription(java.lang.String subscription)
subscription
- subscription or null
for nonepublic PullRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PullRequest clone()
clone
in class com.google.api.client.json.GenericJson