Class Publisher
Represents a verified Publisher of Skills. Prepopulated publishers include publishers/cloud.google.com and
publishers/workspace.google.com.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class Publisher : IDirectResponseSchema
Properties
DisplayName
Optional. Human readable display name of the publisher.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationUri
Optional. URI pointing to official publisher documentation.
Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Resource name of the publisher. Format:
projects/{project}/locations/{location}/publishers/{publisher}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublisherTier
Output only. The curation tier of the publisher.
Declaration
[JsonProperty("publisherTier")]
public virtual string PublisherTier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportUri
Optional. URI pointing to the support portal or email.
Declaration
[JsonProperty("supportUri")]
public virtual string SupportUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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.
Declaration
[JsonProperty("verifiedPrefix")]
public virtual string VerifiedPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |