Class: Google::Cloud::Video::Transcoder::V1beta1::FailureDetail

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

Additional information about the reasons for the failure.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns A description of the failure.

Returns:

  • (::String)

    A description of the failure.



1032
1033
1034
1035
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 1032

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