public class Dataproc.Projects.Locations.SessionTemplates extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataproc.Projects.Locations.SessionTemplates.Create |
class |
Dataproc.Projects.Locations.SessionTemplates.Delete |
class |
Dataproc.Projects.Locations.SessionTemplates.Get |
class |
Dataproc.Projects.Locations.SessionTemplates.List |
class |
Dataproc.Projects.Locations.SessionTemplates.Patch |
| Constructor and Description |
|---|
SessionTemplates() |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Locations.SessionTemplates.Create |
create(String parent,
SessionTemplate content)
Create a session template synchronously.
|
Dataproc.Projects.Locations.SessionTemplates.Delete |
delete(String name)
Deletes a session template.
|
Dataproc.Projects.Locations.SessionTemplates.Get |
get(String name)
Gets the resource representation for a session template.
|
Dataproc.Projects.Locations.SessionTemplates.List |
list(String parent)
Lists session templates.
|
Dataproc.Projects.Locations.SessionTemplates.Patch |
patch(String name,
SessionTemplate content)
Updates the session template synchronously.
|
public Dataproc.Projects.Locations.SessionTemplates.Create create(String parent, SessionTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource where this session template will be created.content - the SessionTemplateIOExceptionpublic Dataproc.Projects.Locations.SessionTemplates.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the session template resource to delete.IOExceptionpublic Dataproc.Projects.Locations.SessionTemplates.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the session template to retrieve.IOExceptionpublic Dataproc.Projects.Locations.SessionTemplates.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent that owns this collection of session templates.IOExceptionpublic Dataproc.Projects.Locations.SessionTemplates.Patch patch(String name, SessionTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the session template.content - the SessionTemplateIOExceptionCopyright © 2011–2023 Google. All rights reserved.