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

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

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

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

Inheritance

object > DeletePhraseSetRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

DeletePhraseSetRequest()

public DeletePhraseSetRequest()

DeletePhraseSetRequest(DeletePhraseSetRequest)

public DeletePhraseSetRequest(DeletePhraseSetRequest other)
Parameter
NameDescription
otherDeletePhraseSetRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the PhraseSet is not found, the request will succeed and be a no-op (no Operation is recorded in this case).

Property Value
TypeDescription
bool

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 delete. 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 deleted PhraseSet, but do not actually delete it.

Property Value
TypeDescription
bool