public interface ListGlossariesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossaries(int index)
public abstract Glossary getGlossaries(int index)The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Glossary |
|
getGlossariesCount()
public abstract int getGlossariesCount()The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGlossariesList()
public abstract List<Glossary> getGlossariesList()The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Returns | |
|---|---|
| Type | Description |
List<Glossary> |
|
getGlossariesOrBuilder(int index)
public abstract GlossaryOrBuilder getGlossariesOrBuilder(int index)The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GlossaryOrBuilder |
|
getGlossariesOrBuilderList()
public abstract List<? extends GlossaryOrBuilder> getGlossariesOrBuilderList()The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.translate.v3.GlossaryOrBuilder> |
|
getNextPageToken()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |