Skip to content

Commit f43b6ee

Browse files
1 parent ecd620c commit f43b6ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/CCAIPlatform/ContactCenter.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ class ContactCenter extends \Google\Collection
7070
* in this state.
7171
*/
7272
public const STATE_STATE_REPAIRING = 'STATE_REPAIRING';
73+
/**
74+
* Flagged by an automation as soon to be expired.
75+
*/
76+
public const STATE_STATE_EXPIRING = 'STATE_EXPIRING';
7377
protected $collection_key = 'privateComponents';
7478
protected $adminUserType = AdminUser::class;
7579
protected $adminUserDataType = '';
@@ -535,7 +539,7 @@ public function getSamlParams()
535539
* Accepted values: STATE_UNSPECIFIED, STATE_DEPLOYING, STATE_DEPLOYED,
536540
* STATE_TERMINATING, STATE_FAILED, STATE_TERMINATING_FAILED,
537541
* STATE_TERMINATED, STATE_IN_GRACE_PERIOD, STATE_FAILING_OVER,
538-
* STATE_DEGRADED, STATE_REPAIRING
542+
* STATE_DEGRADED, STATE_REPAIRING, STATE_EXPIRING
539543
*
540544
* @param self::STATE_* $state
541545
*/

0 commit comments

Comments
 (0)