Class: Google::Cloud::Speech::V2::UpdateConfigRequest

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 UpdateConfig method.

Instance Attribute Summary collapse

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.

Returns:

  • (::Google::Cloud::Speech::V2::Config)

    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.



1425
1426
1427
1428
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1425

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.

Returns:



1425
1426
1427
1428
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1425

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