Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::ListStreamObjectsResponse.
Response containing the objects for a stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page.
#stream_objects
def stream_objects() -> ::Array<::Google::Cloud::Datastream::V1::StreamObject>
Returns
- (::Array<::Google::Cloud::Datastream::V1::StreamObject>) — List of stream objects.
#stream_objects=
def stream_objects=(value) -> ::Array<::Google::Cloud::Datastream::V1::StreamObject>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::StreamObject>) — List of stream objects.
Returns
- (::Array<::Google::Cloud::Datastream::V1::StreamObject>) — List of stream objects.