public interface ListSessionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pagination token, if not returned indicates the last page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
|
Session |
getSessions(int index)
All the Sessions for a given data store.
|
int |
getSessionsCount()
All the Sessions for a given data store.
|
List<Session> |
getSessionsList()
All the Sessions for a given data store.
|
SessionOrBuilder |
getSessionsOrBuilder(int index)
All the Sessions for a given data store.
|
List<? extends SessionOrBuilder> |
getSessionsOrBuilderList()
All the Sessions for a given data store.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Session> getSessionsList()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Session sessions = 1;Session getSessions(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Session sessions = 1;int getSessionsCount()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Session sessions = 1;List<? extends SessionOrBuilder> getSessionsOrBuilderList()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Session sessions = 1;SessionOrBuilder getSessionsOrBuilder(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Session sessions = 1;String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.