Package org.sonar.python.types.protobuf
Interface SymbolsProtos.OverloadedFunctionSymbolOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SymbolsProtos.OverloadedFunctionSymbol,SymbolsProtos.OverloadedFunctionSymbol.Builder
- Enclosing class:
- SymbolsProtos
public static interface SymbolsProtos.OverloadedFunctionSymbolOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDefinitions(int index) repeated .protoblog.FunctionSymbol definitions = 3;intrepeated .protoblog.FunctionSymbol definitions = 3;repeated .protoblog.FunctionSymbol definitions = 3;getDefinitionsOrBuilder(int index) repeated .protoblog.FunctionSymbol definitions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder>repeated .protoblog.FunctionSymbol definitions = 3;string fullname = 2;com.google.protobuf.ByteStringstring fullname = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getValidFor(int index) repeated string valid_for = 4;com.google.protobuf.ByteStringgetValidForBytes(int index) repeated string valid_for = 4;intrepeated string valid_for = 4;repeated string valid_for = 4;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.
-
getFullname
String getFullname()string fullname = 2;- Returns:
- The fullname.
-
getFullnameBytes
com.google.protobuf.ByteString getFullnameBytes()string fullname = 2;- Returns:
- The bytes for fullname.
-
getDefinitionsList
List<SymbolsProtos.FunctionSymbol> getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3; -
getDefinitions
repeated .protoblog.FunctionSymbol definitions = 3; -
getDefinitionsCount
int getDefinitionsCount()repeated .protoblog.FunctionSymbol definitions = 3; -
getDefinitionsOrBuilderList
List<? extends SymbolsProtos.FunctionSymbolOrBuilder> getDefinitionsOrBuilderList()repeated .protoblog.FunctionSymbol definitions = 3; -
getDefinitionsOrBuilder
repeated .protoblog.FunctionSymbol definitions = 3; -
getValidForList
repeated string valid_for = 4;- Returns:
- A list containing the validFor.
-
getValidForCount
int getValidForCount()repeated string valid_for = 4;- Returns:
- The count of validFor.
-
getValidFor
repeated string valid_for = 4;- Parameters:
index- The index of the element to return.- Returns:
- The validFor at the given index.
-
getValidForBytes
com.google.protobuf.ByteString getValidForBytes(int index) repeated string valid_for = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the validFor at the given index.
-