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
-
(::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 isprojects/{project}/locations/{location}/config
.
#config=
def config=(value) -> ::Google::Cloud::Speech::V2::Config
-
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 isprojects/{project}/locations/{location}/config
.
-
(::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 isprojects/{project}/locations/{location}/config
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.