public interface StringToInt64MapEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |