public final class SendWorkerMessagesRequest
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 Dataflow 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 |
---|
SendWorkerMessagesRequest() |
Modifier and Type | Method and Description |
---|---|
SendWorkerMessagesRequest |
clone() |
java.lang.String |
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints)
that contains the job.
|
java.util.List<WorkerMessage> |
getWorkerMessages()
The WorkerMessages to send.
|
SendWorkerMessagesRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SendWorkerMessagesRequest |
setLocation(java.lang.String location)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints)
that contains the job.
|
SendWorkerMessagesRequest |
setWorkerMessages(java.util.List<WorkerMessage> workerMessages)
The WorkerMessages to send.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getLocation()
null
for nonepublic SendWorkerMessagesRequest setLocation(java.lang.String location)
location
- location or null
for nonepublic java.util.List<WorkerMessage> getWorkerMessages()
null
for nonepublic SendWorkerMessagesRequest setWorkerMessages(java.util.List<WorkerMessage> workerMessages)
workerMessages
- workerMessages or null
for nonepublic SendWorkerMessagesRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SendWorkerMessagesRequest clone()
clone
in class com.google.api.client.json.GenericJson