Class: Google::Cloud::DeviceStreaming::V1::Fail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/devicestreaming/v1/adb_service.rb

Overview

Message signifying that the stream failed to open

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns A user-displayable failure reason.

Returns:

  • (::String)

    A user-displayable failure reason.



179
180
181
182
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 179

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