Interface SymbolsProtos.ParameterSymbolOrBuilder

    • 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.
      • getKindValue

        int getKindValue()
        .protoblog.ParameterKind kind = 2;
        Returns:
        The enum numeric value on the wire for kind.
      • hasTypeAnnotation

        boolean hasTypeAnnotation()
        optional .protoblog.Type type_annotation = 3;
        Returns:
        Whether the typeAnnotation field is set.
      • getTypeAnnotation

        SymbolsProtos.Type getTypeAnnotation()
        optional .protoblog.Type type_annotation = 3;
        Returns:
        The typeAnnotation.
      • getHasDefault

        boolean getHasDefault()
        bool has_default = 4;
        Returns:
        The hasDefault.