Interface DescriptorsProtos.ParameterDescriptorOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

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

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

        boolean hasAnnotatedType()
        optional string annotatedType = 2;
        Returns:
        Whether the annotatedType field is set.
      • getAnnotatedType

        String getAnnotatedType()
        optional string annotatedType = 2;
        Returns:
        The annotatedType.
      • getAnnotatedTypeBytes

        com.google.protobuf.ByteString getAnnotatedTypeBytes()
        optional string annotatedType = 2;
        Returns:
        The bytes for annotatedType.
      • getHasDefaultValue

        boolean getHasDefaultValue()
        bool hasDefaultValue = 3;
        Returns:
        The hasDefaultValue.
      • getIsKeywordVariadic

        boolean getIsKeywordVariadic()
        bool isKeywordVariadic = 4;
        Returns:
        The isKeywordVariadic.
      • getIsPositionalVariadic

        boolean getIsPositionalVariadic()
        bool isPositionalVariadic = 5;
        Returns:
        The isPositionalVariadic.
      • getIsKeywordOnly

        boolean getIsKeywordOnly()
        bool isKeywordOnly = 6;
        Returns:
        The isKeywordOnly.
      • getIsPositionalOnly

        boolean getIsPositionalOnly()
        bool isPositionalOnly = 7;
        Returns:
        The isPositionalOnly.
      • hasDefinitionLocation

        boolean hasDefinitionLocation()
        optional .protoblog.LocationInFile definitionLocation = 8;
        Returns:
        Whether the definitionLocation field is set.
      • getDefinitionLocation

        DescriptorsProtos.LocationInFile getDefinitionLocation()
        optional .protoblog.LocationInFile definitionLocation = 8;
        Returns:
        The definitionLocation.