Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder (3.19.4)

public static interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsExtension()

public abstract boolean getIsExtension()

required bool is_extension = 2;

Returns
TypeDescription
boolean

The isExtension.

getNamePart()

public abstract String getNamePart()

required string name_part = 1;

Returns
TypeDescription
String

The namePart.

getNamePartBytes()

public abstract ByteString getNamePartBytes()

required string name_part = 1;

Returns
TypeDescription
ByteString

The bytes for namePart.

hasIsExtension()

public abstract boolean hasIsExtension()

required bool is_extension = 2;

Returns
TypeDescription
boolean

Whether the isExtension field is set.

hasNamePart()

public abstract boolean hasNamePart()

required string name_part = 1;

Returns
TypeDescription
boolean

Whether the namePart field is set.