public interface UserSegmentCriteriaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UserSegmentConditionGroup |
getAndConditionGroups(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
int |
getAndConditionGroupsCount()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
List<UserSegmentConditionGroup> |
getAndConditionGroupsList()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroupOrBuilder |
getAndConditionGroupsOrBuilder(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
List<? extends UserSegmentConditionGroupOrBuilder> |
getAndConditionGroupsOrBuilderList()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentSequenceGroup |
getAndSequenceGroups(int index)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
int |
getAndSequenceGroupsCount()
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
List<UserSegmentSequenceGroup> |
getAndSequenceGroupsList()
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentSequenceGroupOrBuilder |
getAndSequenceGroupsOrBuilder(int index)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
List<? extends UserSegmentSequenceGroupOrBuilder> |
getAndSequenceGroupsOrBuilderList()
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<UserSegmentConditionGroup> getAndConditionGroupsList()
A user matches this criteria if the user matches each of these `andConditionGroups` and each of the `andSequenceGroups`. `andConditionGroups` may be empty if `andSequenceGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
UserSegmentConditionGroup getAndConditionGroups(int index)
A user matches this criteria if the user matches each of these `andConditionGroups` and each of the `andSequenceGroups`. `andConditionGroups` may be empty if `andSequenceGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
int getAndConditionGroupsCount()
A user matches this criteria if the user matches each of these `andConditionGroups` and each of the `andSequenceGroups`. `andConditionGroups` may be empty if `andSequenceGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
List<? extends UserSegmentConditionGroupOrBuilder> getAndConditionGroupsOrBuilderList()
A user matches this criteria if the user matches each of these `andConditionGroups` and each of the `andSequenceGroups`. `andConditionGroups` may be empty if `andSequenceGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
UserSegmentConditionGroupOrBuilder getAndConditionGroupsOrBuilder(int index)
A user matches this criteria if the user matches each of these `andConditionGroups` and each of the `andSequenceGroups`. `andConditionGroups` may be empty if `andSequenceGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
List<UserSegmentSequenceGroup> getAndSequenceGroupsList()
A user matches this criteria if the user matches each of these `andSequenceGroups` and each of the `andConditionGroups`. `andSequenceGroups` may be empty if `andConditionGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
UserSegmentSequenceGroup getAndSequenceGroups(int index)
A user matches this criteria if the user matches each of these `andSequenceGroups` and each of the `andConditionGroups`. `andSequenceGroups` may be empty if `andConditionGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
int getAndSequenceGroupsCount()
A user matches this criteria if the user matches each of these `andSequenceGroups` and each of the `andConditionGroups`. `andSequenceGroups` may be empty if `andConditionGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
List<? extends UserSegmentSequenceGroupOrBuilder> getAndSequenceGroupsOrBuilderList()
A user matches this criteria if the user matches each of these `andSequenceGroups` and each of the `andConditionGroups`. `andSequenceGroups` may be empty if `andConditionGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
UserSegmentSequenceGroupOrBuilder getAndSequenceGroupsOrBuilder(int index)
A user matches this criteria if the user matches each of these `andSequenceGroups` and each of the `andConditionGroups`. `andSequenceGroups` may be empty if `andConditionGroups` are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
Copyright © 2023 Google LLC. All rights reserved.