Class ExportBundleInfo.Builder (0.14.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportBundleInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

build()

public ExportBundleInfo build()
Returns
TypeDescription
ExportBundleInfo

buildPartial()

public ExportBundleInfo buildPartial()
Returns
TypeDescription
ExportBundleInfo

clear()

public ExportBundleInfo.Builder clear()
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

clearBundleSequenceId()

public ExportBundleInfo.Builder clearBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
TypeDescription
ExportBundleInfo.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ExportBundleInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportBundleInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

clearServerTimestampOffsetMicros()

public ExportBundleInfo.Builder clearServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
TypeDescription
ExportBundleInfo.Builder

This builder for chaining.

clone()

public ExportBundleInfo.Builder clone()
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

getBundleSequenceId()

public int getBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
TypeDescription
int

The bundleSequenceId.

getDefaultInstanceForType()

public ExportBundleInfo getDefaultInstanceForType()
Returns
TypeDescription
ExportBundleInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getServerTimestampOffsetMicros()

public long getServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
TypeDescription
long

The serverTimestampOffsetMicros.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportBundleInfo other)

public ExportBundleInfo.Builder mergeFrom(ExportBundleInfo other)
Parameter
NameDescription
otherExportBundleInfo
Returns
TypeDescription
ExportBundleInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportBundleInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExportBundleInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportBundleInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueint

The bundleSequenceId to set.

Returns
TypeDescription
ExportBundleInfo.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExportBundleInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides

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

public ExportBundleInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valuelong

The serverTimestampOffsetMicros to set.

Returns
TypeDescription
ExportBundleInfo.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportBundleInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportBundleInfo.Builder
Overrides