Class: Google::Cloud::Speech::V2::UpdateCustomClassRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::UpdateCustomClassRequest
- 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
-
#custom_class ⇒ ::Google::Cloud::Speech::V2::CustomClass
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
-
#validate_only ⇒ ::Boolean
If set, validate the request and preview the updated CustomClass, but do not actually update it.
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}
.
1604 1605 1606 1607 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1604 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.
1604 1605 1606 1607 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1604 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.
1604 1605 1606 1607 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1604 class UpdateCustomClassRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |