public interface CustomClassOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomClassId()
If this custom class is a resource, the custom_class_id is the resource id
of the CustomClass.
|
com.google.protobuf.ByteString |
getCustomClassIdBytes()
If this custom class is a resource, the custom_class_id is the resource id
of the CustomClass.
|
CustomClass.ClassItem |
getItems(int index)
A collection of class items.
|
int |
getItemsCount()
A collection of class items.
|
List<CustomClass.ClassItem> |
getItemsList()
A collection of class items.
|
CustomClass.ClassItemOrBuilder |
getItemsOrBuilder(int index)
A collection of class items.
|
List<? extends CustomClass.ClassItemOrBuilder> |
getItemsOrBuilderList()
A collection of class items.
|
String |
getName()
The resource name of the custom class.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the custom class.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the custom class.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the custom class.
string name = 1;String getCustomClassId()
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
string custom_class_id = 2;com.google.protobuf.ByteString getCustomClassIdBytes()
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
string custom_class_id = 2;List<CustomClass.ClassItem> getItemsList()
A collection of class items.
repeated .google.cloud.speech.v1p1beta1.CustomClass.ClassItem items = 3;CustomClass.ClassItem getItems(int index)
A collection of class items.
repeated .google.cloud.speech.v1p1beta1.CustomClass.ClassItem items = 3;int getItemsCount()
A collection of class items.
repeated .google.cloud.speech.v1p1beta1.CustomClass.ClassItem items = 3;List<? extends CustomClass.ClassItemOrBuilder> getItemsOrBuilderList()
A collection of class items.
repeated .google.cloud.speech.v1p1beta1.CustomClass.ClassItem items = 3;CustomClass.ClassItemOrBuilder getItemsOrBuilder(int index)
A collection of class items.
repeated .google.cloud.speech.v1p1beta1.CustomClass.ClassItem items = 3;Copyright © 2024 Google LLC. All rights reserved.