Class: Google::Apis::CloudfunctionsV1::Retry

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudfunctions_v1/classes.rb,
generated/google/apis/cloudfunctions_v1/representations.rb,
generated/google/apis/cloudfunctions_v1/representations.rb

Overview

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.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Retry

Returns a new instance of Retry.



989
990
991
# File 'generated/google/apis/cloudfunctions_v1/classes.rb', line 989

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



994
995
# File 'generated/google/apis/cloudfunctions_v1/classes.rb', line 994

def update!(**args)
end