public sealed class CitationAnchor : IMessage<CitationAnchor>, IEquatable<CitationAnchor>, IDeepCloneable<CitationAnchor>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class CitationAnchor.
The anchor of the citation.
Implements
IMessageCitationAnchor, IEquatableCitationAnchor, IDeepCloneableCitationAnchor, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
CitationAnchor()
public CitationAnchor()CitationAnchor(CitationAnchor)
public CitationAnchor(CitationAnchor other)| Parameter | |
|---|---|
| Name | Description |
other |
CitationAnchor |
Properties
AnchorTypeCase
public CitationAnchor.AnchorTypeOneofCase AnchorTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
CitationAnchorAnchorTypeOneofCase |
|
TextMessageAnchor
public CitationAnchor.Types.TextMessageCitationAnchor TextMessageAnchor { get; set; }Output only. Only set if the citation is for a TextMessage.
| Property Value | |
|---|---|
| Type | Description |
CitationAnchorTypesTextMessageCitationAnchor |
|