public interface SessionSegmentCriteriaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SessionSegmentConditionGroup |
getAndConditionGroups(int index)
A session matches this criteria if the session matches each of these
`andConditionGroups`.
|
int |
getAndConditionGroupsCount()
A session matches this criteria if the session matches each of these
`andConditionGroups`.
|
List<SessionSegmentConditionGroup> |
getAndConditionGroupsList()
A session matches this criteria if the session matches each of these
`andConditionGroups`.
|
SessionSegmentConditionGroupOrBuilder |
getAndConditionGroupsOrBuilder(int index)
A session matches this criteria if the session matches each of these
`andConditionGroups`.
|
List<? extends SessionSegmentConditionGroupOrBuilder> |
getAndConditionGroupsOrBuilderList()
A session matches this criteria if the session matches each of these
`andConditionGroups`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SessionSegmentConditionGroup> getAndConditionGroupsList()
A session matches this criteria if the session matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.SessionSegmentConditionGroup and_condition_groups = 1;
SessionSegmentConditionGroup getAndConditionGroups(int index)
A session matches this criteria if the session matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.SessionSegmentConditionGroup and_condition_groups = 1;
int getAndConditionGroupsCount()
A session matches this criteria if the session matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.SessionSegmentConditionGroup and_condition_groups = 1;
List<? extends SessionSegmentConditionGroupOrBuilder> getAndConditionGroupsOrBuilderList()
A session matches this criteria if the session matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.SessionSegmentConditionGroup and_condition_groups = 1;
SessionSegmentConditionGroupOrBuilder getAndConditionGroupsOrBuilder(int index)
A session matches this criteria if the session matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.SessionSegmentConditionGroup and_condition_groups = 1;
Copyright © 2023 Google LLC. All rights reserved.