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 custom class, which will become the final
component of the custom class' resource name.
|
com.google.protobuf.ByteString |
getCustomClassIdBytes()
The ID to use for the custom class, which will become the final
component of the custom class' resource name.
|
CustomClassOrBuilder |
getCustomClassOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasCustomClass()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource where this custom class will be created.
Format:
{api_version}/projects/{project}/locations/{location}/customClasses
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource where this custom class will be created.
Format:
{api_version}/projects/{project}/locations/{location}/customClasses
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getCustomClassId()
The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string custom_class_id = 2;com.google.protobuf.ByteString getCustomClassIdBytes()
The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string custom_class_id = 2;boolean hasCustomClass()
Required. The custom class to create.
.google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
CustomClass getCustomClass()
Required. The custom class to create.
.google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
CustomClassOrBuilder getCustomClassOrBuilder()
Required. The custom class to create.
.google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2021 Google LLC. All rights reserved.