- 2.83.0 (latest)
- 2.82.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.5
- 2.2.0
- 2.1.13
public static final class ListGlossaryEntriesResponse.Builder extends GeneratedMessage.Builder<ListGlossaryEntriesResponse.Builder> implements ListGlossaryEntriesResponseOrBuilderResponse message for ListGlossaryEntries
Protobuf type google.cloud.translation.v3.ListGlossaryEntriesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListGlossaryEntriesResponse.BuilderImplements
ListGlossaryEntriesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllGlossaryEntries(Iterable<? extends GlossaryEntry> values)
public ListGlossaryEntriesResponse.Builder addAllGlossaryEntries(Iterable<? extends GlossaryEntry> values)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.translate.v3.GlossaryEntry> |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
addGlossaryEntries(GlossaryEntry value)
public ListGlossaryEntriesResponse.Builder addGlossaryEntries(GlossaryEntry value)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GlossaryEntry |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
addGlossaryEntries(GlossaryEntry.Builder builderForValue)
public ListGlossaryEntriesResponse.Builder addGlossaryEntries(GlossaryEntry.Builder builderForValue)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GlossaryEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
addGlossaryEntries(int index, GlossaryEntry value)
public ListGlossaryEntriesResponse.Builder addGlossaryEntries(int index, GlossaryEntry value)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
GlossaryEntry |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
addGlossaryEntries(int index, GlossaryEntry.Builder builderForValue)
public ListGlossaryEntriesResponse.Builder addGlossaryEntries(int index, GlossaryEntry.Builder builderForValue)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
GlossaryEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
addGlossaryEntriesBuilder()
public GlossaryEntry.Builder addGlossaryEntriesBuilder()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GlossaryEntry.Builder |
|
addGlossaryEntriesBuilder(int index)
public GlossaryEntry.Builder addGlossaryEntriesBuilder(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.Builder |
|
build()
public ListGlossaryEntriesResponse build()| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse |
|
buildPartial()
public ListGlossaryEntriesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse |
|
clear()
public ListGlossaryEntriesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
clearGlossaryEntries()
public ListGlossaryEntriesResponse.Builder clearGlossaryEntries()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
clearNextPageToken()
public ListGlossaryEntriesResponse.Builder clearNextPageToken()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 |
ListGlossaryEntriesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListGlossaryEntriesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGlossaryEntries(int index)
public 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 |
|
getGlossaryEntriesBuilder(int index)
public GlossaryEntry.Builder getGlossaryEntriesBuilder(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.Builder |
|
getGlossaryEntriesBuilderList()
public List<GlossaryEntry.Builder> getGlossaryEntriesBuilderList()Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getGlossaryEntriesCount()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListGlossaryEntriesResponse other)
public ListGlossaryEntriesResponse.Builder mergeFrom(ListGlossaryEntriesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGlossaryEntriesResponse |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListGlossaryEntriesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListGlossaryEntriesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
removeGlossaryEntries(int index)
public ListGlossaryEntriesResponse.Builder removeGlossaryEntries(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 |
ListGlossaryEntriesResponse.Builder |
|
setGlossaryEntries(int index, GlossaryEntry value)
public ListGlossaryEntriesResponse.Builder setGlossaryEntries(int index, GlossaryEntry value)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
GlossaryEntry |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
setGlossaryEntries(int index, GlossaryEntry.Builder builderForValue)
public ListGlossaryEntriesResponse.Builder setGlossaryEntries(int index, GlossaryEntry.Builder builderForValue)Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
GlossaryEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
|
setNextPageToken(String value)
public ListGlossaryEntriesResponse.Builder setNextPageToken(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListGlossaryEntriesResponse.Builder setNextPageTokenBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListGlossaryEntriesResponse.Builder |
This builder for chaining. |