Interface ListAdaptiveMtSentencesResponseOrBuilder (2.43.0)

public interface ListAdaptiveMtSentencesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdaptiveMtSentences(int index)

public abstract AdaptiveMtSentence getAdaptiveMtSentences(int index)

Output only. The list of AdaptiveMtSentences.

repeated .google.cloud.translation.v3.AdaptiveMtSentence adaptive_mt_sentences = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AdaptiveMtSentence

getAdaptiveMtSentencesCount()

public abstract int getAdaptiveMtSentencesCount()

Output only. The list of AdaptiveMtSentences.

repeated .google.cloud.translation.v3.AdaptiveMtSentence adaptive_mt_sentences = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getAdaptiveMtSentencesList()

public abstract List<AdaptiveMtSentence> getAdaptiveMtSentencesList()

Output only. The list of AdaptiveMtSentences.

repeated .google.cloud.translation.v3.AdaptiveMtSentence adaptive_mt_sentences = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<AdaptiveMtSentence>

getAdaptiveMtSentencesOrBuilder(int index)

public abstract AdaptiveMtSentenceOrBuilder getAdaptiveMtSentencesOrBuilder(int index)

Output only. The list of AdaptiveMtSentences.

repeated .google.cloud.translation.v3.AdaptiveMtSentence adaptive_mt_sentences = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AdaptiveMtSentenceOrBuilder

getAdaptiveMtSentencesOrBuilderList()

public abstract List<? extends AdaptiveMtSentenceOrBuilder> getAdaptiveMtSentencesOrBuilderList()

Output only. The list of AdaptiveMtSentences.

repeated .google.cloud.translation.v3.AdaptiveMtSentence adaptive_mt_sentences = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.translate.v3.AdaptiveMtSentenceOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Optional.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Optional.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for nextPageToken.