ProjectsLocationsSchemaRegistriesContextsSubjectsVersionsResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
referencedby ProjectsLocationsSchemaRegistriesContextsSubjectsVersionsReferencedbyResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited