Skip to content

Commit 0773628

Browse files
1 parent fefc2c1 commit 0773628

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/SaaSServiceManagement/UnitOperationCondition.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ class UnitOperationCondition extends \Google\Model
5555
* Condition type is cancelled.
5656
*/
5757
public const TYPE_TYPE_CANCELLED = 'TYPE_CANCELLED';
58+
/**
59+
* Indicates if AppHub app has been created.
60+
*/
61+
public const TYPE_TYPE_APP_CREATED = 'TYPE_APP_CREATED';
62+
/**
63+
* Indicates if services and workloads have been registered with AppHub.
64+
*/
65+
public const TYPE_TYPE_APP_COMPONENTS_REGISTERED = 'TYPE_APP_COMPONENTS_REGISTERED';
5866
/**
5967
* Required. Last time the condition transited from one status to another.
6068
*
@@ -159,7 +167,8 @@ public function getStatus()
159167
* Required. Type of the condition.
160168
*
161169
* Accepted values: TYPE_UNSPECIFIED, TYPE_SCHEDULED, TYPE_RUNNING,
162-
* TYPE_SUCCEEDED, TYPE_CANCELLED
170+
* TYPE_SUCCEEDED, TYPE_CANCELLED, TYPE_APP_CREATED,
171+
* TYPE_APP_COMPONENTS_REGISTERED
163172
*
164173
* @param self::TYPE_* $type
165174
*/

0 commit comments

Comments
 (0)