Package org.sonar.python.types.protobuf
Interface DescriptorsProtos.ModuleDescriptorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorsProtos.ModuleDescriptor,DescriptorsProtos.ModuleDescriptor.Builder
- Enclosing class:
DescriptorsProtos
public static interface DescriptorsProtos.ModuleDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.protoblog.DescriptorList descriptors = 1;.protoblog.DescriptorList descriptors = 1;boolean.protoblog.DescriptorList descriptors = 1;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
-
hasDescriptors
boolean hasDescriptors().protoblog.DescriptorList descriptors = 1;- Returns:
- Whether the descriptors field is set.
-
getDescriptors
DescriptorsProtos.DescriptorList getDescriptors().protoblog.DescriptorList descriptors = 1;- Returns:
- The descriptors.
-
getDescriptorsOrBuilder
DescriptorsProtos.DescriptorListOrBuilder getDescriptorsOrBuilder().protoblog.DescriptorList descriptors = 1;
-