Cloud Speech-to-Text v2 API - Class UndeleteCustomClassRequest (1.0.0-beta09)

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

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

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

Inheritance

object > UndeleteCustomClassRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

UndeleteCustomClassRequest()

public UndeleteCustomClassRequest()

UndeleteCustomClassRequest(UndeleteCustomClassRequest)

public UndeleteCustomClassRequest(UndeleteCustomClassRequest other)
Parameter
NameDescription
otherUndeleteCustomClassRequest

Properties

CustomClassName

public CustomClassName CustomClassName { get; set; }

CustomClassName-typed view over the Name resource name property.

Property Value
TypeDescription
CustomClassName

Etag

public string Etag { get; set; }

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The name of the CustomClass to undelete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.

Property Value
TypeDescription
bool