GoogleApi.CloudScheduler.V1.Api.Projects.cloudscheduler_projects_locations_jobs_patch
You're seeing just the function
cloudscheduler_projects_locations_jobs_patch
, go back to GoogleApi.CloudScheduler.V1.Api.Projects module for more information.
Link to this function
cloudscheduler_projects_locations_jobs_patch(connection, name, optional_params \\ [], opts \\ [])
View SourceSpecs
cloudscheduler_projects_locations_jobs_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.CloudScheduler.V1.Model.Job.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a job. If successful, the updated Job is returned. If the job does not exist, NOT_FOUND
is returned. If UpdateJob does not successfully return, it is possible for the job to be in an Job.State.UPDATE_FAILED state. A job in this state may not be executed. If this happens, retry the UpdateJob request until a successful response is received.
Parameters
-
connection
(type:GoogleApi.CloudScheduler.V1.Connection.t
) - Connection to server -
name
(type:String.t
) - Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example:projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID
.PROJECT_ID
can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see Identifying projectsLOCATION_ID
is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. *JOB_ID
can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. -
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"). -
:updateMask
(type:String.t
) - A mask used to specify which fields of the job are being updated. -
:body
(type:GoogleApi.CloudScheduler.V1.Model.Job.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.CloudScheduler.V1.Model.Job{}}
on success -
{:error, info}
on failure