Interface ListAdaptiveMtDatasetsResponseOrBuilder (2.41.0)

public interface ListAdaptiveMtDatasetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdaptiveMtDatasets(int index)

public abstract AdaptiveMtDataset getAdaptiveMtDatasets(int index)

Output only. A list of Adaptive MT datasets.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AdaptiveMtDataset

getAdaptiveMtDatasetsCount()

public abstract int getAdaptiveMtDatasetsCount()

Output only. A list of Adaptive MT datasets.

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

Returns
TypeDescription
int

getAdaptiveMtDatasetsList()

public abstract List<AdaptiveMtDataset> getAdaptiveMtDatasetsList()

Output only. A list of Adaptive MT datasets.

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

Returns
TypeDescription
List<AdaptiveMtDataset>

getAdaptiveMtDatasetsOrBuilder(int index)

public abstract AdaptiveMtDatasetOrBuilder getAdaptiveMtDatasetsOrBuilder(int index)

Output only. A list of Adaptive MT datasets.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AdaptiveMtDatasetOrBuilder

getAdaptiveMtDatasetsOrBuilderList()

public abstract List<? extends AdaptiveMtDatasetOrBuilder> getAdaptiveMtDatasetsOrBuilderList()

Output only. A list of Adaptive MT datasets.

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

Returns
TypeDescription
List<? extends com.google.cloud.translate.v3.AdaptiveMtDatasetOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to ListAdaptiveMtDatasets method to retrieve the next page of results.

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

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to ListAdaptiveMtDatasets method to retrieve the next page of results.

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

Returns
TypeDescription
ByteString

The bytes for nextPageToken.