@Generated public class ListStreamsResponse extends Object
NOTE: Results are post-filtered by access permission on each stream's ingestion table. This means: - Returned results may be fewer than page_size (including zero) - Page token points to next unfiltered batch, not next filtered batch, and may point to an item that will be filtered out Callers should paginate until next_page_token is empty to retrieve all accessible streams.
| Constructor and Description |
|---|
ListStreamsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNextPageToken() |
Collection<Stream> |
getStreams() |
int |
hashCode() |
ListStreamsResponse |
setNextPageToken(String nextPageToken) |
ListStreamsResponse |
setStreams(Collection<Stream> streams) |
String |
toString() |
public ListStreamsResponse setNextPageToken(String nextPageToken)
public String getNextPageToken()
public ListStreamsResponse setStreams(Collection<Stream> streams)
public Collection<Stream> getStreams()
Copyright © 2026. All rights reserved.