<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/functions/v1/functions.proto

namespace Google\Cloud\Functions\V1\FailurePolicy;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * 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.
 *
 * Generated from protobuf message <code>google.cloud.functions.v1.FailurePolicy.Retry</code>
 */
class Retry extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Google\Cloud\Functions\V1\Functions::initOnce();
        parent::__construct($data);
    }

}


