ProjectsLocationsGlossariesResource class

Constructors

ProjectsLocationsGlossariesResource(ApiRequester client)

Properties

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

Methods

create(Glossary request, String parent, {String? $fields}) Future<Operation>
Creates a glossary and returns the long-running operation.
delete(String name, {String? $fields}) Future<Operation>
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
get(String name, {String? $fields}) Future<Glossary>
Gets a glossary.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListGlossariesResponse>
Lists glossaries in a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Glossary request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates a glossary.
toString() String
A string representation of this object.
inherited

Operators

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