public final class IndexItemRequest
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 |
|---|
IndexItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
IndexItemRequest |
clone() |
java.lang.String |
getConnectorName()
Name of connector making this call.
|
DebugOptions |
getDebugOptions()
Common debug options.
|
IndexItemOptions |
getIndexItemOptions() |
Item |
getItem()
Name of the item.
|
java.lang.String |
getMode()
Required.
|
IndexItemRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
IndexItemRequest |
setConnectorName(java.lang.String connectorName)
Name of connector making this call.
|
IndexItemRequest |
setDebugOptions(DebugOptions debugOptions)
Common debug options.
|
IndexItemRequest |
setIndexItemOptions(IndexItemOptions indexItemOptions) |
IndexItemRequest |
setItem(Item item)
Name of the item.
|
IndexItemRequest |
setMode(java.lang.String mode)
Required.
|
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 IndexItemRequest setConnectorName(java.lang.String connectorName)
connectorName - connectorName or null for nonepublic DebugOptions getDebugOptions()
null for nonepublic IndexItemRequest setDebugOptions(DebugOptions debugOptions)
debugOptions - debugOptions or null for nonepublic IndexItemOptions getIndexItemOptions()
null for nonepublic IndexItemRequest setIndexItemOptions(IndexItemOptions indexItemOptions)
indexItemOptions - indexItemOptions or null for nonepublic Item getItem()
null for nonepublic IndexItemRequest setItem(Item item)
item - item or null for nonepublic java.lang.String getMode()
null for nonepublic IndexItemRequest setMode(java.lang.String mode)
mode - mode or null for nonepublic IndexItemRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IndexItemRequest clone()
clone in class com.google.api.client.json.GenericJson