Class ListStreamObjectsResponse (1.2.0)

ListStreamObjectsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response containing the objects for a stream.

Attributes

NameDescription
stream_objects Sequence[google.cloud.datastream_v1.types.StreamObject]
List of stream objects.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page.

Inheritance

builtins.object > proto.message.Message > ListStreamObjectsResponse