Interface PropertyOrBuilder (2.1.4)

public interface PropertyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the property.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the property.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getUint64Value()

public abstract long getUint64Value()

Value of numeric properties.

uint64 uint64_value = 3;

Returns
TypeDescription
long

The uint64Value.

getValue()

public abstract String getValue()

Value of the property.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value of the property.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.