Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::DeleteCustomClassRequest (v0.11.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::DeleteCustomClassRequest.

Request message for the DeleteCustomClass method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

defallow_missing()->::Boolean
Returns
  • (::Boolean) — 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).

#allow_missing=

defallow_missing=(value)->::Boolean
Parameter
  • value (::Boolean) — 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).
Returns
  • (::Boolean) — 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

defetag()->::String
Returns
  • (::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.

#etag=

defetag=(value)->::String
Parameter
  • value (::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.
Returns
  • (::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.

#name

defname()->::String
Returns
  • (::String) — Required. The name of the CustomClass to delete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}

#name=

defname=(value)->::String
Parameter
  • value (::String) — Required. The name of the CustomClass to delete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}
Returns
  • (::String) — Required. The name of the CustomClass to delete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}

#validate_only

defvalidate_only()->::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the deleted CustomClass, but do not actually delete it.

#validate_only=

defvalidate_only=(value)->::Boolean
Parameter
  • value (::Boolean) — If set, validate the request and preview the deleted CustomClass, but do not actually delete it.
Returns
  • (::Boolean) — If set, validate the request and preview the deleted CustomClass, but do not actually delete it.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.