Class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
User-facing metadata for the connector, shown on the connector detail page (title, description, short_description, author, note).
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata : IDirectResponseSchema
Properties
Author
Optional. The party that authored the connector, e.g. "Google" or a third-party provider name. Lets end users see who authored a connector (future: third-party-authored connectors).
Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. Human-readable description of the connector, shown on the connector detail page. One connector has a single description.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Note
Optional. Free-form, multi-line note about the connector's capabilities or a custom note that can be set for the connector.
Declaration
[JsonProperty("note")]
public virtual string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShortDescription
Optional. Short, subtitle-length description of the connector (e.g. shown beneath the connector name in list and detail views).
Declaration
[JsonProperty("shortDescription")]
public virtual string ShortDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Optional. Display title of the connector.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |