Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.UninterpretedOption.NamePart, DescriptorProtos.UninterpretedOption.NamePart.Builder
Enclosing class:
DescriptorProtos.UninterpretedOption

public static interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder extends MessageOrBuilder
  • Method Details

    • hasNamePart

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

      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.