Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsExtension()
      required bool is_extension = 2;
      java.lang.String getNamePart()
      required string name_part = 1;
      com.google.protobuf.ByteString getNamePartBytes()
      required string name_part = 1;
      boolean hasIsExtension()
      required bool is_extension = 2;
      boolean hasNamePart()
      required string name_part = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasNamePart

        boolean hasNamePart()
        required string name_part = 1;
        Returns:
        Whether the namePart field is set.
      • getNamePart

        java.lang.String getNamePart()
        required string name_part = 1;
        Returns:
        The namePart.
      • getNamePartBytes

        com.google.protobuf.ByteString getNamePartBytes()
        required string name_part = 1;
        Returns:
        The bytes for namePart.
      • hasIsExtension

        boolean hasIsExtension()
        required bool is_extension = 2;
        Returns:
        Whether the isExtension field is set.
      • getIsExtension

        boolean getIsExtension()
        required bool is_extension = 2;
        Returns:
        The isExtension.