projects
Lists schemas in a project.
get/v1/{+parent}/schemas
Path parameters
parentstring required
Required. The name of the project in which to list schemas. Format is projects/{project-id}.
Query parameters
pageSizeinteger
Maximum number of schemas to return.
pageTokenstring
The value returned by the last ListSchemasResponse; indicates that this is a continuation of a prior ListSchemas call, and that the system should return the next page of data.
view'SCHEMA_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'
The set of Schema fields to return in the response. If not set, returns Schemas with name and type, but not definition. Set to FULL to retrieve all fields.
Response
Successful response