public interface ListGlossaryEntriesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossaryEntries(int index)
public abstract GlossaryEntry getGlossaryEntries(int index)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GlossaryEntry |
|
getGlossaryEntriesCount()
public abstract int getGlossaryEntriesCount()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getGlossaryEntriesList()
public abstract List<GlossaryEntry> getGlossaryEntriesList()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<GlossaryEntry> |
|
getGlossaryEntriesOrBuilder(int index)
public abstract GlossaryEntryOrBuilder getGlossaryEntriesOrBuilder(int index)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GlossaryEntryOrBuilder |
|
getGlossaryEntriesOrBuilderList()
public abstract List<? extends GlossaryEntryOrBuilder> getGlossaryEntriesOrBuilderList()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.translate.v3.GlossaryEntryOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |