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.
Implements
IMessageUndeleteCustomClassRequest, IEquatableUndeleteCustomClassRequest, IDeepCloneableUndeleteCustomClassRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
UndeleteCustomClassRequest()
public UndeleteCustomClassRequest()
UndeleteCustomClassRequest(UndeleteCustomClassRequest)
public UndeleteCustomClassRequest(UndeleteCustomClassRequest other)
Parameter | |
---|---|
Name | Description |
other |
UndeleteCustomClassRequest |
Properties
CustomClassName
public CustomClassName CustomClassName { get; set; }
CustomClassName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |