Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder

    • Method Summary

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

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasNamePart

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

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

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

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

        boolean getIsExtension()
        required bool is_extension = 2 [json_name = "isExtension"];
        Returns:
        The isExtension.