Skip to content

Commit 5f4d4c6

Browse files
1 parent bfa12eb commit 5f4d4c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/ManagedKafka/Cluster.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ class Cluster extends \Google\Collection
3535
* The cluster is being deleted.
3636
*/
3737
public const STATE_DELETING = 'DELETING';
38+
/**
39+
* The cluster is being updated.
40+
*/
41+
public const STATE_UPDATING = 'UPDATING';
3842
protected $collection_key = 'brokerDetails';
3943
protected $brokerDetailsType = BrokerDetails::class;
4044
protected $brokerDetailsDataType = 'array';
@@ -266,7 +270,7 @@ public function getSatisfiesPzs()
266270
/**
267271
* Output only. The current state of the cluster.
268272
*
269-
* Accepted values: STATE_UNSPECIFIED, CREATING, ACTIVE, DELETING
273+
* Accepted values: STATE_UNSPECIFIED, CREATING, ACTIVE, DELETING, UPDATING
270274
*
271275
* @param self::STATE_* $state
272276
*/

0 commit comments

Comments
 (0)