Interface StringToInt64MapEntryOrBuilder (0.3.0)

public interface StringToInt64MapEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Key field.

optional string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key field.

optional string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getValue()

public abstract long getValue()

Value field.

optional int64 value = 2;

Returns
Type Description
long

The value.

hasKey()

public abstract boolean hasKey()

Key field.

optional string key = 1;

Returns
Type Description
boolean

Whether the key field is set.

hasValue()

public abstract boolean hasValue()

Value field.

optional int64 value = 2;

Returns
Type Description
boolean

Whether the value field is set.