ProjectsLocationsSchemaRegistriesModeResource class

Constructors

ProjectsLocationsSchemaRegistriesModeResource.new(ApiRequester client)

Properties

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

Methods

delete(String name, {String? $fields}) Future<SchemaMode>
Delete schema mode for a subject.
get(String name, {String? $fields}) Future<SchemaMode>
Get mode at global level or for 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
update(UpdateSchemaModeRequest request, String name, {String? $fields}) Future<SchemaMode>
Update mode at global level or for a subject.

Operators

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