ProjectsLocationsSchemaRegistriesResource class

Constructors

ProjectsLocationsSchemaRegistriesResource.new(ApiRequester client)

Methods

create(CreateSchemaRegistryRequest request, String parent, {String? $fields}) Future<SchemaRegistry>
Create a schema registry instance.
delete(String name, {String? $fields}) Future<Empty>
Delete a schema registry instance.
get(String name, {String? $fields}) Future<SchemaRegistry>
Get the schema registry instance.
list(String parent, {String? view, String? $fields}) Future<ListSchemaRegistriesResponse>
List schema registries.
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