Class: Google::Cloud::Video::Transcoder::V1beta1::Progress

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Estimated fractional progress for each step, from 0 to 1.

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed::Float

Returns Estimated fractional progress for analyzing step.

Returns:

  • (::Float)

    Estimated fractional progress for analyzing step.



1023
1024
1025
1026
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 1023

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#encoded::Float

Returns Estimated fractional progress for encoding step.

Returns:

  • (::Float)

    Estimated fractional progress for encoding step.



1023
1024
1025
1026
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 1023

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notified::Float

Returns Estimated fractional progress for notifying step.

Returns:

  • (::Float)

    Estimated fractional progress for notifying step.



1023
1024
1025
1026
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 1023

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uploaded::Float

Returns Estimated fractional progress for uploading step.

Returns:

  • (::Float)

    Estimated fractional progress for uploading step.



1023
1024
1025
1026
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 1023

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end