Struct google_cloudtasks2_beta2::RunTaskRequest[][src]

pub struct RunTaskRequest {
    pub response_view: Option<String>,
}

Request message for forcing a task to run now using RunTask.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The response_view specifies which subset of the Task will be returned.

By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains.

Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Task resource.

Trait Implementations

impl Default for RunTaskRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for RunTaskRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RunTaskRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for RunTaskRequest
[src]

Auto Trait Implementations