Interface SymbolsProtos.OverloadedFunctionSymbolOrBuilder

    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getFullname

        String getFullname()
        string fullname = 2;
        Returns:
        The fullname.
      • getFullnameBytes

        com.google.protobuf.ByteString getFullnameBytes()
        string fullname = 2;
        Returns:
        The bytes for fullname.
      • getDefinitionsCount

        int getDefinitionsCount()
        repeated .protoblog.FunctionSymbol definitions = 3;
      • getValidForList

        List<String> getValidForList()
        repeated string valid_for = 4;
        Returns:
        A list containing the validFor.
      • getValidForCount

        int getValidForCount()
        repeated string valid_for = 4;
        Returns:
        The count of validFor.
      • getValidFor

        String getValidFor​(int index)
        repeated string valid_for = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The validFor at the given index.
      • getValidForBytes

        com.google.protobuf.ByteString getValidForBytes​(int index)
        repeated string valid_for = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the validFor at the given index.