Class: Google::Cloud::ApigeeConnect::V1::StreamInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::StreamInfo
- 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
-
#id ⇒ ::String
Unique identifier for the stream.
Instance Attribute Details
#id ⇒ ::String
Returns 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 |