public final class GetDebugConfigRequest
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 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 |
---|
GetDebugConfigRequest() |
Modifier and Type | Method and Description |
---|---|
GetDebugConfigRequest |
clone() |
java.lang.String |
getComponentId()
The internal component id for which debug configuration is requested.
|
java.lang.String |
getLocation()
The location which contains the job specified by job_id.
|
java.lang.String |
getWorkerId()
The worker id, i.e., VM hostname.
|
GetDebugConfigRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
GetDebugConfigRequest |
setComponentId(java.lang.String componentId)
The internal component id for which debug configuration is requested.
|
GetDebugConfigRequest |
setLocation(java.lang.String location)
The location which contains the job specified by job_id.
|
GetDebugConfigRequest |
setWorkerId(java.lang.String workerId)
The worker id, i.e., VM hostname.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getComponentId()
null
for nonepublic GetDebugConfigRequest setComponentId(java.lang.String componentId)
componentId
- componentId or null
for nonepublic java.lang.String getLocation()
null
for nonepublic GetDebugConfigRequest setLocation(java.lang.String location)
location
- location or null
for nonepublic java.lang.String getWorkerId()
null
for nonepublic GetDebugConfigRequest setWorkerId(java.lang.String workerId)
workerId
- workerId or null
for nonepublic GetDebugConfigRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GetDebugConfigRequest clone()
clone
in class com.google.api.client.json.GenericJson