Struct google_cloudfunctions1::Retry[][src]

pub struct Retry { /* fields omitted */ }

Describes the retry policy in case of function's execution failure. A function execution will be retried on any failure. A failed execution will be retried up to 7 days with an exponential backoff (capped at 10 seconds). Retried execution is charged as any other execution.

This type is not used in any activity, and only used as part of another schema.

Trait Implementations

impl Default for Retry
[src]

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

impl Clone for Retry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Retry
[src]

Formats the value using the given formatter. Read more

impl Part for Retry
[src]

Auto Trait Implementations

impl Send for Retry

impl Sync for Retry