Interface ListStudiesResponseOrBuilder (3.44.0)

public interface ListStudiesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Passes this token as the page_token field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getStudies(int index)

public abstract Study getStudies(int index)

The studies associated with the project.

repeated .google.cloud.aiplatform.v1.Study studies = 1;

Parameter
Name Description
index int
Returns
Type Description
Study

getStudiesCount()

public abstract int getStudiesCount()

The studies associated with the project.

repeated .google.cloud.aiplatform.v1.Study studies = 1;

Returns
Type Description
int

getStudiesList()

public abstract List<Study> getStudiesList()

The studies associated with the project.

repeated .google.cloud.aiplatform.v1.Study studies = 1;

Returns
Type Description
List<Study>

getStudiesOrBuilder(int index)

public abstract StudyOrBuilder getStudiesOrBuilder(int index)

The studies associated with the project.

repeated .google.cloud.aiplatform.v1.Study studies = 1;

Parameter
Name Description
index int
Returns
Type Description
StudyOrBuilder

getStudiesOrBuilderList()

public abstract List<? extends StudyOrBuilder> getStudiesOrBuilderList()

The studies associated with the project.

repeated .google.cloud.aiplatform.v1.Study studies = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.StudyOrBuilder>