public interface LabelValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()A bool label value.
bool bool_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The boolValue. |
getInt64Value()
public abstract long getInt64Value()An int64 label value.
int64 int64_value = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Value. |
getStringValue()
public abstract String getStringValue()A string label value.
string string_value = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()A string label value.
string string_value = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stringValue. |
getValueCase()
public abstract LabelValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
LabelValue.ValueCase |
|
hasBoolValue()
public abstract boolean hasBoolValue()A bool label value.
bool bool_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()An int64 label value.
int64 int64_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Value field is set. |
hasStringValue()
public abstract boolean hasStringValue()A string label value.
string string_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringValue field is set. |