Cloud Speech-to-Text v2 API - Class UpdateConfigRequest (1.0.0)

public sealed class UpdateConfigRequest : IMessage<UpdateConfigRequest>, IEquatable<UpdateConfigRequest>, IDeepCloneable<UpdateConfigRequest>, IBufferMessage, IMessage

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

Request message for the [UpdateConfig][google.cloud.speech.v2.Speech.UpdateConfig] method.

Inheritance

object > UpdateConfigRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

UpdateConfigRequest()

public UpdateConfigRequest()

UpdateConfigRequest(UpdateConfigRequest)

public UpdateConfigRequest(UpdateConfigRequest other)
Parameter
NameDescription
otherUpdateConfigRequest

Properties

Config

public Config Config { get; set; }

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.

Property Value
TypeDescription
Config

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated.

Property Value
TypeDescription
FieldMask