public interface ListPhraseSetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
PhraseSet |
getPhraseSets(int index)
The phrase set.
|
int |
getPhraseSetsCount()
The phrase set.
|
List<PhraseSet> |
getPhraseSetsList()
The phrase set.
|
PhraseSetOrBuilder |
getPhraseSetsOrBuilder(int index)
The phrase set.
|
List<? extends PhraseSetOrBuilder> |
getPhraseSetsOrBuilderList()
The phrase set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PhraseSet> getPhraseSetsList()
The phrase set.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;PhraseSet getPhraseSets(int index)
The phrase set.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;int getPhraseSetsCount()
The phrase set.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;List<? extends PhraseSetOrBuilder> getPhraseSetsOrBuilderList()
The phrase set.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;PhraseSetOrBuilder getPhraseSetsOrBuilder(int index)
The phrase set.
repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 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 © 2022 Google LLC. All rights reserved.