Class: Google::Cloud::DeviceStreaming::V1::StreamStatus

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

The result of a stream.

Instance Attribute Summary collapse

Instance Attribute Details

#fail::Google::Cloud::DeviceStreaming::V1::Fail

Returns Fail for failure.

Note: The following fields are mutually exclusive: fail, okay. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::DeviceStreaming::V1::Fail)

    Fail for failure.

    Note: The following fields are mutually exclusive: fail, okay. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 132

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

#okay::Google::Cloud::DeviceStreaming::V1::Okay

Returns Okay for success.

Note: The following fields are mutually exclusive: okay, fail. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::DeviceStreaming::V1::Okay)

    Okay for success.

    Note: The following fields are mutually exclusive: okay, fail. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 132

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

#stream_id::Integer

Returns The unique ID of this stream, assigned by the client.

Returns:

  • (::Integer)

    The unique ID of this stream, assigned by the client.



132
133
134
135
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 132

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