public final class PullBatchResponse
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 Google Cloud Pub/Sub API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
PullBatchResponse() |
Modifier and Type | Method and Description |
---|---|
PullBatchResponse |
clone() |
java.util.List<PullResponse> |
getPullResponses()
Received Pub/Sub messages or status events.
|
PullBatchResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
PullBatchResponse |
setPullResponses(java.util.List<PullResponse> pullResponses)
Received Pub/Sub messages or status events.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<PullResponse> getPullResponses()
null
for nonepublic PullBatchResponse setPullResponses(java.util.List<PullResponse> pullResponses)
pullResponses
- pullResponses or null
for nonepublic PullBatchResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PullBatchResponse clone()
clone
in class com.google.api.client.json.GenericJson