Interface ListTrainingPipelinesResponseOrBuilder (3.42.0)

public interface ListTrainingPipelinesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListTrainingPipelinesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListTrainingPipelinesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTrainingPipelines(int index)

public abstract TrainingPipeline getTrainingPipelines(int index)

List of TrainingPipelines in the requested page.

repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrainingPipeline

getTrainingPipelinesCount()

public abstract int getTrainingPipelinesCount()

List of TrainingPipelines in the requested page.

repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;

Returns
TypeDescription
int

getTrainingPipelinesList()

public abstract List<TrainingPipeline> getTrainingPipelinesList()

List of TrainingPipelines in the requested page.

repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;

Returns
TypeDescription
List<TrainingPipeline>

getTrainingPipelinesOrBuilder(int index)

public abstract TrainingPipelineOrBuilder getTrainingPipelinesOrBuilder(int index)

List of TrainingPipelines in the requested page.

repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrainingPipelineOrBuilder

getTrainingPipelinesOrBuilderList()

public abstract List<? extends TrainingPipelineOrBuilder> getTrainingPipelinesOrBuilderList()

List of TrainingPipelines in the requested page.

repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TrainingPipelineOrBuilder>