Interface ListSessionsResponseOrBuilder (3.64.0)

public interface ListSessionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListSessionsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListSessionsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSessions(int index)

public abstract Session getSessions(int index)

A list of sessions matching the request.

repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;

Parameter
Name Description
index int
Returns
Type Description
Session

getSessionsCount()

public abstract int getSessionsCount()

A list of sessions matching the request.

repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;

Returns
Type Description
int

getSessionsList()

public abstract List<Session> getSessionsList()

A list of sessions matching the request.

repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;

Returns
Type Description
List<Session>

getSessionsOrBuilder(int index)

public abstract SessionOrBuilder getSessionsOrBuilder(int index)

A list of sessions matching the request.

repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;

Parameter
Name Description
index int
Returns
Type Description
SessionOrBuilder

getSessionsOrBuilderList()

public abstract List<? extends SessionOrBuilder> getSessionsOrBuilderList()

A list of sessions matching the request.

repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SessionOrBuilder>