public static final class Progress.Builder extends GeneratedMessageV3.Builder<Progress.Builder> implements ProgressOrBuilder
Estimated fractional progress for each step, from 0
to 1
.
Protobuf type google.cloud.video.transcoder.v1beta1.Progress
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Progress.BuilderImplements
ProgressOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Progress.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Progress.Builder |
build()
public Progress build()
Type | Description |
Progress |
buildPartial()
public Progress buildPartial()
Type | Description |
Progress |
clear()
public Progress.Builder clear()
Type | Description |
Progress.Builder |
clearAnalyzed()
public Progress.Builder clearAnalyzed()
Estimated fractional progress for analyzing
step.
double analyzed = 1;
Type | Description |
Progress.Builder | This builder for chaining. |
clearEncoded()
public Progress.Builder clearEncoded()
Estimated fractional progress for encoding
step.
double encoded = 2;
Type | Description |
Progress.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Progress.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Progress.Builder |
clearNotified()
public Progress.Builder clearNotified()
Estimated fractional progress for notifying
step.
double notified = 4;
Type | Description |
Progress.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Progress.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Progress.Builder |
clearUploaded()
public Progress.Builder clearUploaded()
Estimated fractional progress for uploading
step.
double uploaded = 3;
Type | Description |
Progress.Builder | This builder for chaining. |
clone()
public Progress.Builder clone()
Type | Description |
Progress.Builder |
getAnalyzed()
public double getAnalyzed()
Estimated fractional progress for analyzing
step.
double analyzed = 1;
Type | Description |
double | The analyzed. |
getDefaultInstanceForType()
public Progress getDefaultInstanceForType()
Type | Description |
Progress |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEncoded()
public double getEncoded()
Estimated fractional progress for encoding
step.
double encoded = 2;
Type | Description |
double | The encoded. |
getNotified()
public double getNotified()
Estimated fractional progress for notifying
step.
double notified = 4;
Type | Description |
double | The notified. |
getUploaded()
public double getUploaded()
Estimated fractional progress for uploading
step.
double uploaded = 3;
Type | Description |
double | The uploaded. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Progress other)
public Progress.Builder mergeFrom(Progress other)
Name | Description |
other | Progress |
Type | Description |
Progress.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Progress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Progress.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Progress.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Progress.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Progress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Progress.Builder |
setAnalyzed(double value)
public Progress.Builder setAnalyzed(double value)
Estimated fractional progress for analyzing
step.
double analyzed = 1;
Name | Description |
value | double The analyzed to set. |
Type | Description |
Progress.Builder | This builder for chaining. |
setEncoded(double value)
public Progress.Builder setEncoded(double value)
Estimated fractional progress for encoding
step.
double encoded = 2;
Name | Description |
value | double The encoded to set. |
Type | Description |
Progress.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Progress.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Progress.Builder |
setNotified(double value)
public Progress.Builder setNotified(double value)
Estimated fractional progress for notifying
step.
double notified = 4;
Name | Description |
value | double The notified to set. |
Type | Description |
Progress.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Progress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Progress.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Progress.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Progress.Builder |
setUploaded(double value)
public Progress.Builder setUploaded(double value)
Estimated fractional progress for uploading
step.
double uploaded = 3;
Name | Description |
value | double The uploaded to set. |
Type | Description |
Progress.Builder | This builder for chaining. |