Class: Google::Cloud::Datastream::V1::ListStreamObjectsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ListStreamObjectsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response containing the objects for a stream.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#stream_objects ⇒ ::Array<::Google::Cloud::Datastream::V1::StreamObject>
List of stream objects.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
492 493 494 495 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 492 class ListStreamObjectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_objects ⇒ ::Array<::Google::Cloud::Datastream::V1::StreamObject>
Returns List of stream objects.
492 493 494 495 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 492 class ListStreamObjectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |