public final class RemoteModelInfo
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 BigQuery 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 |
|---|
RemoteModelInfo() |
| Modifier and Type | Method and Description |
|---|---|
RemoteModelInfo |
clone() |
String |
getConnection()
Output only.
|
String |
getEndpoint()
Output only.
|
Long |
getMaxBatchingRows()
Output only.
|
String |
getRemoteModelVersion()
Output only.
|
String |
getRemoteServiceType()
Output only.
|
String |
getSpeechRecognizer()
Output only.
|
RemoteModelInfo |
set(String fieldName,
Object value) |
RemoteModelInfo |
setConnection(String connection)
Output only.
|
RemoteModelInfo |
setEndpoint(String endpoint)
Output only.
|
RemoteModelInfo |
setMaxBatchingRows(Long maxBatchingRows)
Output only.
|
RemoteModelInfo |
setRemoteModelVersion(String remoteModelVersion)
Output only.
|
RemoteModelInfo |
setRemoteServiceType(String remoteServiceType)
Output only.
|
RemoteModelInfo |
setSpeechRecognizer(String speechRecognizer)
Output only.
|
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 getConnection()
null for nonepublic RemoteModelInfo setConnection(String connection)
connection - connection or null for nonepublic String getEndpoint()
null for nonepublic RemoteModelInfo setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic Long getMaxBatchingRows()
null for nonepublic RemoteModelInfo setMaxBatchingRows(Long maxBatchingRows)
maxBatchingRows - maxBatchingRows or null for nonepublic String getRemoteModelVersion()
null for nonepublic RemoteModelInfo setRemoteModelVersion(String remoteModelVersion)
remoteModelVersion - remoteModelVersion or null for nonepublic String getRemoteServiceType()
null for nonepublic RemoteModelInfo setRemoteServiceType(String remoteServiceType)
remoteServiceType - remoteServiceType or null for nonepublic String getSpeechRecognizer()
null for nonepublic RemoteModelInfo setSpeechRecognizer(String speechRecognizer)
speechRecognizer - speechRecognizer or null for nonepublic RemoteModelInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RemoteModelInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.