Interface ListStudiesResponseOrBuilder (3.42.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Study

getStudiesCount()

public abstract int getStudiesCount()

The studies associated with the project.

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

Returns
TypeDescription
int

getStudiesList()

public abstract List<Study> getStudiesList()

The studies associated with the project.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
StudyOrBuilder

getStudiesOrBuilderList()

public abstract List<? extends StudyOrBuilder> getStudiesOrBuilderList()

The studies associated with the project.

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

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