Interface ValueOrBuilder (0.1.0)

public interface ValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

bool bool_value = 4;

Returns
Type Description
boolean

The boolValue.

getDoubleValue()

public abstract double getDoubleValue()

double double_value = 3;

Returns
Type Description
double

The doubleValue.

getInt64Value()

public abstract long getInt64Value()

int64 int64_value = 1;

Returns
Type Description
long

The int64Value.

getStringValue()

public abstract String getStringValue()

string string_value = 2;

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

string string_value = 2;

Returns
Type Description
ByteString

The bytes for stringValue.

getValueCase()

public abstract Value.ValueCase getValueCase()
Returns
Type Description
Value.ValueCase

hasBoolValue()

public abstract boolean hasBoolValue()

bool bool_value = 4;

Returns
Type Description
boolean

Whether the boolValue field is set.

hasDoubleValue()

public abstract boolean hasDoubleValue()

double double_value = 3;

Returns
Type Description
boolean

Whether the doubleValue field is set.

hasInt64Value()

public abstract boolean hasInt64Value()

int64 int64_value = 1;

Returns
Type Description
boolean

Whether the int64Value field is set.

hasStringValue()

public abstract boolean hasStringValue()

string string_value = 2;

Returns
Type Description
boolean

Whether the stringValue field is set.