Resource: Publisher
Represents a verified Publisher of Skills. Prepopulated publishers include publishers/cloud.google.com and publishers/workspace.google.com.
| JSON representation |
|---|
{
"name": string,
"verifiedPrefix": string,
"displayName": string,
"publisherTier": enum ( |
| Fields | |
|---|---|
name |
Identifier. Resource name of the publisher. Format: |
verifiedPrefix |
Required. The verified prefix (e.g. "snowflake-", "google-") associated with this publisher. The system uses this prefix to enforce name-squatting rules during Skill registration. Must be globally unique across all publishers. |
displayName |
Optional. Human readable display name of the publisher. |
publisherTier |
Output only. The curation tier of the publisher. |
documentationUri |
Optional. URI pointing to official publisher documentation. |
supportUri |
Optional. URI pointing to the support portal or email. |
PublisherTier
Curation tier representing the publisher's level of verification.
| Enums | |
|---|---|
PUBLISHER_TIER_UNSPECIFIED |
Default value. Unspecified. |
FIRST_PARTY |
First-party Google-curated and verified global publishers. |
THIRD_PARTY |
Third-party verified enterprise partner publishers. |
PRIVATE |
Private publishers within the developer's workspace/project. |
Methods |
|
|---|---|
|
Fetches details of a specific Publisher. |
|
Lists all Publishers in a location. |