Lines Matching full:schemas
45 post: "/v1/{parent=projects/*}/schemas"
54 get: "/v1/{name=projects/*/schemas/*}"
59 // Lists schemas in a project.
62 get: "/v1/{parent=projects/*}/schemas"
71 get: "/v1/{name=projects/*/schemas/*}:listRevisions"
79 post: "/v1/{name=projects/*/schemas/*}:commit"
88 post: "/v1/{name=projects/*/schemas/*}:rollback"
97 delete: "/v1/{name=projects/*/schemas/*}:deleteRevision"
105 delete: "/v1/{name=projects/*/schemas/*}"
113 post: "/v1/{parent=projects/*}/schemas:validate"
123 post: "/v1/{parent=projects/*}/schemas:validateMessage"
133 pattern: "projects/{project}/schemas/{schema}"
149 // Format is `projects/{project}/schemas/{schema}`.
213 // Format is `projects/{project}/schemas/{schema}`.
226 // Required. The name of the project in which to list schemas.
236 // Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
240 // Maximum number of schemas to return.
251 // The resulting schemas.
252 repeated Schema schemas = 1; field
254 // If not empty, indicates that there may be more schemas that match the
268 // Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
283 repeated Schema schemas = 1; field
293 // Format is `projects/{project}/schemas/{schema}`.
323 // Example: `projects/123/schemas/my-schema@c7cfa2a8`
339 // Format is `projects/{project}/schemas/{schema}`.
348 // Required. The name of the project in which to validate schemas.
367 // Required. The name of the project in which to validate schemas.
379 // Format is `projects/{project}/schemas/{schema}`.