Package org.sonar.python.types.protobuf
Interface SymbolsProtos.TypeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SymbolsProtos.Type,SymbolsProtos.Type.Builder
- Enclosing class:
- SymbolsProtos
public static interface SymbolsProtos.TypeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolsProtos.TypegetArgs(int index)repeated .protoblog.Type args = 3;intgetArgsCount()repeated .protoblog.Type args = 3;List<SymbolsProtos.Type>getArgsList()repeated .protoblog.Type args = 3;SymbolsProtos.TypeOrBuildergetArgsOrBuilder(int index)repeated .protoblog.Type args = 3;List<? extends SymbolsProtos.TypeOrBuilder>getArgsOrBuilderList()repeated .protoblog.Type args = 3;StringgetFullyQualifiedName()optional string fully_qualified_name = 4;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()optional string fully_qualified_name = 4;SymbolsProtos.TypeKindgetKind().protoblog.TypeKind kind = 2;intgetKindValue().protoblog.TypeKind kind = 2;StringgetPrettyPrintedName()string pretty_printed_name = 1;com.google.protobuf.ByteStringgetPrettyPrintedNameBytes()string pretty_printed_name = 1;booleanhasFullyQualifiedName()optional string fully_qualified_name = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrettyPrintedName
String getPrettyPrintedName()
string pretty_printed_name = 1;- Returns:
- The prettyPrintedName.
-
getPrettyPrintedNameBytes
com.google.protobuf.ByteString getPrettyPrintedNameBytes()
string pretty_printed_name = 1;- Returns:
- The bytes for prettyPrintedName.
-
getKindValue
int getKindValue()
.protoblog.TypeKind kind = 2;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
SymbolsProtos.TypeKind getKind()
.protoblog.TypeKind kind = 2;- Returns:
- The kind.
-
getArgsList
List<SymbolsProtos.Type> getArgsList()
repeated .protoblog.Type args = 3;
-
getArgs
SymbolsProtos.Type getArgs(int index)
repeated .protoblog.Type args = 3;
-
getArgsCount
int getArgsCount()
repeated .protoblog.Type args = 3;
-
getArgsOrBuilderList
List<? extends SymbolsProtos.TypeOrBuilder> getArgsOrBuilderList()
repeated .protoblog.Type args = 3;
-
getArgsOrBuilder
SymbolsProtos.TypeOrBuilder getArgsOrBuilder(int index)
repeated .protoblog.Type args = 3;
-
hasFullyQualifiedName
boolean hasFullyQualifiedName()
optional string fully_qualified_name = 4;- Returns:
- Whether the fullyQualifiedName field is set.
-
getFullyQualifiedName
String getFullyQualifiedName()
optional string fully_qualified_name = 4;- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
com.google.protobuf.ByteString getFullyQualifiedNameBytes()
optional string fully_qualified_name = 4;- Returns:
- The bytes for fullyQualifiedName.
-
-