GetQueryResult

data class GetQueryResult(val created: String, val envgroupHostname: String, val error: String, val executionTime: String, val name: String, val queryParams: GoogleCloudApigeeV1QueryMetadataResponse, val reportDefinitionId: String, val result: GoogleCloudApigeeV1AsyncQueryResultResponse, val resultFileSize: String, val resultRows: String, val self: String, val state: String, val updated: String)

Constructors

Link copied to clipboard
fun GetQueryResult(created: String, envgroupHostname: String, error: String, executionTime: String, name: String, queryParams: GoogleCloudApigeeV1QueryMetadataResponse, reportDefinitionId: String, result: GoogleCloudApigeeV1AsyncQueryResultResponse, resultFileSize: String, resultRows: String, self: String, state: String, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the query.

Link copied to clipboard

Hostname is available only when query is executed at host level.

Link copied to clipboard

Error is set when query fails.

Link copied to clipboard

ExecutionTime is available only after the query is completed.

Link copied to clipboard

Asynchronous Query Name.

Link copied to clipboard

Contains information like metrics, dimenstions etc of the AsyncQuery.

Link copied to clipboard

Asynchronous Report ID.

Link copied to clipboard

Result is available only after the query is completed.

Link copied to clipboard

ResultFileSize is available only after the query is completed.

Link copied to clipboard

ResultRows is available only after the query is completed.

Link copied to clipboard

Self link of the query. Example: /organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd

Link copied to clipboard

Query state could be "enqueued", "running", "completed", "failed".

Link copied to clipboard

Last updated timestamp for the query.