Class MinuteRange.Builder (0.55.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

Static 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
Overrides

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
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;

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
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;

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
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;

Returns
Type Description
MinuteRange.Builder

This builder for chaining.

clone()

public MinuteRange.Builder clone()
Returns
Type Description
MinuteRange.Builder
Overrides

getDefaultInstanceForType()

public MinuteRange getDefaultInstanceForType()
Returns
Type Description
MinuteRange

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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()

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MinuteRange.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MinuteRange.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MinuteRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MinuteRange.Builder
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.

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
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.

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
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.

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
Overrides