| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.clone() |
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.set(String fieldName,
Object value) |
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setCreated(String created)
Creation time of the query.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setEnvgroupHostname(String envgroupHostname)
Hostname is available only when query is executed at host level.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setError(String error)
Error is set when query fails.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setExecutionTime(String executionTime)
ExecutionTime is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setName(String name)
Asynchronous Query Name.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setQueryParams(GoogleCloudApigeeV1QueryMetadata queryParams)
Contains information like metrics, dimenstions etc of the AsyncQuery.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setReportDefinitionId(String reportDefinitionId)
Asynchronous Report ID.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setResult(GoogleCloudApigeeV1AsyncQueryResult result)
Result is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setResultFileSize(String resultFileSize)
ResultFileSize is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setResultRows(Long resultRows)
ResultRows is available only after the query is completed.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setSelf(String self)
Self link of the query.
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setState(String state)
Query state could be "enqueued", "running", "completed", "failed".
|
GoogleCloudApigeeV1AsyncQuery |
GoogleCloudApigeeV1AsyncQuery.setUpdated(String updated)
Last updated timestamp for the query.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1AsyncQuery> |
GoogleCloudApigeeV1ListAsyncQueriesResponse.getQueries()
The asynchronous queries belong to requested resource name.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListAsyncQueriesResponse |
GoogleCloudApigeeV1ListAsyncQueriesResponse.setQueries(List<GoogleCloudApigeeV1AsyncQuery> queries)
The asynchronous queries belong to requested resource name.
|
Copyright © 2011–2025 Google. All rights reserved.