Class: Google::Cloud::ApigeeConnect::V1::StreamInfo

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

Overview

The Information of bi-directional stream.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Unique identifier for the stream.

Returns:

  • (::String)

    Unique identifier for the stream.



68
69
70
71
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 68

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