public final class StartUploadItemRequest
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 Search 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 |
|---|
StartUploadItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartUploadItemRequest |
clone() |
java.lang.String |
getConnectorName()
Name of connector making this call.
|
DebugOptions |
getDebugOptions()
Common debug options.
|
StartUploadItemRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
StartUploadItemRequest |
setConnectorName(java.lang.String connectorName)
Name of connector making this call.
|
StartUploadItemRequest |
setDebugOptions(DebugOptions debugOptions)
Common debug options.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getConnectorName()
null for nonepublic StartUploadItemRequest setConnectorName(java.lang.String connectorName)
connectorName - connectorName or null for nonepublic DebugOptions getDebugOptions()
null for nonepublic StartUploadItemRequest setDebugOptions(DebugOptions debugOptions)
debugOptions - debugOptions or null for nonepublic StartUploadItemRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StartUploadItemRequest clone()
clone in class com.google.api.client.json.GenericJson