google_api_apigee v0.7.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AsyncQuery View Source
Attributes
created
(type:String.t
, default:nil
) - Creation time of the queryerror
(type:String.t
, default:nil
) - Error is set when query failsexecutionTime
(type:String.t
, default:nil
) - ExecutionTime is available only after the query is completedname
(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 AsyncQueryreportDefinitionId
(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 completedresultFileSize
(type:String.t
, default:nil
) - ResultFileSize is available only after the query is completedresultRows
(type:String.t
, default:nil
) - ResultRows is available only after the query is completedself
(type:String.t
, default:nil
) - Self link of the queryExample:
/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.