public sealed class ListSessionsResponse : IPageResponse<Session>, IEnumerable<Session>, IEnumerable, IMessage<ListSessionsResponse>, IEquatable<ListSessionsResponse>, IDeepCloneable<ListSessionsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class ListSessionsResponse.
A list of interactive sessions.
Implements
IPageResponseSession, IEnumerableSession, IEnumerable, IMessageListSessionsResponse, IEquatableListSessionsResponse, IDeepCloneableListSessionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListSessionsResponse()
public ListSessionsResponse()ListSessionsResponse(ListSessionsResponse)
public ListSessionsResponse(ListSessionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSessionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Sessions
public RepeatedField<Session> Sessions { get; }Output only. The sessions from the specified collection.
| 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 |
|