ProjectsLocationsSchemaRegistriesContextsSubjectsVersionsResource class
Methods
-
create(CreateVersionRequest request, String parent, {String? $fields})
→ Future<CreateVersionResponse>
-
Register a new version under a given subject with the given schema.
-
delete(String name, {bool? permanent, String? $fields})
→ Future<HttpBody>
-
Delete a version of a subject.
-
get(String name, {bool? deleted, String? $fields})
→ Future<SchemaVersion>
-
Get a versioned schema (schema with subject/version) of a subject.
-
getSchema(String name, {bool? deleted, String? $fields})
→ Future<HttpBody>
-
Get the schema string only for a version of a subject.
-
list(String parent, {bool? deleted, String? $fields})
→ Future<HttpBody>
-
Get all versions of a subject.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited