public final class SegmentFilterScoping extends GeneratedMessageV3 implements SegmentFilterScopingOrBuilder
Scopings specify how the dimensions & metrics of multiple events
should be considered when evaluating a segment filter.
Protobuf type google.analytics.data.v1alpha.SegmentFilterScoping
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AT_ANY_POINT_IN_TIME_FIELD_NUMBER
public static final int AT_ANY_POINT_IN_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SegmentFilterScoping getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SegmentFilterScoping.Builder newBuilder()
newBuilder(SegmentFilterScoping prototype)
public static SegmentFilterScoping.Builder newBuilder(SegmentFilterScoping prototype)
public static SegmentFilterScoping parseDelimitedFrom(InputStream input)
public static SegmentFilterScoping parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SegmentFilterScoping parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SegmentFilterScoping parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SegmentFilterScoping parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SegmentFilterScoping parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SegmentFilterScoping parseFrom(CodedInputStream input)
public static SegmentFilterScoping parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SegmentFilterScoping parseFrom(InputStream input)
public static SegmentFilterScoping parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SegmentFilterScoping parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SegmentFilterScoping parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SegmentFilterScoping> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAtAnyPointInTime()
public boolean getAtAnyPointInTime()
If atAnyPointInTime
is true, this filter evaluates to true for all
events if it evaluates to true for any event in the date range of the
request.
This atAnyPointInTime
parameter does not extend the date range of
events in the report. If atAnyPointInTime
is true, only events within
the report's date range are considered when evaluating this filter.
This atAnyPointInTime
is only able to be specified if the criteria
scoping is ACROSS_ALL_SESSIONS
and is not able to be specified in
sequences.
If the criteria scoping is ACROSS_ALL_SESSIONS
, atAnyPointInTime
=
false is used if unspecified.
optional bool at_any_point_in_time = 1;
Returns |
Type |
Description |
boolean |
The atAnyPointInTime.
|
getDefaultInstanceForType()
public SegmentFilterScoping getDefaultInstanceForType()
getParserForType()
public Parser<SegmentFilterScoping> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasAtAnyPointInTime()
public boolean hasAtAnyPointInTime()
If atAnyPointInTime
is true, this filter evaluates to true for all
events if it evaluates to true for any event in the date range of the
request.
This atAnyPointInTime
parameter does not extend the date range of
events in the report. If atAnyPointInTime
is true, only events within
the report's date range are considered when evaluating this filter.
This atAnyPointInTime
is only able to be specified if the criteria
scoping is ACROSS_ALL_SESSIONS
and is not able to be specified in
sequences.
If the criteria scoping is ACROSS_ALL_SESSIONS
, atAnyPointInTime
=
false is used if unspecified.
optional bool at_any_point_in_time = 1;
Returns |
Type |
Description |
boolean |
Whether the atAnyPointInTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SegmentFilterScoping.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SegmentFilterScoping.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SegmentFilterScoping.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides