Class: Google::Cloud::Datastream::V1::ListStreamsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ListStreamsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response message for listing streams.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#streams ⇒ ::Array<::Google::Cloud::Datastream::V1::Stream>
List of streams.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
290 291 292 293 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 290 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streams ⇒ ::Array<::Google::Cloud::Datastream::V1::Stream>
Returns List of streams.
290 291 292 293 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 290 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
290 291 292 293 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 290 class ListStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |