Package org.sonar.python.types.protobuf
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 Summary
Modifier and TypeMethodDescriptiongetAmbiguousMembers(int index) repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;intrepeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;getAmbiguousMembersOrBuilder(int index) repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6;getClassMembers(int index) repeated .protoblog.ClassDescriptor classMembers = 7;intrepeated .protoblog.ClassDescriptor classMembers = 7;repeated .protoblog.ClassDescriptor classMembers = 7;getClassMembersOrBuilder(int index) repeated .protoblog.ClassDescriptor classMembers = 7;List<? extends DescriptorsProtos.ClassDescriptorOrBuilder>repeated .protoblog.ClassDescriptor classMembers = 7;.protoblog.LocationInFile definitionLocation = 9;.protoblog.LocationInFile definitionLocation = 9;optional string fullyQualifiedName = 2;com.google.protobuf.ByteStringoptional string fullyQualifiedName = 2;getFunctionMembers(int index) repeated .protoblog.FunctionDescriptor functionMembers = 4;intrepeated .protoblog.FunctionDescriptor functionMembers = 4;repeated .protoblog.FunctionDescriptor functionMembers = 4;getFunctionMembersOrBuilder(int index) repeated .protoblog.FunctionDescriptor functionMembers = 4;repeated .protoblog.FunctionDescriptor functionMembers = 4;booleanbool hasDecorators = 8;booleanbool hasMetaClass = 11;booleanbool hasSuperClassWithoutDescriptor = 10;optional string metaClassFQN = 12;com.google.protobuf.ByteStringoptional string metaClassFQN = 12;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getSuperClasses(int index) repeated string superClasses = 3;com.google.protobuf.ByteStringgetSuperClassesBytes(int index) repeated string superClasses = 3;intrepeated string superClasses = 3;repeated string superClasses = 3;booleanbool supportsGenerics = 13;getVarMembers(int index) repeated .protoblog.VarDescriptor varMembers = 5;intrepeated .protoblog.VarDescriptor varMembers = 5;repeated .protoblog.VarDescriptor varMembers = 5;getVarMembersOrBuilder(int index) repeated .protoblog.VarDescriptor varMembers = 5;List<? extends DescriptorsProtos.VarDescriptorOrBuilder>repeated .protoblog.VarDescriptor varMembers = 5;boolean.protoblog.LocationInFile definitionLocation = 9;booleanoptional string fullyQualifiedName = 2;booleanoptional string metaClassFQN = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
repeated string superClasses = 3;- Returns:
- A list containing the superClasses.
-
getSuperClassesCount
int getSuperClassesCount()repeated string superClasses = 3;- Returns:
- The count of superClasses.
-
getSuperClasses
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
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
repeated .protoblog.FunctionDescriptor functionMembers = 4; -
getVarMembersList
List<DescriptorsProtos.VarDescriptor> getVarMembersList()repeated .protoblog.VarDescriptor varMembers = 5; -
getVarMembers
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
repeated .protoblog.VarDescriptor varMembers = 5; -
getAmbiguousMembersList
List<DescriptorsProtos.AmbiguousDescriptor> getAmbiguousMembersList()repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6; -
getAmbiguousMembers
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
repeated .protoblog.AmbiguousDescriptor ambiguousMembers = 6; -
getClassMembersList
List<DescriptorsProtos.ClassDescriptor> getClassMembersList()repeated .protoblog.ClassDescriptor classMembers = 7; -
getClassMembers
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
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.
-