Class Progress.Builder (3.1.0)

public static final class Progress.Builder extends GeneratedMessageV3.Builder<Progress.Builder> implements ProgressOrBuilder

Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.

Protobuf type google.firestore.admin.v1.Progress

Implements

ProgressOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Progress build()
Returns
TypeDescription
Progress

buildPartial()

public Progress buildPartial()
Returns
TypeDescription
Progress

clear()

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

clearCompletedWork()

public Progress.Builder clearCompletedWork()

The amount of work completed.

int64 completed_work = 2;

Returns
TypeDescription
Progress.Builder

This builder for chaining.

clearEstimatedWork()

public Progress.Builder clearEstimatedWork()

The amount of work estimated.

int64 estimated_work = 1;

Returns
TypeDescription
Progress.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getCompletedWork()

public long getCompletedWork()

The amount of work completed.

int64 completed_work = 2;

Returns
TypeDescription
long

The completedWork.

getDefaultInstanceForType()

public Progress getDefaultInstanceForType()
Returns
TypeDescription
Progress

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEstimatedWork()

public long getEstimatedWork()

The amount of work estimated.

int64 estimated_work = 1;

Returns
TypeDescription
long

The estimatedWork.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Progress other)

public Progress.Builder mergeFrom(Progress other)
Parameter
NameDescription
otherProgress
Returns
TypeDescription
Progress.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Progress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Progress.Builder
Overrides

setCompletedWork(long value)

public Progress.Builder setCompletedWork(long value)

The amount of work completed.

int64 completed_work = 2;

Parameter
NameDescription
valuelong

The completedWork to set.

Returns
TypeDescription
Progress.Builder

This builder for chaining.

setEstimatedWork(long value)

public Progress.Builder setEstimatedWork(long value)

The amount of work estimated.

int64 estimated_work = 1;

Parameter
NameDescription
valuelong

The estimatedWork to set.

Returns
TypeDescription
Progress.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public Progress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Progress.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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