public interface AudienceEventTriggerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventName()
public abstract String getEventName()Required. The event name that will be logged.
string event_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for logCondition. |