Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdateConfigRequest (v0.12.0)

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

Request message for the UpdateConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config

def config() -> ::Google::Cloud::Speech::V2::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.

#config=

def config=(value) -> ::Google::Cloud::Speech::V2::Config
Parameter
  • value (::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.

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.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

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