ProjectsLocationsSessionTemplates
class ProjectsLocationsSessionTemplates extends Resource (View source)
The "sessionTemplates" collection of methods.
Typical usage is:
$dataprocService = new Google\Service\Dataproc(...);
$sessionTemplates = $dataprocService->projects_locations_sessionTemplates;
Methods
Create a session template synchronously. (sessionTemplates.create)
Deletes a session template. (sessionTemplates.delete)
Gets the resource representation for a session template.
Lists session templates.
Updates the session template synchronously. (sessionTemplates.patch)
Details
SessionTemplate
create(string $parent, SessionTemplate $postBody, array $optParams = [])
Create a session template synchronously. (sessionTemplates.create)
DataprocEmpty
delete(string $name, array $optParams = [])
Deletes a session template. (sessionTemplates.delete)
SessionTemplate
get(string $name, array $optParams = [])
Gets the resource representation for a session template.
(sessionTemplates.get)
ListSessionTemplatesResponse
listProjectsLocationsSessionTemplates(string $parent, array $optParams = [])
Lists session templates.
(sessionTemplates.listProjectsLocationsSessionTemplates)
SessionTemplate
patch(string $name, SessionTemplate $postBody, array $optParams = [])
Updates the session template synchronously. (sessionTemplates.patch)