public static interface Parameter.ValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()Represents a double value.
double double_value = 5;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleValue. |
getInt64Value()
public abstract long getInt64Value()Represents an int64 value.
int64 int64_value = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Value. |
getKindCase()
public abstract Parameter.Value.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
Parameter.Value.KindCase |
|
getStringValue()
public abstract String getStringValue()Represents a string value.
string string_value = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()Represents a string value.
string string_value = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stringValue. |
hasDoubleValue()
public abstract boolean hasDoubleValue()Represents a double value.
double double_value = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()Represents an int64 value.
int64 int64_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Value field is set. |
hasStringValue()
public abstract boolean hasStringValue()Represents a string value.
string string_value = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringValue field is set. |