public final class UnreserveItemsRequest
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 |
|---|
UnreserveItemsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UnreserveItemsRequest |
clone() |
java.lang.String |
getConnectorName()
Name of connector making this call.
|
DebugOptions |
getDebugOptions()
Common debug options.
|
java.lang.String |
getQueue()
Name of a queue to unreserve items from.
|
UnreserveItemsRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
UnreserveItemsRequest |
setConnectorName(java.lang.String connectorName)
Name of connector making this call.
|
UnreserveItemsRequest |
setDebugOptions(DebugOptions debugOptions)
Common debug options.
|
UnreserveItemsRequest |
setQueue(java.lang.String queue)
Name of a queue to unreserve items from.
|
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 UnreserveItemsRequest setConnectorName(java.lang.String connectorName)
connectorName - connectorName or null for nonepublic DebugOptions getDebugOptions()
null for nonepublic UnreserveItemsRequest setDebugOptions(DebugOptions debugOptions)
debugOptions - debugOptions or null for nonepublic java.lang.String getQueue()
null for nonepublic UnreserveItemsRequest setQueue(java.lang.String queue)
queue - queue or null for nonepublic UnreserveItemsRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UnreserveItemsRequest clone()
clone in class com.google.api.client.json.GenericJson