public sealed class ListSessionsResponse : IMessage<ListSessionsResponse>, IEquatable<ListSessionsResponse>, IDeepCloneable<ListSessionsResponse>, IBufferMessage, IMessage, IPageResponse<Session>, IEnumerable<Session>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListSessionsResponse.
Response for ListSessions method.
Implements
IMessageListSessionsResponse, IEquatableListSessionsResponse, IDeepCloneableListSessionsResponse, IBufferMessage, IMessage, IPageResponseSession, IEnumerableSession, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListSessionsResponse()
public ListSessionsResponse()
ListSessionsResponse(ListSessionsResponse)
public ListSessionsResponse(ListSessionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSessionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Pagination token, if not returned indicates the last page.
Property Value | |
---|---|
Type | Description |
string |
Sessions
public RepeatedField<Session> Sessions { get; }
All the Sessions for a given data store.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSession |
Methods
GetEnumerator()
public IEnumerator<Session> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSession |