Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListSessionTemplatesRequest.
A request to list session templates in a project.
Generated from protobuf message google.cloud.dataproc.v1.ListSessionTemplatesRequest
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent that owns this collection of session templates.
↳ page_size
int
Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.
↳ page_token
string
Optional. A page token received from a previous ListSessions
call. Provide this token to retrieve the subsequent page.
↳ filter
string
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]] ...
getParent
Required. The parent that owns this collection of session templates.
string
setParent
Required. The parent that owns this collection of session templates.
var
string
$this
getPageSize
Optional. The maximum number of sessions to return in each response.
The service may return fewer than this value.
int
setPageSize
Optional. The maximum number of sessions to return in each response.
The service may return fewer than this value.
var
int
$this
getPageToken
Optional. A page token received from a previous ListSessions
call.
Provide this token to retrieve the subsequent page.
string
setPageToken
Optional. A page token received from a previous ListSessions
call.
Provide this token to retrieve the subsequent page.
var
string
$this
getFilter
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]] ...
string
setFilter
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]] ...
var
string
$this
static::build
parent
string
Required. The parent that owns this collection of session templates. Please see Google\Cloud\Dataproc\V1\SessionTemplateControllerClient::locationName() for help formatting this field.