- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
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
ProgressOrBuilderMethods
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 |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
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. |