@@ -23,6 +23,20 @@ class Saas extends \Google\Collection
2323 * State type is unspecified.
2424 */
2525 public const STATE_STATE_TYPE_UNSPECIFIED = 'STATE_TYPE_UNSPECIFIED ' ;
26+ /**
27+ * The Saas is ready
28+ */
29+ public const STATE_STATE_ACTIVE = 'STATE_ACTIVE ' ;
30+ /**
31+ * In the process of importing, synchronizing or replicating
32+ * ApplicationTemplates
33+ */
34+ public const STATE_STATE_RUNNING = 'STATE_RUNNING ' ;
35+ /**
36+ * Failure during process of importing, synchronizing or replicating
37+ * ApplicationTemplate processing
38+ */
39+ public const STATE_STATE_FAILED = 'STATE_FAILED ' ;
2640 /**
2741 * Deprecated: Use STATE_ACTIVE.
2842 *
@@ -41,20 +55,6 @@ class Saas extends \Google\Collection
4155 * @deprecated
4256 */
4357 public const STATE_FAILED = 'FAILED ' ;
44- /**
45- * The Saas is ready
46- */
47- public const STATE_STATE_ACTIVE = 'STATE_ACTIVE ' ;
48- /**
49- * In the process of importing, synchronizing or replicating
50- * ApplicationTemplates
51- */
52- public const STATE_STATE_RUNNING = 'STATE_RUNNING ' ;
53- /**
54- * Failure during process of importing, synchronizing or replicating
55- * ApplicationTemplate processing
56- */
57- public const STATE_STATE_FAILED = 'STATE_FAILED ' ;
5858 protected $ collection_key = 'locations ' ;
5959 /**
6060 * Optional. Annotations is an unstructured key-value map stored with a
@@ -269,8 +269,8 @@ public function getName()
269269 * Output only. State of the Saas. It is always in ACTIVE state if the
270270 * application_template is empty.
271271 *
272- * Accepted values: STATE_TYPE_UNSPECIFIED, ACTIVE, RUNNING, FAILED ,
273- * STATE_ACTIVE, STATE_RUNNING, STATE_FAILED
272+ * Accepted values: STATE_TYPE_UNSPECIFIED, STATE_ACTIVE, STATE_RUNNING ,
273+ * STATE_FAILED, ACTIVE, RUNNING, FAILED
274274 *
275275 * @param self::STATE_* $state
276276 */
0 commit comments