Skip to content

Commit 58d6ebe

Browse files
1 parent a719b9d commit 58d6ebe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/ServiceManagement/Publishing.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ class Publishing extends \Google\Collection
5151
* Generative AI - https://developers.generativeai.google
5252
*/
5353
public const ORGANIZATION_GENERATIVE_AI = 'GENERATIVE_AI';
54+
/**
55+
* Health Org.
56+
*/
57+
public const ORGANIZATION_HEALTH = 'HEALTH';
5458
protected $collection_key = 'methodSettings';
5559
/**
5660
* Used as a tracking tag when collecting data about the APIs developer
@@ -254,7 +258,7 @@ public function getNewIssueUri()
254258
* For whom the client library is being published.
255259
*
256260
* Accepted values: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED, CLOUD, ADS,
257-
* PHOTOS, STREET_VIEW, SHOPPING, GEO, GENERATIVE_AI
261+
* PHOTOS, STREET_VIEW, SHOPPING, GEO, GENERATIVE_AI, HEALTH
258262
*
259263
* @param self::ORGANIZATION_* $organization
260264
*/

0 commit comments

Comments
 (0)