public interface ListCustomClassesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomClass |
getCustomClasses(int index)
The custom classes.
|
int |
getCustomClassesCount()
The custom classes.
|
List<CustomClass> |
getCustomClassesList()
The custom classes.
|
CustomClassOrBuilder |
getCustomClassesOrBuilder(int index)
The custom classes.
|
List<? extends CustomClassOrBuilder> |
getCustomClassesOrBuilderList()
The custom classes.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomClass> getCustomClassesList()
The custom classes.
repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;CustomClass getCustomClasses(int index)
The custom classes.
repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;int getCustomClassesCount()
The custom classes.
repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;List<? extends CustomClassOrBuilder> getCustomClassesOrBuilderList()
The custom classes.
repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;CustomClassOrBuilder getCustomClassesOrBuilder(int index)
The custom classes.
repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.