Package flyteidl.core

Interface Compiler.ConnectionSet.IdListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIds​(int index)
      repeated string ids = 1;
      com.google.protobuf.ByteString getIdsBytes​(int index)
      repeated string ids = 1;
      int getIdsCount()
      repeated string ids = 1;
      List<String> getIdsList()
      repeated string ids = 1;
      • 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

      • getIdsList

        List<String> getIdsList()
        repeated string ids = 1;
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
        repeated string ids = 1;
        Returns:
        The count of ids.
      • getIds

        String getIds​(int index)
        repeated string ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        com.google.protobuf.ByteString getIdsBytes​(int index)
        repeated string ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ids at the given index.