Class: Google::Cloud::Speech::V2::UpdateCustomClassRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Request message for the UpdateCustomClass method.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_class::Google::Cloud::Speech::V2::CustomClass

Returns 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}.



1744
1745
1746
1747
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1744

class UpdateCustomClassRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated. If empty, all fields are considered for update.

Returns:



1744
1745
1746
1747
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1744

class UpdateCustomClassRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

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



1744
1745
1746
1747
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1744

class UpdateCustomClassRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end