public interface ListGlossariesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Glossary |
getGlossaries(int index)
The list of glossaries for a project.
|
int |
getGlossariesCount()
The list of glossaries for a project.
|
List<Glossary> |
getGlossariesList()
The list of glossaries for a project.
|
GlossaryOrBuilder |
getGlossariesOrBuilder(int index)
The list of glossaries for a project.
|
List<? extends GlossaryOrBuilder> |
getGlossariesOrBuilderList()
The list of glossaries for a project.
|
String |
getNextPageToken()
A token to retrieve a page of results.
|
ByteString |
getNextPageTokenBytes()
A token to retrieve a page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Glossary> getGlossariesList()
The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
Glossary getGlossaries(int index)
The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
int getGlossariesCount()
The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
List<? extends GlossaryOrBuilder> getGlossariesOrBuilderList()
The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
GlossaryOrBuilder getGlossariesOrBuilder(int index)
The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
String getNextPageToken()
A token to retrieve a page of results. Pass this value in the [ListGlossariesRequest.page_token] field in the subsequent call to `ListGlossaries` method to retrieve the next page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A token to retrieve a page of results. Pass this value in the [ListGlossariesRequest.page_token] field in the subsequent call to `ListGlossaries` method to retrieve the next page of results.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.