GoogleApi.Apigee.V1.Api.Organizations.apigee_organizations_environments_queries_list
You're seeing just the function
apigee_organizations_environments_queries_list
, go back to GoogleApi.Apigee.V1.Api.Organizations module for more information.
Link to this function
apigee_organizations_environments_queries_list(connection, parent, optional_params \\ [], opts \\ [])
View SourceSpecs
apigee_organizations_environments_queries_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAsyncQueriesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Return a list of Asynchronous Queries
Parameters
-
connection
(type:GoogleApi.Apigee.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource name. Must be of the formorganizations/{org}/environments/{env}
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:dataset
(type:String.t
) - Filter response list by dataset. Example:api
,mint
-
:from
(type:String.t
) - Filter response list by returning asynchronous queries that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'. -
:inclQueriesWithoutReport
(type:String.t
) - Flag to include asynchronous queries that don't have a report denifition. -
:status
(type:String.t
) - Filter response list by asynchronous query status. -
:submittedBy
(type:String.t
) - Filter response list by user who submitted queries. -
:to
(type:String.t
) - Filter response list by returning asynchronous queries that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListAsyncQueriesResponse{}}
on success -
{:error, info}
on failure