Interface Parameter.ValueOrBuilder (0.39.0)

public static interface Parameter.ValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDoubleValue()

public abstract double getDoubleValue()

Represents a double value.

double double_value = 5;

Returns
TypeDescription
double

The doubleValue.

getInt64Value()

public abstract long getInt64Value()

Represents an int64 value.

int64 int64_value = 3;

Returns
TypeDescription
long

The int64Value.

getKindCase()

public abstract Parameter.Value.KindCase getKindCase()
Returns
TypeDescription
Parameter.Value.KindCase

getStringValue()

public abstract String getStringValue()

Represents a string value.

string string_value = 4;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

Represents a string value.

string string_value = 4;

Returns
TypeDescription
ByteString

The bytes for stringValue.

hasDoubleValue()

public abstract boolean hasDoubleValue()

Represents a double value.

double double_value = 5;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasInt64Value()

public abstract boolean hasInt64Value()

Represents an int64 value.

int64 int64_value = 3;

Returns
TypeDescription
boolean

Whether the int64Value field is set.

hasStringValue()

public abstract boolean hasStringValue()

Represents a string value.

string string_value = 4;

Returns
TypeDescription
boolean

Whether the stringValue field is set.