public static final class MinuteRange.Builder extends GeneratedMessageV3.Builder<MinuteRange.Builder> 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.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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MinuteRange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MinuteRange build()
buildPartial()
public MinuteRange buildPartial()
clear()
public MinuteRange.Builder clear()
Overrides
clearEndMinutesAgo()
public MinuteRange.Builder clearEndMinutesAgo()
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;
clearField(Descriptors.FieldDescriptor field)
public MinuteRange.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public MinuteRange.Builder clearName()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public MinuteRange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearStartMinutesAgo()
public MinuteRange.Builder clearStartMinutesAgo()
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;
clone()
public MinuteRange.Builder clone()
Overrides
getDefaultInstanceForType()
public MinuteRange getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MinuteRange other)
public MinuteRange.Builder mergeFrom(MinuteRange other)
public MinuteRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MinuteRange.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MinuteRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEndMinutesAgo(int value)
public MinuteRange.Builder setEndMinutesAgo(int value)
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;
Parameter |
---|
Name | Description |
value | int
The endMinutesAgo to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public MinuteRange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public MinuteRange.Builder setName(String value)
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;
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public MinuteRange.Builder setNameBytes(ByteString value)
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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MinuteRange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStartMinutesAgo(int value)
public MinuteRange.Builder setStartMinutesAgo(int value)
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;
Parameter |
---|
Name | Description |
value | int
The startMinutesAgo to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final MinuteRange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides