GoogleApi.Dataflow.V1b3.Api.Projects.dataflow_projects_jobs_list
You're seeing just the function
dataflow_projects_jobs_list
, go back to GoogleApi.Dataflow.V1b3.Api.Projects module for more information.
Link to this function
dataflow_projects_jobs_list(connection, project_id, optional_params \\ [], opts \\ [])
View SourceSpecs
dataflow_projects_jobs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Dataflow.V1b3.Model.ListJobsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List the jobs of a project. To list the jobs of a project in a region, we recommend using projects.locations.jobs.list
with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). To list the all jobs across all regions, use projects.jobs.aggregated
. Using projects.jobs.list
is not recommended, as you can only get the list of jobs that are running in us-central1
.
Parameters
-
connection
(type:GoogleApi.Dataflow.V1b3.Connection.t
) - Connection to server -
project_id
(type:String.t
) - The project which owns the jobs. -
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"). -
:filter
(type:String.t
) - The kind of filter to use. -
:location
(type:String.t
) - The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job. -
:pageSize
(type:integer()
) - If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit. -
:pageToken
(type:String.t
) - Set this to the 'next_page_token' field of a previous response to request additional results in a long list. -
:view
(type:String.t
) - Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Dataflow.V1b3.Model.ListJobsResponse{}}
on success -
{:error, info}
on failure