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.
Implements
IPageRequest, IMessageListSessionTemplatesRequest, IEquatableListSessionTemplatesRequest, IDeepCloneableListSessionTemplatesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListSessionTemplatesRequest()
public ListSessionTemplatesRequest()
ListSessionTemplatesRequest(ListSessionTemplatesRequest)
public ListSessionTemplatesRequest(ListSessionTemplatesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSessionTemplatesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent that owns this collection of session templates.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |