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.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()
Returns
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>
|
Returns
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
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;
Returns
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EventSegmentCriteria.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public EventSegmentCriteria build()
Returns
buildPartial()
public EventSegmentCriteria buildPartial()
Returns
clear()
public EventSegmentCriteria.Builder clear()
Returns
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;
Returns
clearField(Descriptors.FieldDescriptor field)
public EventSegmentCriteria.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public EventSegmentCriteria.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public EventSegmentCriteria.Builder clone()
Returns
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
Returns
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
Returns
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;
Returns
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
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;
Returns
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
Returns
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()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(EventSegmentCriteria other)
public EventSegmentCriteria.Builder mergeFrom(EventSegmentCriteria other)
Parameter
Returns
public EventSegmentCriteria.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public EventSegmentCriteria.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EventSegmentCriteria.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
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;
Parameters
Returns
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;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public EventSegmentCriteria.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EventSegmentCriteria.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EventSegmentCriteria.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides