Class ExportBundleInfo.Builder (0.15.0)

public static final class ExportBundleInfo.Builder extends GeneratedMessageV3.Builder<ExportBundleInfo.Builder> implements ExportBundleInfoOrBuilder

Message containing information regarding the bundle in which these events were uploaded.

Protobuf type google.events.firebase.analytics.v1.ExportBundleInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportBundleInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportBundleInfo.Builder
Overrides

build()

public ExportBundleInfo build()
Returns
Type Description
ExportBundleInfo

buildPartial()

public ExportBundleInfo buildPartial()
Returns
Type Description
ExportBundleInfo

clear()

public ExportBundleInfo.Builder clear()
Returns
Type Description
ExportBundleInfo.Builder
Overrides

clearBundleSequenceId()

public ExportBundleInfo.Builder clearBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
Type Description
ExportBundleInfo.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ExportBundleInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ExportBundleInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportBundleInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExportBundleInfo.Builder
Overrides

clearServerTimestampOffsetMicros()

public ExportBundleInfo.Builder clearServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
Type Description
ExportBundleInfo.Builder

This builder for chaining.

clone()

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

getBundleSequenceId()

public int getBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
Type Description
int

The bundleSequenceId.

getDefaultInstanceForType()

public ExportBundleInfo getDefaultInstanceForType()
Returns
Type Description
ExportBundleInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getServerTimestampOffsetMicros()

public long getServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
Type Description
long

The serverTimestampOffsetMicros.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportBundleInfo other)

public ExportBundleInfo.Builder mergeFrom(ExportBundleInfo other)
Parameter
Name Description
other ExportBundleInfo
Returns
Type Description
ExportBundleInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportBundleInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportBundleInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportBundleInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportBundleInfo.Builder
Overrides

setBundleSequenceId(int value)

public ExportBundleInfo.Builder setBundleSequenceId(int value)

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Parameter
Name Description
value int

The bundleSequenceId to set.

Returns
Type Description
ExportBundleInfo.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExportBundleInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportBundleInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExportBundleInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ExportBundleInfo.Builder
Overrides

setServerTimestampOffsetMicros(long value)

public ExportBundleInfo.Builder setServerTimestampOffsetMicros(long value)

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Parameter
Name Description
value long

The serverTimestampOffsetMicros to set.

Returns
Type Description
ExportBundleInfo.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportBundleInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportBundleInfo.Builder
Overrides