Interface DescriptorsProtos.ClassDescriptorOrBuilder

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

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

    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      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.
    • getSuperClassesList

      List<String> getSuperClassesList()
      repeated string superClasses = 3;
      Returns:
      A list containing the superClasses.
    • getSuperClassesCount

      int getSuperClassesCount()
      repeated string superClasses = 3;
      Returns:
      The count of superClasses.
    • getSuperClasses

      String getSuperClasses(int index)
      repeated string superClasses = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The superClasses at the given index.
    • getSuperClassesBytes

      com.google.protobuf.ByteString getSuperClassesBytes(int index)
      repeated string superClasses = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the superClasses at the given index.
    • getFunctionMembersList

      List<DescriptorsProtos.FunctionDescriptor> getFunctionMembersList()
      repeated .protoblog.FunctionDescriptor functionMembers = 4;
    • getFunctionMembers

      DescriptorsProtos.FunctionDescriptor getFunctionMembers(int index)
      repeated .protoblog.FunctionDescriptor functionMembers = 4;
    • getFunctionMembersCount

      int getFunctionMembersCount()
      repeated .protoblog.FunctionDescriptor functionMembers = 4;
    • getFunctionMembersOrBuilderList

      List<? extends DescriptorsProtos.FunctionDescriptorOrBuilder> getFunctionMembersOrBuilderList()
      repeated .protoblog.FunctionDescriptor functionMembers = 4;
    • getFunctionMembersOrBuilder

      DescriptorsProtos.FunctionDescriptorOrBuilder getFunctionMembersOrBuilder(int index)
      repeated .protoblog.FunctionDescriptor functionMembers = 4;
    • getVarMembersList

      repeated .protoblog.VarDescriptor varMembers = 5;
    • getVarMembers

      DescriptorsProtos.VarDescriptor getVarMembers(int index)
      repeated .protoblog.VarDescriptor varMembers = 5;
    • getVarMembersCount

      int getVarMembersCount()
      repeated .protoblog.VarDescriptor varMembers = 5;
    • getVarMembersOrBuilderList

      List<? extends DescriptorsProtos.VarDescriptorOrBuilder> getVarMembersOrBuilderList()
      repeated .protoblog.VarDescriptor varMembers = 5;
    • getVarMembersOrBuilder

      DescriptorsProtos.VarDescriptorOrBuilder getVarMembersOrBuilder(int index)
      repeated .protoblog.VarDescriptor varMembers = 5;
    • getAmbiguousMembersList

      List<DescriptorsProtos.AmbiguousDescriptor> getAmbiguousMembersList()
      repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
    • getAmbiguousMembers

      DescriptorsProtos.AmbiguousDescriptor getAmbiguousMembers(int index)
      repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
    • getAmbiguousMembersCount

      int getAmbiguousMembersCount()
      repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
    • getAmbiguousMembersOrBuilderList

      List<? extends DescriptorsProtos.AmbiguousDescriptorOrBuilder> getAmbiguousMembersOrBuilderList()
      repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
    • getAmbiguousMembersOrBuilder

      DescriptorsProtos.AmbiguousDescriptorOrBuilder getAmbiguousMembersOrBuilder(int index)
      repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;
    • getClassMembersList

      List<DescriptorsProtos.ClassDescriptor> getClassMembersList()
      repeated .protoblog.ClassDescriptor classMembers = 7;
    • getClassMembers

      DescriptorsProtos.ClassDescriptor getClassMembers(int index)
      repeated .protoblog.ClassDescriptor classMembers = 7;
    • getClassMembersCount

      int getClassMembersCount()
      repeated .protoblog.ClassDescriptor classMembers = 7;
    • getClassMembersOrBuilderList

      List<? extends DescriptorsProtos.ClassDescriptorOrBuilder> getClassMembersOrBuilderList()
      repeated .protoblog.ClassDescriptor classMembers = 7;
    • getClassMembersOrBuilder

      DescriptorsProtos.ClassDescriptorOrBuilder getClassMembersOrBuilder(int index)
      repeated .protoblog.ClassDescriptor classMembers = 7;
    • getHasDecorators

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

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

      DescriptorsProtos.LocationInFile getDefinitionLocation()
      .protoblog.LocationInFile definitionLocation = 9;
      Returns:
      The definitionLocation.
    • getDefinitionLocationOrBuilder

      DescriptorsProtos.LocationInFileOrBuilder getDefinitionLocationOrBuilder()
      .protoblog.LocationInFile definitionLocation = 9;
    • getHasSuperClassWithoutDescriptor

      boolean getHasSuperClassWithoutDescriptor()
      bool hasSuperClassWithoutDescriptor = 10;
      Returns:
      The hasSuperClassWithoutDescriptor.
    • getHasMetaClass

      boolean getHasMetaClass()
      bool hasMetaClass = 11;
      Returns:
      The hasMetaClass.
    • hasMetaClassFQN

      boolean hasMetaClassFQN()
      optional string metaClassFQN = 12;
      Returns:
      Whether the metaClassFQN field is set.
    • getMetaClassFQN

      String getMetaClassFQN()
      optional string metaClassFQN = 12;
      Returns:
      The metaClassFQN.
    • getMetaClassFQNBytes

      com.google.protobuf.ByteString getMetaClassFQNBytes()
      optional string metaClassFQN = 12;
      Returns:
      The bytes for metaClassFQN.
    • getSupportsGenerics

      boolean getSupportsGenerics()
      bool supportsGenerics = 13;
      Returns:
      The supportsGenerics.