public interface ListStudiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Passes this token as the `page_token` field of the request for a
subsequent call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Passes this token as the `page_token` field of the request for a
subsequent call.
|
Study |
getStudies(int index)
The studies associated with the project.
|
int |
getStudiesCount()
The studies associated with the project.
|
List<Study> |
getStudiesList()
The studies associated with the project.
|
StudyOrBuilder |
getStudiesOrBuilder(int index)
The studies associated with the project.
|
List<? extends StudyOrBuilder> |
getStudiesOrBuilderList()
The studies associated with the project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Study> getStudiesList()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;Study getStudies(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;int getStudiesCount()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;List<? extends StudyOrBuilder> getStudiesOrBuilderList()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;StudyOrBuilder getStudiesOrBuilder(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.