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;
| Name | Description |
| index | int |
| Type | Description |
| Glossary |
getGlossariesCount()
public abstract int getGlossariesCount()The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| Type | Description |
| int |
getGlossariesList()
public abstract List<Glossary> getGlossariesList()The list of glossaries for a project.
repeated .google.cloud.translation.v3.Glossary glossaries = 1;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |