Interface CitationMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CitationMetadata, CitationMetadata.Builder

@Generated public interface CitationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCitations(int index)
    Output only.
    int
    Output only.
    Output only.
    Output only.
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCitationsList

      List<Citation> getCitationsList()
       Output only. List of citations.
       
      repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCitations

      Citation getCitations(int index)
       Output only. List of citations.
       
      repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCitationsCount

      int getCitationsCount()
       Output only. List of citations.
       
      repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCitationsOrBuilderList

      List<? extends CitationOrBuilder> getCitationsOrBuilderList()
       Output only. List of citations.
       
      repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCitationsOrBuilder

      CitationOrBuilder getCitationsOrBuilder(int index)
       Output only. List of citations.
       
      repeated .google.cloud.aiplatform.v1.Citation citations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];