Interface Common.NamedEntityListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Common.NamedEntityList, Common.NamedEntityList.Builder
    Enclosing class:
    Common

    public static interface Common.NamedEntityListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Common.NamedEntity getEntities​(int index)
      A list of NamedEntity objects
      int getEntitiesCount()
      A list of NamedEntity objects
      java.util.List<Common.NamedEntity> getEntitiesList()
      A list of NamedEntity objects
      Common.NamedEntityOrBuilder getEntitiesOrBuilder​(int index)
      A list of NamedEntity objects
      java.util.List<? extends Common.NamedEntityOrBuilder> getEntitiesOrBuilderList()
      A list of NamedEntity objects
      java.lang.String getToken()
      In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query.
      com.google.protobuf.ByteString getTokenBytes()
      In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query.
      • 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 Detail

      • getEntitiesList

        java.util.List<Common.NamedEntity> getEntitiesList()
         A list of NamedEntity objects
         
        repeated .flyteidl.admin.NamedEntity entities = 1;
      • getEntities

        Common.NamedEntity getEntities​(int index)
         A list of NamedEntity objects
         
        repeated .flyteidl.admin.NamedEntity entities = 1;
      • getEntitiesCount

        int getEntitiesCount()
         A list of NamedEntity objects
         
        repeated .flyteidl.admin.NamedEntity entities = 1;
      • getEntitiesOrBuilderList

        java.util.List<? extends Common.NamedEntityOrBuilder> getEntitiesOrBuilderList()
         A list of NamedEntity objects
         
        repeated .flyteidl.admin.NamedEntity entities = 1;
      • getEntitiesOrBuilder

        Common.NamedEntityOrBuilder getEntitiesOrBuilder​(int index)
         A list of NamedEntity objects
         
        repeated .flyteidl.admin.NamedEntity entities = 1;
      • getToken

        java.lang.String getToken()
         In the case of multiple pages of results, the server-provided token can be used to fetch the next page
         in a query. If there are no more results, this value will be empty.
         
        string token = 2;
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
         In the case of multiple pages of results, the server-provided token can be used to fetch the next page
         in a query. If there are no more results, this value will be empty.
         
        string token = 2;
        Returns:
        The bytes for token.