Interface DescriptorsProtos.FunctionDescriptorOrBuilder

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

        boolean hasFullyQualifiedName()
        optional string fullyQualifiedName = 2;
        Returns:
        Whether the fullyQualifiedName field is set.
      • getFullyQualifiedName

        String getFullyQualifiedName()
        optional string fullyQualifiedName = 2;
        Returns:
        The fullyQualifiedName.
      • getFullyQualifiedNameBytes

        com.google.protobuf.ByteString getFullyQualifiedNameBytes()
        optional string fullyQualifiedName = 2;
        Returns:
        The bytes for fullyQualifiedName.
      • getParametersCount

        int getParametersCount()
        repeated .protoblog.ParameterDescriptor parameters = 3;
      • getIsAsynchronous

        boolean getIsAsynchronous()
        bool isAsynchronous = 4;
        Returns:
        The isAsynchronous.
      • getIsInstanceMethod

        boolean getIsInstanceMethod()
        bool isInstanceMethod = 5;
        Returns:
        The isInstanceMethod.
      • getDecoratorsList

        List<String> getDecoratorsList()
        repeated string decorators = 6;
        Returns:
        A list containing the decorators.
      • getDecoratorsCount

        int getDecoratorsCount()
        repeated string decorators = 6;
        Returns:
        The count of decorators.
      • getDecorators

        String getDecorators​(int index)
        repeated string decorators = 6;
        Parameters:
        index - The index of the element to return.
        Returns:
        The decorators at the given index.
      • getDecoratorsBytes

        com.google.protobuf.ByteString getDecoratorsBytes​(int index)
        repeated string decorators = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the decorators at the given index.
      • getHasDecorators

        boolean getHasDecorators()
        bool hasDecorators = 7;
        Returns:
        The hasDecorators.
      • hasDefinitionLocation

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

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

        boolean hasAnnotatedReturnType()
        optional string annotatedReturnType = 9;
        Returns:
        Whether the annotatedReturnType field is set.
      • getAnnotatedReturnType

        String getAnnotatedReturnType()
        optional string annotatedReturnType = 9;
        Returns:
        The annotatedReturnType.
      • getAnnotatedReturnTypeBytes

        com.google.protobuf.ByteString getAnnotatedReturnTypeBytes()
        optional string annotatedReturnType = 9;
        Returns:
        The bytes for annotatedReturnType.