Interface AudienceEventTriggerOrBuilder (0.50.0)

public interface AudienceEventTriggerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventName()

public abstract String getEventName()

Required. The event name that will be logged.

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

Returns
TypeDescription
String

The eventName.

getEventNameBytes()

public abstract ByteString getEventNameBytes()

Required. The event name that will be logged.

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

Returns
TypeDescription
ByteString

The bytes for eventName.

getLogCondition()

public abstract AudienceEventTrigger.LogCondition getLogCondition()

Required. When to log the event.

.google.analytics.admin.v1alpha.AudienceEventTrigger.LogCondition log_condition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AudienceEventTrigger.LogCondition

The logCondition.

getLogConditionValue()

public abstract int getLogConditionValue()

Required. When to log the event.

.google.analytics.admin.v1alpha.AudienceEventTrigger.LogCondition log_condition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for logCondition.