| Package | Description |
|---|---|
| com.google.api.services.dataproc | |
| com.google.api.services.dataproc.model |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Locations.Sessions.Create |
Dataproc.Projects.Locations.Sessions.create(String parent,
Session content)
Create an interactive session asynchronously.
|
| Constructor and Description |
|---|
Create(String parent,
Session content)
Create an interactive session asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Session.set(String fieldName,
Object value) |
Session |
Session.setCreateTime(String createTime)
Output only.
|
Session |
Session.setCreator(String creator)
Output only.
|
Session |
Session.setEnvironmentConfig(EnvironmentConfig environmentConfig)
Optional.
|
Session |
Session.setJupyterSession(JupyterConfig jupyterSession)
Optional.
|
Session |
Session.setLabels(Map<String,String> labels)
Optional.
|
Session |
Session.setName(String name)
Required.
|
Session |
Session.setRuntimeConfig(RuntimeConfig runtimeConfig)
Optional.
|
Session |
Session.setRuntimeInfo(RuntimeInfo runtimeInfo)
Output only.
|
Session |
Session.setSessionTemplate(String sessionTemplate)
Optional.
|
Session |
Session.setState(String state)
Output only.
|
Session |
Session.setStateHistory(List<SessionStateHistory> stateHistory)
Output only.
|
Session |
Session.setStateMessage(String stateMessage)
Output only.
|
Session |
Session.setStateTime(String stateTime)
Output only.
|
Session |
Session.setUser(String user)
Optional.
|
Session |
Session.setUuid(String uuid)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
ListSessionsResponse.getSessions()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResponse |
ListSessionsResponse.setSessions(List<Session> sessions)
Output only.
|
Copyright © 2011–2023 Google. All rights reserved.