Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/ServiceManagement/Publishing.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ class Publishing extends \Google\Collection
* Generative AI - https://developers.generativeai.google
*/
public const ORGANIZATION_GENERATIVE_AI = 'GENERATIVE_AI';
/**
* Health Org.
*/
public const ORGANIZATION_HEALTH = 'HEALTH';
protected $collection_key = 'methodSettings';
/**
* Used as a tracking tag when collecting data about the APIs developer
Expand Down Expand Up @@ -254,7 +258,7 @@ public function getNewIssueUri()
* For whom the client library is being published.
*
* Accepted values: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED, CLOUD, ADS,
* PHOTOS, STREET_VIEW, SHOPPING, GEO, GENERATIVE_AI
* PHOTOS, STREET_VIEW, SHOPPING, GEO, GENERATIVE_AI, HEALTH
*
* @param self::ORGANIZATION_* $organization
*/
Expand Down
Loading