Interface ListModelsResponseOrBuilder (2.49.0)

public interface ListModelsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModels(int index)

public abstract Model getModels(int index)

The models read.

repeated .google.cloud.translation.v3.Model models = 1;

Parameter
Name Description
index int
Returns
Type Description
Model

getModelsCount()

public abstract int getModelsCount()

The models read.

repeated .google.cloud.translation.v3.Model models = 1;

Returns
Type Description
int

getModelsList()

public abstract List<Model> getModelsList()

The models read.

repeated .google.cloud.translation.v3.Model models = 1;

Returns
Type Description
List<Model>

getModelsOrBuilder(int index)

public abstract ModelOrBuilder getModelsOrBuilder(int index)

The models read.

repeated .google.cloud.translation.v3.Model models = 1;

Parameter
Name Description
index int
Returns
Type Description
ModelOrBuilder

getModelsOrBuilderList()

public abstract List<? extends ModelOrBuilder> getModelsOrBuilderList()

The models read.

repeated .google.cloud.translation.v3.Model models = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.