ProjectsLocationsPhraseSetsResource class

Constructors

ProjectsLocationsPhraseSetsResource(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(PhraseSet request, String parent, {String? phraseSetId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a PhraseSet.
delete(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes the PhraseSet.
get(String name, {String? $fields}) Future<PhraseSet>
Returns the requested PhraseSet.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListPhraseSetsResponse>
Lists PhraseSets.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(PhraseSet request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the PhraseSet.
toString() String
A string representation of this object.
inherited
undelete(UndeletePhraseSetRequest request, String name, {String? $fields}) Future<Operation>
Undeletes the PhraseSet.

Operators

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