public static final class EventSegmentCriteria.Builder extends GeneratedMessageV3.Builder<EventSegmentCriteria.Builder> implements EventSegmentCriteriaOrBuilder
An event matches a criteria if the event meet the conditions in the
criteria.
Protobuf type google.analytics.data.v1alpha.EventSegmentCriteria
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAndConditionGroups(Iterable<? extends EventSegmentConditionGroup> values)
public EventSegmentCriteria.Builder addAllAndConditionGroups(Iterable<? extends EventSegmentConditionGroup> values)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.analytics.data.v1alpha.EventSegmentConditionGroup>
|
addAndConditionGroups(EventSegmentConditionGroup value)
public EventSegmentCriteria.Builder addAndConditionGroups(EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
addAndConditionGroups(EventSegmentConditionGroup.Builder builderForValue)
public EventSegmentCriteria.Builder addAndConditionGroups(EventSegmentConditionGroup.Builder builderForValue)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
addAndConditionGroups(int index, EventSegmentConditionGroup value)
public EventSegmentCriteria.Builder addAndConditionGroups(int index, EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
addAndConditionGroups(int index, EventSegmentConditionGroup.Builder builderForValue)
public EventSegmentCriteria.Builder addAndConditionGroups(int index, EventSegmentConditionGroup.Builder builderForValue)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
addAndConditionGroupsBuilder()
public EventSegmentConditionGroup.Builder addAndConditionGroupsBuilder()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
addAndConditionGroupsBuilder(int index)
public EventSegmentConditionGroup.Builder addAndConditionGroupsBuilder(int index)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EventSegmentCriteria.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EventSegmentCriteria build()
buildPartial()
public EventSegmentCriteria buildPartial()
clear()
public EventSegmentCriteria.Builder clear()
Overrides
clearAndConditionGroups()
public EventSegmentCriteria.Builder clearAndConditionGroups()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
clearField(Descriptors.FieldDescriptor field)
public EventSegmentCriteria.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public EventSegmentCriteria.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public EventSegmentCriteria.Builder clone()
Overrides
getAndConditionGroups(int index)
public EventSegmentConditionGroup getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
index |
int
|
getAndConditionGroupsBuilder(int index)
public EventSegmentConditionGroup.Builder getAndConditionGroupsBuilder(int index)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
index |
int
|
getAndConditionGroupsBuilderList()
public List<EventSegmentConditionGroup.Builder> getAndConditionGroupsBuilderList()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
getAndConditionGroupsCount()
public int getAndConditionGroupsCount()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Returns |
Type |
Description |
int |
|
getAndConditionGroupsList()
public List<EventSegmentConditionGroup> getAndConditionGroupsList()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
getAndConditionGroupsOrBuilder(int index)
public EventSegmentConditionGroupOrBuilder getAndConditionGroupsOrBuilder(int index)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
index |
int
|
getAndConditionGroupsOrBuilderList()
public List<? extends EventSegmentConditionGroupOrBuilder> getAndConditionGroupsOrBuilderList()
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1alpha.EventSegmentConditionGroupOrBuilder> |
|
getDefaultInstanceForType()
public EventSegmentCriteria getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(EventSegmentCriteria other)
public EventSegmentCriteria.Builder mergeFrom(EventSegmentCriteria other)
public EventSegmentCriteria.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EventSegmentCriteria.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EventSegmentCriteria.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAndConditionGroups(int index)
public EventSegmentCriteria.Builder removeAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Parameter |
Name |
Description |
index |
int
|
setAndConditionGroups(int index, EventSegmentConditionGroup value)
public EventSegmentCriteria.Builder setAndConditionGroups(int index, EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
setAndConditionGroups(int index, EventSegmentConditionGroup.Builder builderForValue)
public EventSegmentCriteria.Builder setAndConditionGroups(int index, EventSegmentConditionGroup.Builder builderForValue)
An event matches this criteria if the event matches each of these
andConditionGroups
.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public EventSegmentCriteria.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EventSegmentCriteria.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EventSegmentCriteria.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides