public final class BatchingDescriptorProto
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 Service Networking 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BatchingDescriptorProto() |
| Modifier and Type | Method and Description |
|---|---|
BatchingDescriptorProto |
clone() |
String |
getBatchedField()
The repeated field in the request message to be aggregated by batching.
|
List<String> |
getDiscriminatorFields()
A list of the fields in the request message.
|
String |
getSubresponseField()
Optional.
|
BatchingDescriptorProto |
set(String fieldName,
Object value) |
BatchingDescriptorProto |
setBatchedField(String batchedField)
The repeated field in the request message to be aggregated by batching.
|
BatchingDescriptorProto |
setDiscriminatorFields(List<String> discriminatorFields)
A list of the fields in the request message.
|
BatchingDescriptorProto |
setSubresponseField(String subresponseField)
Optional.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBatchedField()
null for nonepublic BatchingDescriptorProto setBatchedField(String batchedField)
batchedField - batchedField or null for nonepublic List<String> getDiscriminatorFields()
null for nonepublic BatchingDescriptorProto setDiscriminatorFields(List<String> discriminatorFields)
discriminatorFields - discriminatorFields or null for nonepublic String getSubresponseField()
null for nonepublic BatchingDescriptorProto setSubresponseField(String subresponseField)
subresponseField - subresponseField or null for nonepublic BatchingDescriptorProto set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchingDescriptorProto clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.