public static final class UserSegmentCriteria.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder> implements UserSegmentCriteriaOrBuilder
A user matches a criteria if the user's events meet the conditions in the criteria.Protobuf type
google.analytics.data.v1alpha.UserSegmentCriteria| Modifier and Type | Method and Description |
|---|---|
UserSegmentCriteria.Builder |
addAllAndConditionGroups(Iterable<? extends UserSegmentConditionGroup> values)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
addAllAndSequenceGroups(Iterable<? extends UserSegmentSequenceGroup> values)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
addAndConditionGroups(int index,
UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
addAndConditionGroups(int index,
UserSegmentConditionGroup value)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
addAndConditionGroups(UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
addAndConditionGroups(UserSegmentConditionGroup value)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
addAndConditionGroupsBuilder()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
addAndConditionGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
addAndSequenceGroups(int index,
UserSegmentSequenceGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
addAndSequenceGroups(int index,
UserSegmentSequenceGroup value)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
addAndSequenceGroups(UserSegmentSequenceGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
addAndSequenceGroups(UserSegmentSequenceGroup value)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentSequenceGroup.Builder |
addAndSequenceGroupsBuilder()
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentSequenceGroup.Builder |
addAndSequenceGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserSegmentCriteria |
build() |
UserSegmentCriteria |
buildPartial() |
UserSegmentCriteria.Builder |
clear() |
UserSegmentCriteria.Builder |
clearAndConditionGroups()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
clearAndSequenceGroups()
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserSegmentCriteria.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserSegmentCriteria.Builder |
clone() |
UserSegmentConditionGroup |
getAndConditionGroups(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
getAndConditionGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
List<UserSegmentConditionGroup.Builder> |
getAndConditionGroupsBuilderList()
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`.
|
UserSegmentSequenceGroup.Builder |
getAndSequenceGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
List<UserSegmentSequenceGroup.Builder> |
getAndSequenceGroupsBuilderList()
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`.
|
UserSegmentCriteria |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserSegmentCriteria.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserSegmentCriteria.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserSegmentCriteria.Builder |
mergeFrom(UserSegmentCriteria other) |
UserSegmentCriteria.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserSegmentCriteria.Builder |
removeAndConditionGroups(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
removeAndSequenceGroups(int index)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
setAndConditionGroups(int index,
UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
setAndConditionGroups(int index,
UserSegmentConditionGroup value)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
setAndSequenceGroups(int index,
UserSegmentSequenceGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
setAndSequenceGroups(int index,
UserSegmentSequenceGroup value)
A user matches this criteria if the user matches each of these
`andSequenceGroups` and each of the `andConditionGroups`.
|
UserSegmentCriteria.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserSegmentCriteria.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserSegmentCriteria.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserSegmentCriteria build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserSegmentCriteria buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserSegmentCriteria.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder mergeFrom(UserSegmentCriteria other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public UserSegmentCriteria.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserSegmentCriteria.Builder>IOExceptionpublic List<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;
getAndConditionGroupsList in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndConditionGroupsCount in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndConditionGroups in interface UserSegmentCriteriaOrBuilderpublic UserSegmentCriteria.Builder setAndConditionGroups(int index, UserSegmentConditionGroup value)
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;
public UserSegmentCriteria.Builder setAndConditionGroups(int index, UserSegmentConditionGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAndConditionGroups(UserSegmentConditionGroup value)
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;
public UserSegmentCriteria.Builder addAndConditionGroups(int index, UserSegmentConditionGroup value)
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;
public UserSegmentCriteria.Builder addAndConditionGroups(UserSegmentConditionGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAndConditionGroups(int index, UserSegmentConditionGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAllAndConditionGroups(Iterable<? extends UserSegmentConditionGroup> values)
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;
public UserSegmentCriteria.Builder clearAndConditionGroups()
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;
public UserSegmentCriteria.Builder removeAndConditionGroups(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;
public UserSegmentConditionGroup.Builder getAndConditionGroupsBuilder(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;
public 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;
getAndConditionGroupsOrBuilder in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndConditionGroupsOrBuilderList in interface UserSegmentCriteriaOrBuilderpublic UserSegmentConditionGroup.Builder addAndConditionGroupsBuilder()
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;
public UserSegmentConditionGroup.Builder addAndConditionGroupsBuilder(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;
public List<UserSegmentConditionGroup.Builder> getAndConditionGroupsBuilderList()
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;
public 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;
getAndSequenceGroupsList in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndSequenceGroupsCount in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndSequenceGroups in interface UserSegmentCriteriaOrBuilderpublic UserSegmentCriteria.Builder setAndSequenceGroups(int index, UserSegmentSequenceGroup value)
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;
public UserSegmentCriteria.Builder setAndSequenceGroups(int index, UserSegmentSequenceGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAndSequenceGroups(UserSegmentSequenceGroup value)
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;
public UserSegmentCriteria.Builder addAndSequenceGroups(int index, UserSegmentSequenceGroup value)
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;
public UserSegmentCriteria.Builder addAndSequenceGroups(UserSegmentSequenceGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAndSequenceGroups(int index, UserSegmentSequenceGroup.Builder builderForValue)
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;
public UserSegmentCriteria.Builder addAllAndSequenceGroups(Iterable<? extends UserSegmentSequenceGroup> values)
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;
public UserSegmentCriteria.Builder clearAndSequenceGroups()
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;
public UserSegmentCriteria.Builder removeAndSequenceGroups(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;
public UserSegmentSequenceGroup.Builder getAndSequenceGroupsBuilder(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;
public 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;
getAndSequenceGroupsOrBuilder in interface UserSegmentCriteriaOrBuilderpublic 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;
getAndSequenceGroupsOrBuilderList in interface UserSegmentCriteriaOrBuilderpublic UserSegmentSequenceGroup.Builder addAndSequenceGroupsBuilder()
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;
public UserSegmentSequenceGroup.Builder addAndSequenceGroupsBuilder(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;
public List<UserSegmentSequenceGroup.Builder> getAndSequenceGroupsBuilderList()
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;
public final UserSegmentCriteria.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>public final UserSegmentCriteria.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserSegmentCriteria.Builder>Copyright © 2023 Google LLC. All rights reserved.