Struct google_cloudtasks2_beta2::RunTaskRequest [−][src]
Request message for forcing a task to run now using CloudTasks.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).
- locations queues tasks run projects (request)
Fields
response_view: Option<String>
The response_view specifies which subset of the Task will be returned.
By default response_view is Task.View.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 Task.View.FULL requires cloudtasks.tasks.fullView
Google IAM permission on the
Task.name resource.
Trait Implementations
impl Default for RunTaskRequest[src]
impl Default for RunTaskRequestfn default() -> RunTaskRequest[src]
fn default() -> RunTaskRequestReturns the "default value" for a type. Read more
impl Clone for RunTaskRequest[src]
impl Clone for RunTaskRequestfn clone(&self) -> RunTaskRequest[src]
fn clone(&self) -> RunTaskRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for RunTaskRequest[src]
impl Debug for RunTaskRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for RunTaskRequest[src]
impl RequestValue for RunTaskRequestAuto Trait Implementations
impl Send for RunTaskRequest
impl Send for RunTaskRequestimpl Sync for RunTaskRequest
impl Sync for RunTaskRequest