- 0.51.0 (latest)
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.5
public static interface Parameter.ValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()
Represents a double value.
double double_value = 5;
Type | Description |
double | The doubleValue. |
getInt64Value()
public abstract long getInt64Value()
Represents an int64 value.
int64 int64_value = 3;
Type | Description |
long | The int64Value. |
getKindCase()
public abstract Parameter.Value.KindCase getKindCase()
Type | Description |
Parameter.Value.KindCase |
getStringValue()
public abstract String getStringValue()
Represents a string value.
string string_value = 4;
Type | Description |
String | The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
Represents a string value.
string string_value = 4;
Type | Description |
ByteString | The bytes for stringValue. |
hasDoubleValue()
public abstract boolean hasDoubleValue()
Represents a double value.
double double_value = 5;
Type | Description |
boolean | Whether the doubleValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()
Represents an int64 value.
int64 int64_value = 3;
Type | Description |
boolean | Whether the int64Value field is set. |
hasStringValue()
public abstract boolean hasStringValue()
Represents a string value.
string string_value = 4;
Type | Description |
boolean | Whether the stringValue field is set. |