public static interface GlossaryEntry.GlossaryTermsSetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTerms(int index)
public abstract GlossaryTerm getTerms(int index)
Each term in the set represents a term that can be replaced by the other terms.
repeated .google.cloud.translation.v3.GlossaryTerm terms = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GlossaryTerm |
getTermsCount()
public abstract int getTermsCount()
Each term in the set represents a term that can be replaced by the other terms.
repeated .google.cloud.translation.v3.GlossaryTerm terms = 1;
Returns | |
---|---|
Type | Description |
int |
getTermsList()
public abstract List<GlossaryTerm> getTermsList()
Each term in the set represents a term that can be replaced by the other terms.
repeated .google.cloud.translation.v3.GlossaryTerm terms = 1;
Returns | |
---|---|
Type | Description |
List<GlossaryTerm> |
getTermsOrBuilder(int index)
public abstract GlossaryTermOrBuilder getTermsOrBuilder(int index)
Each term in the set represents a term that can be replaced by the other terms.
repeated .google.cloud.translation.v3.GlossaryTerm terms = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GlossaryTermOrBuilder |
getTermsOrBuilderList()
public abstract List<? extends GlossaryTermOrBuilder> getTermsOrBuilderList()
Each term in the set represents a term that can be replaced by the other terms.
repeated .google.cloud.translation.v3.GlossaryTerm terms = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.translate.v3.GlossaryTermOrBuilder> |