public interface CitationAnchorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnchorTypeCase()
public abstract CitationAnchor.AnchorTypeCase getAnchorTypeCase()| Returns | |
|---|---|
| Type | Description |
CitationAnchor.AnchorTypeCase |
|
getTextMessageAnchor()
public abstract CitationAnchor.TextMessageCitationAnchor getTextMessageAnchor()Output only. Only set if the citation is for a TextMessage.
.google.cloud.geminidataanalytics.v1.CitationAnchor.TextMessageCitationAnchor text_message_anchor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CitationAnchor.TextMessageCitationAnchor |
The textMessageAnchor. |
getTextMessageAnchorOrBuilder()
public abstract CitationAnchor.TextMessageCitationAnchorOrBuilder getTextMessageAnchorOrBuilder()Output only. Only set if the citation is for a TextMessage.
.google.cloud.geminidataanalytics.v1.CitationAnchor.TextMessageCitationAnchor text_message_anchor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CitationAnchor.TextMessageCitationAnchorOrBuilder |
|
hasTextMessageAnchor()
public abstract boolean hasTextMessageAnchor()Output only. Only set if the citation is for a TextMessage.
.google.cloud.geminidataanalytics.v1.CitationAnchor.TextMessageCitationAnchor text_message_anchor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the textMessageAnchor field is set. |