- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
Use this method to list the objects of a specific stream.
HTTP request
GET https://datastream.googleapis.com/v1/{parent}/objects
Path parameters
Parameters | |
---|---|
parent |
Required. The parent stream that owns the collection of objects. |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Page token received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response containing the objects for a stream.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"streamObjects": [
{
object ( |
Fields | |
---|---|
streamObjects[] |
List of stream objects. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.