- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all schema revisions for the named schema.
HTTP request
Path parameters
Parameters | |
---|---|
name |
Required. The name of the schema to list revisions for. |
Query parameters
Parameters | |
---|---|
view |
The set of Schema fields to return in the response. If not set, returns Schemas with |
pageSize |
The maximum number of revisions to return per page. |
pageToken |
The page token, received from a previous schemas.listRevisions call. Provide this to retrieve the subsequent page. |
Request body
The request body must be empty.
Response body
Response for the schemas.listRevisions
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"schemas": [
{
object ( |
Fields | |
---|---|
schemas[] |
The revisions of the schema. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/pubsub
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.