Discovery Engine v1beta API - Class ListSessionsResponse (1.0.0-beta13)

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 v1beta API class ListSessionsResponse.

Response for ListSessions method.

Inheritance

object > ListSessionsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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