Class ListStreamsResponse (1.0.1)

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

Response message for listing streams.

Attributes

NameDescription
streams Sequence[google.cloud.datastream_v1.types.Stream]
List of streams
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListStreamsResponse