Interface PropertyReferenceOrBuilder (2.10.1)

public interface PropertyReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the property. If name includes "."s, it may be interpreted as a property name path.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the property. If name includes "."s, it may be interpreted as a property name path.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.