ProjectsLocationsGlossariesResource class
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