Skip to content

Commit a3dac56

Browse files
1 parent 3db8e78 commit a3dac56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CloudRun/GoogleCloudRunV2Condition.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class GoogleCloudRunV2Condition extends \Google\Model
4545
*/
4646
public const EXECUTION_REASON_DELETED = 'DELETED';
4747
/**
48-
* A Flex priority execution is waiting for a start time.
48+
* A delayed execution is waiting for a start time.
4949
*/
50-
public const EXECUTION_REASON_FLEX_START_PENDING = 'FLEX_START_PENDING';
50+
public const EXECUTION_REASON_DELAYED_START_PENDING = 'DELAYED_START_PENDING';
5151
/**
5252
* Default value.
5353
*/
@@ -264,7 +264,7 @@ class GoogleCloudRunV2Condition extends \Google\Model
264264
*
265265
* Accepted values: EXECUTION_REASON_UNDEFINED,
266266
* JOB_STATUS_SERVICE_POLLING_ERROR, NON_ZERO_EXIT_CODE, CANCELLED,
267-
* CANCELLING, DELETED, FLEX_START_PENDING
267+
* CANCELLING, DELETED, DELAYED_START_PENDING
268268
*
269269
* @param self::EXECUTION_REASON_* $executionReason
270270
*/

0 commit comments

Comments
 (0)