public final class GoogleCloudApigeeV1AsyncQuery
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 Apigee 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 |
|---|
GoogleCloudApigeeV1AsyncQuery() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1AsyncQuery |
clone() |
String |
getCreated()
Creation time of the query.
|
String |
getEnvgroupHostname()
Hostname is available only when query is executed at host level.
|
String |
getError()
Error is set when query fails.
|
String |
getExecutionTime()
ExecutionTime is available only after the query is completed.
|
String |
getName()
Asynchronous Query Name.
|
GoogleCloudApigeeV1QueryMetadata |
getQueryParams()
Contains information like metrics, dimenstions etc of the AsyncQuery.
|
String |
getReportDefinitionId()
Asynchronous Report ID.
|
GoogleCloudApigeeV1AsyncQueryResult |
getResult()
Result is available only after the query is completed.
|
String |
getResultFileSize()
ResultFileSize is available only after the query is completed.
|
Long |
getResultRows()
ResultRows is available only after the query is completed.
|
String |
getSelf()
Self link of the query.
|
String |
getState()
Query state could be "enqueued", "running", "completed", "failed".
|
String |
getUpdated()
Last updated timestamp for the query.
|
GoogleCloudApigeeV1AsyncQuery |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1AsyncQuery |
setCreated(String created)
Creation time of the query.
|
GoogleCloudApigeeV1AsyncQuery |
setEnvgroupHostname(String envgroupHostname)
Hostname is available only when query is executed at host level.
|
GoogleCloudApigeeV1AsyncQuery |
setError(String error)
Error is set when query fails.
|
GoogleCloudApigeeV1AsyncQuery |
setExecutionTime(String executionTime)
ExecutionTime is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
setName(String name)
Asynchronous Query Name.
|
GoogleCloudApigeeV1AsyncQuery |
setQueryParams(GoogleCloudApigeeV1QueryMetadata queryParams)
Contains information like metrics, dimenstions etc of the AsyncQuery.
|
GoogleCloudApigeeV1AsyncQuery |
setReportDefinitionId(String reportDefinitionId)
Asynchronous Report ID.
|
GoogleCloudApigeeV1AsyncQuery |
setResult(GoogleCloudApigeeV1AsyncQueryResult result)
Result is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
setResultFileSize(String resultFileSize)
ResultFileSize is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
setResultRows(Long resultRows)
ResultRows is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
setSelf(String self)
Self link of the query.
|
GoogleCloudApigeeV1AsyncQuery |
setState(String state)
Query state could be "enqueued", "running", "completed", "failed".
|
GoogleCloudApigeeV1AsyncQuery |
setUpdated(String updated)
Last updated timestamp for the query.
|
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 getCreated()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setCreated(String created)
created - created or null for nonepublic String getEnvgroupHostname()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setEnvgroupHostname(String envgroupHostname)
envgroupHostname - envgroupHostname or null for nonepublic String getError()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setError(String error)
error - error or null for nonepublic String getExecutionTime()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setExecutionTime(String executionTime)
executionTime - executionTime or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setName(String name)
name - name or null for nonepublic GoogleCloudApigeeV1QueryMetadata getQueryParams()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setQueryParams(GoogleCloudApigeeV1QueryMetadata queryParams)
queryParams - queryParams or null for nonepublic String getReportDefinitionId()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setReportDefinitionId(String reportDefinitionId)
reportDefinitionId - reportDefinitionId or null for nonepublic GoogleCloudApigeeV1AsyncQueryResult getResult()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setResult(GoogleCloudApigeeV1AsyncQueryResult result)
result - result or null for nonepublic String getResultFileSize()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setResultFileSize(String resultFileSize)
resultFileSize - resultFileSize or null for nonepublic Long getResultRows()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setResultRows(Long resultRows)
resultRows - resultRows or null for nonepublic String getSelf()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setSelf(String self)
self - self or null for nonepublic String getState()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setState(String state)
state - state or null for nonepublic String getUpdated()
null for nonepublic GoogleCloudApigeeV1AsyncQuery setUpdated(String updated)
updated - updated or null for nonepublic GoogleCloudApigeeV1AsyncQuery set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1AsyncQuery clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.