google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQuery View Source
Attributes
created
(type:String.t
, default:nil
) - Creation time of the query.error
(type:String.t
, default:nil
) - Error is set when query fails.executionTime
(type:String.t
, default:nil
) - ExecutionTime is available only after the query is completed.name
(type:String.t
, default:nil
) - Asynchronous Query Name.queryParams
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata.t
, default:nil
) - Contains information like metrics, dimenstions etc of the AsyncQuery.reportDefinitionId
(type:String.t
, default:nil
) - Asynchronous Report ID.result
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResult.t
, default:nil
) - Result is available only after the query is completed.resultFileSize
(type:String.t
, default:nil
) - ResultFileSize is available only after the query is completed.resultRows
(type:String.t
, default:nil
) - ResultRows is available only after the query is completed.self
(type:String.t
, default:nil
) - Self link of the query.Example:
/organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
state
(type:String.t
, default:nil
) - Query state could be "enqueued", "running", "completed", "failed".updated
(type:String.t
, default:nil
) - Last updated timestamp for the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQuery{ created: String.t(), error: String.t(), executionTime: String.t(), name: String.t(), queryParams: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1QueryMetadata.t(), reportDefinitionId: String.t(), result: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQueryResult.t(), resultFileSize: String.t(), resultRows: String.t(), self: String.t(), state: String.t(), updated: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.