public interface SegmentEventFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName()
This filter matches events of this single event name.
|
com.google.protobuf.ByteString |
getEventNameBytes()
This filter matches events of this single event name.
|
SegmentParameterFilterExpression |
getSegmentParameterFilterExpression()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
SegmentParameterFilterExpressionOrBuilder |
getSegmentParameterFilterExpressionOrBuilder()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
boolean |
hasEventName()
This filter matches events of this single event name.
|
boolean |
hasSegmentParameterFilterExpression()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventName()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;String getEventName()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;com.google.protobuf.ByteString getEventNameBytes()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;boolean hasSegmentParameterFilterExpression()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.SegmentParameterFilterExpression segment_parameter_filter_expression = 2;
SegmentParameterFilterExpression getSegmentParameterFilterExpression()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.SegmentParameterFilterExpression segment_parameter_filter_expression = 2;
SegmentParameterFilterExpressionOrBuilder getSegmentParameterFilterExpressionOrBuilder()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.SegmentParameterFilterExpression segment_parameter_filter_expression = 2;
Copyright © 2023 Google LLC. All rights reserved.