Class Storage.Progress.Builder (3.5.1)

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

Protobuf type google.cloud.bigquery.storage.v1beta1.Progress

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Storage.Progress build()
Returns
Type Description
Storage.Progress

buildPartial()

public Storage.Progress buildPartial()
Returns
Type Description
Storage.Progress

clear()

public Storage.Progress.Builder clear()
Returns
Type Description
Storage.Progress.Builder
Overrides

clearAtResponseEnd()

public Storage.Progress.Builder clearAtResponseEnd()

Similar to at_response_start, except that this value includes the rows in the current response.

float at_response_end = 2;

Returns
Type Description
Storage.Progress.Builder

This builder for chaining.

clearAtResponseStart()

public Storage.Progress.Builder clearAtResponseStart()

The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message.

This value, along with at_response_end, can be used to interpolate the progress made as the rows in the message are being processed using the following formula: at_response_start + (at_response_end - at_response_start) * rows_processed_from_response / rows_in_response.

Note that if a filter is provided, the at_response_end value of the previous response may not necessarily be equal to the at_response_start value of the current response.

float at_response_start = 1;

Returns
Type Description
Storage.Progress.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public Storage.Progress.Builder clone()
Returns
Type Description
Storage.Progress.Builder
Overrides

getAtResponseEnd()

public float getAtResponseEnd()

Similar to at_response_start, except that this value includes the rows in the current response.

float at_response_end = 2;

Returns
Type Description
float

The atResponseEnd.

getAtResponseStart()

public float getAtResponseStart()

The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message.

This value, along with at_response_end, can be used to interpolate the progress made as the rows in the message are being processed using the following formula: at_response_start + (at_response_end - at_response_start) * rows_processed_from_response / rows_in_response.

Note that if a filter is provided, the at_response_end value of the previous response may not necessarily be equal to the at_response_start value of the current response.

float at_response_start = 1;

Returns
Type Description
float

The atResponseStart.

getDefaultInstanceForType()

public Storage.Progress getDefaultInstanceForType()
Returns
Type Description
Storage.Progress

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Storage.Progress other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAtResponseEnd(float value)

public Storage.Progress.Builder setAtResponseEnd(float value)

Similar to at_response_start, except that this value includes the rows in the current response.

float at_response_end = 2;

Parameter
Name Description
value float

The atResponseEnd to set.

Returns
Type Description
Storage.Progress.Builder

This builder for chaining.

setAtResponseStart(float value)

public Storage.Progress.Builder setAtResponseStart(float value)

The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message.

This value, along with at_response_end, can be used to interpolate the progress made as the rows in the message are being processed using the following formula: at_response_start + (at_response_end - at_response_start) * rows_processed_from_response / rows_in_response.

Note that if a filter is provided, the at_response_end value of the previous response may not necessarily be equal to the at_response_start value of the current response.

float at_response_start = 1;

Parameter
Name Description
value float

The atResponseStart to set.

Returns
Type Description
Storage.Progress.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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