Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdateCustomClassRequest (v0.6.0)

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

Request message for the UpdateCustomClass method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_class

defcustom_class()->::Google::Cloud::Speech::V2::CustomClass
Returns
  • (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.

    The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

#custom_class=

defcustom_class=(value)->::Google::Cloud::Speech::V2::CustomClass
Parameter
  • value (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.

    The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

Returns
  • (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.

    The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

#update_mask

defupdate_mask()->::Google::Protobuf::FieldMask
Returns

#update_mask=

defupdate_mask=(value)->::Google::Protobuf::FieldMask
Parameter
Returns

#validate_only

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

#validate_only=

defvalidate_only=(value)->::Boolean
Parameter
  • value (::Boolean) — If set, validate the request and preview the updated CustomClass, but do not actually update it.
Returns
  • (::Boolean) — If set, validate the request and preview the updated CustomClass, but do not actually update 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.