public interface ListPhraseSetsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[page_token][google.cloud.speech.v2.ListPhraseSetsRequest.page_token] to
retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[page_token][google.cloud.speech.v2.ListPhraseSetsRequest.page_token] to
retrieve the next page.
|
PhraseSet |
getPhraseSets(int index)
The list of requested PhraseSets.
|
int |
getPhraseSetsCount()
The list of requested PhraseSets.
|
List<PhraseSet> |
getPhraseSetsList()
The list of requested PhraseSets.
|
PhraseSetOrBuilder |
getPhraseSetsOrBuilder(int index)
The list of requested PhraseSets.
|
List<? extends PhraseSetOrBuilder> |
getPhraseSetsOrBuilderList()
The list of requested PhraseSets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PhraseSet> getPhraseSetsList()
The list of requested PhraseSets.
repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;PhraseSet getPhraseSets(int index)
The list of requested PhraseSets.
repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;int getPhraseSetsCount()
The list of requested PhraseSets.
repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;List<? extends PhraseSetOrBuilder> getPhraseSetsOrBuilderList()
The list of requested PhraseSets.
repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;PhraseSetOrBuilder getPhraseSetsOrBuilder(int index)
The list of requested PhraseSets.
repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;String getNextPageToken()
A token, which can be sent as [page_token][google.cloud.speech.v2.ListPhraseSetsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [page_token][google.cloud.speech.v2.ListPhraseSetsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.