- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MinuteRange.BuilderImplements
MinuteRangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MinuteRange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
build()
public MinuteRange build()
Returns | |
---|---|
Type | Description |
MinuteRange |
buildPartial()
public MinuteRange buildPartial()
Returns | |
---|---|
Type | Description |
MinuteRange |
clear()
public MinuteRange.Builder clear()
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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;
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MinuteRange.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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;
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public MinuteRange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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;
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
clone()
public MinuteRange.Builder clone()
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
getDefaultInstanceForType()
public MinuteRange getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MinuteRange |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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()
public String 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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(MinuteRange other)
public MinuteRange.Builder mergeFrom(MinuteRange other)
Parameter | |
---|---|
Name | Description |
other |
MinuteRange |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MinuteRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public MinuteRange.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MinuteRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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. |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MinuteRange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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. |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
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. |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MinuteRange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
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. |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final MinuteRange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
MinuteRange.Builder |