Interface AnalyticsValueOrBuilder (0.14.1)

public interface AnalyticsValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDoubleValue()

public abstract double getDoubleValue()

double double_value = 4;

Returns
TypeDescription
double

The doubleValue.

getFloatValue()

public abstract float getFloatValue()

float float_value = 3;

Returns
TypeDescription
float

The floatValue.

getIntValue()

public abstract long getIntValue()

int64 int_value = 2;

Returns
TypeDescription
long

The intValue.

getParamValueCase()

public abstract AnalyticsValue.ParamValueCase getParamValueCase()
Returns
TypeDescription
AnalyticsValue.ParamValueCase

getStringValue()

public abstract String getStringValue()

string string_value = 1;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

string string_value = 1;

Returns
TypeDescription
ByteString

The bytes for stringValue.

hasDoubleValue()

public abstract boolean hasDoubleValue()

double double_value = 4;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasFloatValue()

public abstract boolean hasFloatValue()

float float_value = 3;

Returns
TypeDescription
boolean

Whether the floatValue field is set.

hasIntValue()

public abstract boolean hasIntValue()

int64 int_value = 2;

Returns
TypeDescription
boolean

Whether the intValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

string string_value = 1;

Returns
TypeDescription
boolean

Whether the stringValue field is set.