Class Type (0.11.0)

Type(value)

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added.

Enums

Name Description
UNDEFINED_TYPE A value indicating that the enum field is not set.
TYPE_MINIMUM The total processing time for each batch of projects will be padded if needed to meet the specified delay duration.
TYPE_OFFSET The specified delay will directly be added after each batch of projects as specified by the delimiter.
TYPE_UNSPECIFIED No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done.