Cloud Speech V2 Client - Class DeleteRecognizerRequest (2.0.1)

Reference documentation and code samples for the Cloud Speech V2 Client class DeleteRecognizerRequest.

Request message for the DeleteRecognizer method.

Generated from protobuf message google.cloud.speech.v2.DeleteRecognizerRequest

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The name of the Recognizer to delete. Format: projects/{project}/locations/{location}/recognizers/{recognizer}

↳ validate_onlybool

If set, validate the request and preview the deleted Recognizer, but do not actually delete it.

↳ allow_missingbool

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

↳ etagstring

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.

getName

Required. The name of the Recognizer to delete.

Format: projects/{project}/locations/{location}/recognizers/{recognizer}

Returns
TypeDescription
string

setName

Required. The name of the Recognizer to delete.

Format: projects/{project}/locations/{location}/recognizers/{recognizer}

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getValidateOnly

If set, validate the request and preview the deleted Recognizer, but do not actually delete it.

Returns
TypeDescription
bool

setValidateOnly

If set, validate the request and preview the deleted Recognizer, but do not actually delete it.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getAllowMissing

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

Returns
TypeDescription
bool

setAllowMissing

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

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getEtag

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.

Returns
TypeDescription
string

setEtag

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. The name of the Recognizer to delete. Format: projects/{project}/locations/{location}/recognizers/{recognizer} Please see SpeechClient::recognizerName() for help formatting this field.

Returns
TypeDescription
DeleteRecognizerRequest