Google Cloud Dataproc v1 API - Class ListSessionTemplatesResponse (5.10.0)

public sealed class ListSessionTemplatesResponse : IPageResponse<SessionTemplate>, IEnumerable<SessionTemplate>, IEnumerable, IMessage<ListSessionTemplatesResponse>, IEquatable<ListSessionTemplatesResponse>, IDeepCloneable<ListSessionTemplatesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListSessionTemplatesResponse.

A list of session templates.

Inheritance

object > ListSessionTemplatesResponse

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListSessionTemplatesResponse()

public ListSessionTemplatesResponse()

ListSessionTemplatesResponse(ListSessionTemplatesResponse)

public ListSessionTemplatesResponse(ListSessionTemplatesResponse other)
Parameter
NameDescription
otherListSessionTemplatesResponse

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
TypeDescription
string

SessionTemplates

public RepeatedField<SessionTemplate> SessionTemplates { get; }

Output only. Session template list

Property Value
TypeDescription
RepeatedFieldSessionTemplate

Methods

GetEnumerator()

public IEnumerator<SessionTemplate> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSessionTemplate