public final class MinuteRange extends GeneratedMessageV3 implements MinuteRangeOrBuilder
A contiguous set of minutes: startMinutesAgo
, startMinutesAgo + 1
, ...,
endMinutesAgo
. Requests are allowed up to 2 minute ranges.
Protobuf type google.analytics.data.v1beta.MinuteRange
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
END_MINUTES_AGO_FIELD_NUMBER
public static final int END_MINUTES_AGO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_MINUTES_AGO_FIELD_NUMBER
public static final int START_MINUTES_AGO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MinuteRange getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MinuteRange.Builder newBuilder()
newBuilder(MinuteRange prototype)
public static MinuteRange.Builder newBuilder(MinuteRange prototype)
public static MinuteRange parseDelimitedFrom(InputStream input)
public static MinuteRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MinuteRange parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MinuteRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MinuteRange parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MinuteRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MinuteRange parseFrom(CodedInputStream input)
public static MinuteRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MinuteRange parseFrom(InputStream input)
public static MinuteRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MinuteRange parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MinuteRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MinuteRange> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public MinuteRange getDefaultInstanceForType()
getEndMinutesAgo()
public int getEndMinutesAgo()
The inclusive end minute for the query as a number of minutes before now.
Cannot be before startMinutesAgo
. For example, "endMinutesAgo": 15
specifies the report should include event data from prior to 15 minutes
ago.
If unspecified, endMinutesAgo
is defaulted to 0. Standard Analytics
properties can request any minute in the last 30 minutes of event data
(endMinutesAgo <= 29
), and 360 Analytics properties can request any
minute in the last 60 minutes of event data (endMinutesAgo <= 59
).
optional int32 end_minutes_ago = 2;
Returns |
Type |
Description |
int |
The endMinutesAgo.
|
getName()
Assigns a name to this minute range. The dimension dateRange
is valued to
this name in a report response. If set, cannot begin with date_range_
or
RESERVED_
. If not set, minute ranges are named by their zero based index
in the request: date_range_0
, date_range_1
, etc.
string name = 3;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Assigns a name to this minute range. The dimension dateRange
is valued to
this name in a report response. If set, cannot begin with date_range_
or
RESERVED_
. If not set, minute ranges are named by their zero based index
in the request: date_range_0
, date_range_1
, etc.
string name = 3;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<MinuteRange> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartMinutesAgo()
public int getStartMinutesAgo()
The inclusive start minute for the query as a number of minutes before now.
For example, "startMinutesAgo": 29
specifies the report should include
event data from 29 minutes ago and after. Cannot be after endMinutesAgo
.
If unspecified, startMinutesAgo
is defaulted to 29. Standard Analytics
properties can request up to the last 30 minutes of event data
(startMinutesAgo <= 29
), and 360 Analytics properties can request up to
the last 60 minutes of event data (startMinutesAgo <= 59
).
optional int32 start_minutes_ago = 1;
Returns |
Type |
Description |
int |
The startMinutesAgo.
|
hasEndMinutesAgo()
public boolean hasEndMinutesAgo()
The inclusive end minute for the query as a number of minutes before now.
Cannot be before startMinutesAgo
. For example, "endMinutesAgo": 15
specifies the report should include event data from prior to 15 minutes
ago.
If unspecified, endMinutesAgo
is defaulted to 0. Standard Analytics
properties can request any minute in the last 30 minutes of event data
(endMinutesAgo <= 29
), and 360 Analytics properties can request any
minute in the last 60 minutes of event data (endMinutesAgo <= 59
).
optional int32 end_minutes_ago = 2;
Returns |
Type |
Description |
boolean |
Whether the endMinutesAgo field is set.
|
hasStartMinutesAgo()
public boolean hasStartMinutesAgo()
The inclusive start minute for the query as a number of minutes before now.
For example, "startMinutesAgo": 29
specifies the report should include
event data from 29 minutes ago and after. Cannot be after endMinutesAgo
.
If unspecified, startMinutesAgo
is defaulted to 29. Standard Analytics
properties can request up to the last 30 minutes of event data
(startMinutesAgo <= 29
), and 360 Analytics properties can request up to
the last 60 minutes of event data (startMinutesAgo <= 59
).
optional int32 start_minutes_ago = 1;
Returns |
Type |
Description |
boolean |
Whether the startMinutesAgo field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MinuteRange.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MinuteRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MinuteRange.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides