Interface DescriptorsProtos.FunctionDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DescriptorsProtos.FunctionDescriptor, DescriptorsProtos.FunctionDescriptor.Builder
Enclosing class:
DescriptorsProtos

public static interface DescriptorsProtos.FunctionDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

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

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

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

      repeated .protoblog.ParameterDescriptor parameters = 3;
    • getParameters

      DescriptorsProtos.ParameterDescriptor getParameters(int index)
      repeated .protoblog.ParameterDescriptor parameters = 3;
    • getParametersCount

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

      List<? extends DescriptorsProtos.ParameterDescriptorOrBuilder> getParametersOrBuilderList()
      repeated .protoblog.ParameterDescriptor parameters = 3;
    • getParametersOrBuilder

      DescriptorsProtos.ParameterDescriptorOrBuilder getParametersOrBuilder(int index)
      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.
    • getDefinitionLocationOrBuilder

      DescriptorsProtos.LocationInFileOrBuilder getDefinitionLocationOrBuilder()
      .protoblog.LocationInFile definitionLocation = 8;
    • 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.
    • hasReturnTypeAnnotationDescriptor

      boolean hasReturnTypeAnnotationDescriptor()
      optional .protoblog.Type returnTypeAnnotationDescriptor = 10;
      Returns:
      Whether the returnTypeAnnotationDescriptor field is set.
    • getReturnTypeAnnotationDescriptor

      SymbolsProtos.Type getReturnTypeAnnotationDescriptor()
      optional .protoblog.Type returnTypeAnnotationDescriptor = 10;
      Returns:
      The returnTypeAnnotationDescriptor.
    • getReturnTypeAnnotationDescriptorOrBuilder

      SymbolsProtos.TypeOrBuilder getReturnTypeAnnotationDescriptorOrBuilder()
      optional .protoblog.Type returnTypeAnnotationDescriptor = 10;
    • getIsClassMethod

      boolean getIsClassMethod()
      bool isClassMethod = 11;
      Returns:
      The isClassMethod.