Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata

User-facing metadata for the connector, shown on the connector detail page (title, description, short_description, author, note).

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX