Reference documentation and code samples for the Cloud Speech V2 Client class UndeleteCustomClassRequest.
Request message for the UndeleteCustomClass method.
Generated from protobuf message google.cloud.speech.v2.UndeleteCustomClassRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the CustomClass to undelete. Format: projects/{project}/locations/{location}/customClasses/{custom_class}
↳ validate_only
bool
If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.
↳ etag
string
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.
getName
Required. The name of the CustomClass to undelete.
Format: projects/{project}/locations/{location}/customClasses/{custom_class}
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setName
Required. The name of the CustomClass to undelete.
Format: projects/{project}/locations/{location}/customClasses/{custom_class}
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getValidateOnly
If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.
Generated from protobuf field bool validate_only = 3;
bool
setValidateOnly
If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.
Generated from protobuf field bool validate_only = 3;
var
bool
$this
getEtag
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.
Generated from protobuf field string etag = 4;
string
setEtag
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.
Generated from protobuf field string etag = 4;
var
string
$this