public interface CreateCustomClassRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomClass |
getCustomClass()
Required.
|
String |
getCustomClassId()
The ID to use for the CustomClass, which will become the final component of
the CustomClass's resource name.
|
com.google.protobuf.ByteString |
getCustomClassIdBytes()
The ID to use for the CustomClass, which will become the final component of
the CustomClass's resource name.
|
CustomClassOrBuilder |
getCustomClassOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
getValidateOnly()
If set, validate the request and preview the CustomClass, but do not
actually create it.
|
boolean |
hasCustomClass()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCustomClass()
Required. The CustomClass to create.
.google.cloud.speech.v2.CustomClass custom_class = 1 [(.google.api.field_behavior) = REQUIRED];
CustomClass getCustomClass()
Required. The CustomClass to create.
.google.cloud.speech.v2.CustomClass custom_class = 1 [(.google.api.field_behavior) = REQUIRED];
CustomClassOrBuilder getCustomClassOrBuilder()
Required. The CustomClass to create.
.google.cloud.speech.v2.CustomClass custom_class = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getValidateOnly()
If set, validate the request and preview the CustomClass, but do not actually create it.
bool validate_only = 2;String 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]-/.
string custom_class_id = 3;com.google.protobuf.ByteString getCustomClassIdBytes()
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]-/.
string custom_class_id = 3;String getParent()
Required. The project and location where this CustomClass will be created.
The expected format is `projects/{project}/locations/{location}`.
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location where this CustomClass will be created.
The expected format is `projects/{project}/locations/{location}`.
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.