ProjectsLocationsGlossariesGlossaryEntriesResource class

Constructors

ProjectsLocationsGlossariesGlossaryEntriesResource(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

create(GlossaryEntry request, String parent, {String? $fields}) Future<GlossaryEntry>
Creates a glossary entry.
delete(String name, {String? $fields}) Future<Empty>
Deletes a single entry from the glossary
get(String name, {String? $fields}) Future<GlossaryEntry>
Gets a single glossary entry by the given id.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListGlossaryEntriesResponse>
List the entries for the glossary.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GlossaryEntry request, String name, {String? $fields}) Future<GlossaryEntry>
Updates a glossary entry.
toString() String
A string representation of this object.
inherited

Operators

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