Interface EventDimensionsOrBuilder (0.14.1)

public interface EventDimensionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsParams(String key)

public abstract boolean containsParams(String key)

A repeated record of the parameters associated with this event.

map<string, .google.events.firebase.analytics.v1.AnalyticsValue> params = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDate()

public abstract String getDate()

The date on which this event was logged. (YYYYMMDD format in the registered timezone of your app.)

string date = 6;

Returns
TypeDescription
String

The date.

getDateBytes()

public abstract ByteString getDateBytes()

The date on which this event was logged. (YYYYMMDD format in the registered timezone of your app.)

string date = 6;

Returns
TypeDescription
ByteString

The bytes for date.

getName()

public abstract String getName()

The name of this event.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of this event.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParams()

public abstract Map<String,AnalyticsValue> getParams()

Use #getParamsMap() instead.

Returns
TypeDescription
Map<String,AnalyticsValue>

getParamsCount()

public abstract int getParamsCount()

A repeated record of the parameters associated with this event.

map<string, .google.events.firebase.analytics.v1.AnalyticsValue> params = 2;

Returns
TypeDescription
int

getParamsMap()

public abstract Map<String,AnalyticsValue> getParamsMap()

A repeated record of the parameters associated with this event.

map<string, .google.events.firebase.analytics.v1.AnalyticsValue> params = 2;

Returns
TypeDescription
Map<String,AnalyticsValue>

getParamsOrDefault(String key, AnalyticsValue defaultValue)

public abstract AnalyticsValue getParamsOrDefault(String key, AnalyticsValue defaultValue)

A repeated record of the parameters associated with this event.

map<string, .google.events.firebase.analytics.v1.AnalyticsValue> params = 2;

Parameters
NameDescription
keyString
defaultValueAnalyticsValue
Returns
TypeDescription
AnalyticsValue

getParamsOrThrow(String key)

public abstract AnalyticsValue getParamsOrThrow(String key)

A repeated record of the parameters associated with this event.

map<string, .google.events.firebase.analytics.v1.AnalyticsValue> params = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
AnalyticsValue

getPreviousTimestampMicros()

public abstract long getPreviousTimestampMicros()

UTC client time when the previous event happened.

int64 previous_timestamp_micros = 5;

Returns
TypeDescription
long

The previousTimestampMicros.

getTimestampMicros()

public abstract long getTimestampMicros()

UTC client time when the event happened.

int64 timestamp_micros = 4;

Returns
TypeDescription
long

The timestampMicros.

getValueInUsd()

public abstract double getValueInUsd()

Value param in USD.

double value_in_usd = 7;

Returns
TypeDescription
double

The valueInUsd.