Google Cloud Dataproc v1 API - Class ListSessionTemplatesRequest (5.10.0)

public sealed class ListSessionTemplatesRequest : IPageRequest, IMessage<ListSessionTemplatesRequest>, IEquatable<ListSessionTemplatesRequest>, IDeepCloneable<ListSessionTemplatesRequest>, IBufferMessage, IMessage

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

A request to list session templates in a project.

Inheritance

object > ListSessionTemplatesRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListSessionTemplatesRequest()

public ListSessionTemplatesRequest()

ListSessionTemplatesRequest(ListSessionTemplatesRequest)

public ListSessionTemplatesRequest(ListSessionTemplatesRequest other)
Parameter
NameDescription
otherListSessionTemplatesRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:

[field = value] AND [field [= value]] ...

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent that owns this collection of session templates.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName