Interface EventMappingOrBuilder (0.49.0)

public interface EventMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventName()

public abstract String getEventName()

Required. Name of the GA4 event. It must always be set. The max allowed display name length is 40 UTF-16 code units.

string event_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The eventName.

getEventNameBytes()

public abstract ByteString getEventNameBytes()

Required. Name of the GA4 event. It must always be set. The max allowed display name length is 40 UTF-16 code units.

string event_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for eventName.

getMaxEventCount()

public abstract long getMaxEventCount()

The maximum number of times the event occurred. If not set, maximum event count won't be checked.

optional int64 max_event_count = 3;

Returns
TypeDescription
long

The maxEventCount.

getMaxEventValue()

public abstract double getMaxEventValue()

The maximum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, maximum event value won't be checked.

optional double max_event_value = 5;

Returns
TypeDescription
double

The maxEventValue.

getMinEventCount()

public abstract long getMinEventCount()

At least one of the following four min/max values must be set. The values set will be ANDed together to qualify an event. The minimum number of times the event occurred. If not set, minimum event count won't be checked.

optional int64 min_event_count = 2;

Returns
TypeDescription
long

The minEventCount.

getMinEventValue()

public abstract double getMinEventValue()

The minimum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, minimum event value won't be checked.

optional double min_event_value = 4;

Returns
TypeDescription
double

The minEventValue.

hasMaxEventCount()

public abstract boolean hasMaxEventCount()

The maximum number of times the event occurred. If not set, maximum event count won't be checked.

optional int64 max_event_count = 3;

Returns
TypeDescription
boolean

Whether the maxEventCount field is set.

hasMaxEventValue()

public abstract boolean hasMaxEventValue()

The maximum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, maximum event value won't be checked.

optional double max_event_value = 5;

Returns
TypeDescription
boolean

Whether the maxEventValue field is set.

hasMinEventCount()

public abstract boolean hasMinEventCount()

At least one of the following four min/max values must be set. The values set will be ANDed together to qualify an event. The minimum number of times the event occurred. If not set, minimum event count won't be checked.

optional int64 min_event_count = 2;

Returns
TypeDescription
boolean

Whether the minEventCount field is set.

hasMinEventValue()

public abstract boolean hasMinEventValue()

The minimum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, minimum event value won't be checked.

optional double min_event_value = 4;

Returns
TypeDescription
boolean

Whether the minEventValue field is set.