public static final class Storage.Progress.Builder extends GeneratedMessageV3.Builder<Storage.Progress.Builder> implements Storage.ProgressOrBuilder
Protobuf type google.cloud.bigquery.storage.v1beta1.Progress
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Storage.Progress.BuilderImplements
Storage.ProgressOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Storage.Progress.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Storage.Progress.Builder |
build()
public Storage.Progress build()
Type | Description |
Storage.Progress |
buildPartial()
public Storage.Progress buildPartial()
Type | Description |
Storage.Progress |
clear()
public Storage.Progress.Builder clear()
Type | Description |
Storage.Progress.Builder |
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;
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;
Type | Description |
Storage.Progress.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Storage.Progress.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Storage.Progress.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Storage.Progress.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Storage.Progress.Builder |
clone()
public Storage.Progress.Builder clone()
Type | Description |
Storage.Progress.Builder |
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;
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;
Type | Description |
float | The atResponseStart. |
getDefaultInstanceForType()
public Storage.Progress getDefaultInstanceForType()
Type | Description |
Storage.Progress |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Storage.Progress other)
public Storage.Progress.Builder mergeFrom(Storage.Progress other)
Name | Description |
other | Storage.Progress |
Type | Description |
Storage.Progress.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Storage.Progress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Storage.Progress.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Storage.Progress.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Storage.Progress.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Storage.Progress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Storage.Progress.Builder |
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;
Name | Description |
value | float The atResponseEnd to set. |
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;
Name | Description |
value | float The atResponseStart to set. |
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)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Storage.Progress.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Storage.Progress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Storage.Progress.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Storage.Progress.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Storage.Progress.Builder |