public interface ListSessionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ListSessionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListSessionsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListSessionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListSessionsRequest.page_token]
to retrieve the next page.
|
Session |
getSessions(int index)
A list of sessions matching the request.
|
int |
getSessionsCount()
A list of sessions matching the request.
|
List<Session> |
getSessionsList()
A list of sessions matching the request.
|
SessionOrBuilder |
getSessionsOrBuilder(int index)
A list of sessions matching the request.
|
List<? extends SessionOrBuilder> |
getSessionsOrBuilderList()
A list of sessions matching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Session> getSessionsList()
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;Session getSessions(int index)
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;int getSessionsCount()
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;List<? extends SessionOrBuilder> getSessionsOrBuilderList()
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;SessionOrBuilder getSessionsOrBuilder(int index)
A list of sessions matching the request.
repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;String getNextPageToken()
A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListSessionsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListSessionsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.