Class: Google::Cloud::Speech::V2::UpdateConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::UpdateConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Request message for the UpdateConfig method.
Instance Attribute Summary collapse
-
#config ⇒ ::Google::Cloud::Speech::V2::Config
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#config ⇒ ::Google::Cloud::Speech::V2::Config
Returns Required. The config to update.
The config's name
field is used to identify the config to be updated.
The expected format is projects/{project}/locations/{location}/config
.
1446 1447 1448 1449 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1446 class UpdateConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
1446 1447 1448 1449 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1446 class UpdateConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |