Reference documentation and code samples for the Cloud Speech V2 Client class CreateCustomClassRequest.
Request message for the CreateCustomClass method.
Generated from protobuf message google.cloud.speech.v2.CreateCustomClassRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ custom_class
↳ validate_only
bool
If set, validate the request and preview the CustomClass, but do not actually create it.
↳ custom_class_id
string
The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
↳ parent
string
Required. The project and location where this CustomClass will be created. The expected format is projects/{project}/locations/{location}
.
getCustomClass
Required. The CustomClass to create.
Generated from protobuf field .google.cloud.speech.v2.CustomClass custom_class = 1 [(.google.api.field_behavior) = REQUIRED];
hasCustomClass
clearCustomClass
setCustomClass
Required. The CustomClass to create.
Generated from protobuf field .google.cloud.speech.v2.CustomClass custom_class = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getValidateOnly
If set, validate the request and preview the CustomClass, but do not actually create it.
Generated from protobuf field bool validate_only = 2;
bool
setValidateOnly
If set, validate the request and preview the CustomClass, but do not actually create it.
Generated from protobuf field bool validate_only = 2;
var
bool
$this
getCustomClassId
The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Generated from protobuf field string custom_class_id = 3;
string
setCustomClassId
The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Generated from protobuf field string custom_class_id = 3;
var
string
$this
getParent
Required. The project and location where this CustomClass will be created.
The expected format is projects/{project}/locations/{location}
.
Generated from protobuf field string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. The project and location where this CustomClass will be created.
The expected format is projects/{project}/locations/{location}
.
Generated from protobuf field string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this