Package org.sonar.python.types.protobuf
Interface DescriptorsProtos.VarDescriptorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorsProtos.VarDescriptor,DescriptorsProtos.VarDescriptor.Builder
- Enclosing class:
- DescriptorsProtos
public static interface DescriptorsProtos.VarDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnnotatedType()optional string annotatedType = 3;com.google.protobuf.ByteStringgetAnnotatedTypeBytes()optional string annotatedType = 3;StringgetFullyQualifiedName()optional string fully_qualified_name = 2;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()optional string fully_qualified_name = 2;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;booleanhasAnnotatedType()optional string annotatedType = 3;booleanhasFullyQualifiedName()optional string fully_qualified_name = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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 fully_qualified_name = 2;- Returns:
- Whether the fullyQualifiedName field is set.
-
getFullyQualifiedName
String getFullyQualifiedName()
optional string fully_qualified_name = 2;- Returns:
- The fullyQualifiedName.
-
getFullyQualifiedNameBytes
com.google.protobuf.ByteString getFullyQualifiedNameBytes()
optional string fully_qualified_name = 2;- Returns:
- The bytes for fullyQualifiedName.
-
hasAnnotatedType
boolean hasAnnotatedType()
optional string annotatedType = 3;- Returns:
- Whether the annotatedType field is set.
-
getAnnotatedType
String getAnnotatedType()
optional string annotatedType = 3;- Returns:
- The annotatedType.
-
getAnnotatedTypeBytes
com.google.protobuf.ByteString getAnnotatedTypeBytes()
optional string annotatedType = 3;- Returns:
- The bytes for annotatedType.
-
-