Cloud Speech-to-Text v2 API - Class UndeletePhraseSetRequest (1.0.0-beta09)

public sealed class UndeletePhraseSetRequest : IMessage<UndeletePhraseSetRequest>, IEquatable<UndeletePhraseSetRequest>, IDeepCloneable<UndeletePhraseSetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UndeletePhraseSetRequest.

Request message for the [UndeletePhraseSet][google.cloud.speech.v2.Speech.UndeletePhraseSet] method.

Inheritance

object > UndeletePhraseSetRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

UndeletePhraseSetRequest()

public UndeletePhraseSetRequest()

UndeletePhraseSetRequest(UndeletePhraseSetRequest)

public UndeletePhraseSetRequest(UndeletePhraseSetRequest other)
Parameter
NameDescription
otherUndeletePhraseSetRequest

Properties

Etag

public string Etag { get; set; }

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The name of the PhraseSet to undelete. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}

Property Value
TypeDescription
string

PhraseSetName

public PhraseSetName PhraseSetName { get; set; }

PhraseSetName-typed view over the Name resource name property.

Property Value
TypeDescription
PhraseSetName

ValidateOnly

public bool ValidateOnly { get; set; }

If set, validate the request and preview the undeleted PhraseSet, but do not actually undelete it.

Property Value
TypeDescription
bool