public interface CitationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnchors(int index)
public abstract CitationAnchor getAnchors(int index)Output only. List of the anchors of the citations.
repeated .google.cloud.geminidataanalytics.v1beta.CitationAnchor anchors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CitationAnchor |
|
getAnchorsCount()
public abstract int getAnchorsCount()Output only. List of the anchors of the citations.
repeated .google.cloud.geminidataanalytics.v1beta.CitationAnchor anchors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnchorsList()
public abstract List<CitationAnchor> getAnchorsList()Output only. List of the anchors of the citations.
repeated .google.cloud.geminidataanalytics.v1beta.CitationAnchor anchors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<CitationAnchor> |
|
getAnchorsOrBuilder(int index)
public abstract CitationAnchorOrBuilder getAnchorsOrBuilder(int index)Output only. List of the anchors of the citations.
repeated .google.cloud.geminidataanalytics.v1beta.CitationAnchor anchors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CitationAnchorOrBuilder |
|
getAnchorsOrBuilderList()
public abstract List<? extends CitationAnchorOrBuilder> getAnchorsOrBuilderList()Output only. List of the anchors of the citations.
repeated .google.cloud.geminidataanalytics.v1beta.CitationAnchor anchors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.CitationAnchorOrBuilder> |
|
getSources(int index)
public abstract CitationSource getSources(int index)Output only. List of the sources being cited.
repeated .google.cloud.geminidataanalytics.v1beta.CitationSource sources = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CitationSource |
|
getSourcesCount()
public abstract int getSourcesCount()Output only. List of the sources being cited.
repeated .google.cloud.geminidataanalytics.v1beta.CitationSource sources = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSourcesList()
public abstract List<CitationSource> getSourcesList()Output only. List of the sources being cited.
repeated .google.cloud.geminidataanalytics.v1beta.CitationSource sources = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<CitationSource> |
|
getSourcesOrBuilder(int index)
public abstract CitationSourceOrBuilder getSourcesOrBuilder(int index)Output only. List of the sources being cited.
repeated .google.cloud.geminidataanalytics.v1beta.CitationSource sources = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CitationSourceOrBuilder |
|
getSourcesOrBuilderList()
public abstract List<? extends CitationSourceOrBuilder> getSourcesOrBuilderList()Output only. List of the sources being cited.
repeated .google.cloud.geminidataanalytics.v1beta.CitationSource sources = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.CitationSourceOrBuilder> |
|