Package com.google.cloud.aiplatform.v1
Interface ListSessionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSessionsResponse,ListSessionsResponse.Builder
@Generated
public interface ListSessionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.getSessions(int index) A list of sessions matching the request.intA list of sessions matching the request.A list of sessions matching the request.getSessionsOrBuilder(int index) A list of sessions matching the request.List<? extends SessionOrBuilder>A list of sessions matching the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionsList
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1.Session sessions = 1; -
getSessions
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1.Session sessions = 1; -
getSessionsCount
int getSessionsCount()A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1.Session sessions = 1; -
getSessionsOrBuilderList
List<? extends SessionOrBuilder> getSessionsOrBuilderList()A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1.Session sessions = 1; -
getSessionsOrBuilder
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1.Session sessions = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-