ProjectsLocationsSynonymSetsResource class

Constructors

ProjectsLocationsSynonymSetsResource(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(GoogleCloudContentwarehouseV1SynonymSet request, String parent, {String? $fields}) Future<GoogleCloudContentwarehouseV1SynonymSet>
Creates a SynonymSet for a single context.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a SynonymSet for a given context.
get(String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1SynonymSet>
Gets a SynonymSet for a particular context.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContentwarehouseV1ListSynonymSetsResponse>
Returns all SynonymSets (for all contexts) for the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContentwarehouseV1SynonymSet request, String name, {String? $fields}) Future<GoogleCloudContentwarehouseV1SynonymSet>
Remove the existing SynonymSet for the context and replaces it with a new one.
toString() String
A string representation of this object.
inherited

Operators

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