Class: Google::Cloud::VisionAI::V1::ListStreamsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListStreamsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streams_service.rb
Overview
Message for response to listing Streams.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#streams ⇒ ::Array<::Google::Cloud::VisionAI::V1::Stream>
The list of Stream.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
187 188 189 190 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 187 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streams ⇒ ::Array<::Google::Cloud::VisionAI::V1::Stream>
Returns The list of Stream.
187 188 189 190 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 187 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
187 188 189 190 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 187 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |