public interface ListStudiesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| 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;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Study |
getStudiesCount()
public abstract int getStudiesCount()The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
| Type | Description |
| int |
getStudiesList()
public abstract List<Study> getStudiesList()The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| StudyOrBuilder |
getStudiesOrBuilderList()
public abstract List<? extends StudyOrBuilder> getStudiesOrBuilderList()The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.StudyOrBuilder> |