Class: Google::Cloud::VisionAI::V1::ListSeriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListSeriesResponse
- 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 Series.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#series ⇒ ::Array<::Google::Cloud::VisionAI::V1::Series>
The list of Series.
-
#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.
513 514 515 516 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 513 class ListSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#series ⇒ ::Array<::Google::Cloud::VisionAI::V1::Series>
Returns The list of Series.
513 514 515 516 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 513 class ListSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
513 514 515 516 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 513 class ListSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |