Interface CitationMetadataOrBuilder (3.45.0)

See more code actions.
public interface CitationMetadataOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract Citation getCitations(int index)

Output only. List of citations.

repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Citation

getCitationsCount()

public abstract int getCitationsCount()

Output only. List of citations.

repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getCitationsList()

public abstract List<Citation> getCitationsList()

Output only. List of citations.

repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Citation>

getCitationsOrBuilder(int index)

public abstract CitationOrBuilder getCitationsOrBuilder(int index)

Output only. List of citations.

repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
CitationOrBuilder

getCitationsOrBuilderList()

public abstract List<? extends CitationOrBuilder> getCitationsOrBuilderList()

Output only. List of citations.

repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.CitationOrBuilder>