Interface ContentMap.ContentsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ContentMap.Contents, ContentMap.Contents.Builder
Enclosing class:
ContentMap

public static interface ContentMap.ContentsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getContents(int index)
    Optional.
    int
    Optional.
    Optional.
    Optional.
    Optional.

    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

    • getContentsList

      List<Content> getContentsList()
       Optional. Repeated contents.
       
      repeated .google.cloud.aiplatform.v1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getContents

      Content getContents(int index)
       Optional. Repeated contents.
       
      repeated .google.cloud.aiplatform.v1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getContentsCount

      int getContentsCount()
       Optional. Repeated contents.
       
      repeated .google.cloud.aiplatform.v1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getContentsOrBuilderList

      List<? extends ContentOrBuilder> getContentsOrBuilderList()
       Optional. Repeated contents.
       
      repeated .google.cloud.aiplatform.v1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getContentsOrBuilder

      ContentOrBuilder getContentsOrBuilder(int index)
       Optional. Repeated contents.
       
      repeated .google.cloud.aiplatform.v1.Content contents = 1 [(.google.api.field_behavior) = OPTIONAL];