Cloud Speech V2 Client - Class DeleteCustomClassRequest (1.7.0)

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

Request message for the DeleteCustomClass method.

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

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Required. The name of the CustomClass to delete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}

↳ validate_only
bool

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

↳ allow_missing
bool

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

↳ etag
string

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 CustomClass to delete.

Format: projects/{project}/locations/{location}/customClasses/{custom_class}

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
Type
Description
string

setName

Required. The name of the CustomClass to delete.

Format: projects/{project}/locations/{location}/customClasses/{custom_class}

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getValidateOnly

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

Generated from protobuf field bool validate_only = 2;

Returns
Type
Description
bool

setValidateOnly

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

Generated from protobuf field bool validate_only = 2;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getAllowMissing

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

Generated from protobuf field bool allow_missing = 4;

Returns
Type
Description
bool

setAllowMissing

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

Generated from protobuf field bool allow_missing = 4;

Parameter
Name
Description
var
bool
Returns
Type
Description
$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.

Generated from protobuf field string etag = 3;

Returns
Type
Description
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.

Generated from protobuf field string etag = 3;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: