public interface EventDimensionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for date. |
getName()
public abstract String getName()
The name of this event.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of this event.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParams()
public abstract Map<String,AnalyticsValue> getParams()
Use #getParamsMap() instead.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
key |
String |
defaultValue |
AnalyticsValue |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
AnalyticsValue |
getPreviousTimestampMicros()
public abstract long getPreviousTimestampMicros()
UTC client time when the previous event happened.
int64 previous_timestamp_micros = 5;
Returns | |
---|---|
Type | Description |
long |
The previousTimestampMicros. |
getTimestampMicros()
public abstract long getTimestampMicros()
UTC client time when the event happened.
int64 timestamp_micros = 4;
Returns | |
---|---|
Type | Description |
long |
The timestampMicros. |
getValueInUsd()
public abstract double getValueInUsd()
Value param in USD.
double value_in_usd = 7;
Returns | |
---|---|
Type | Description |
double |
The valueInUsd. |