Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Session.
A representation of a session.
Generated from protobuf message google.cloud.dataproc.v1.Session
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the session. |
↳ uuid |
string
Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time when the session was created. |
↳ jupyter_session |
Google\Cloud\Dataproc\V1\JupyterConfig
Optional. Jupyter session config. |
↳ runtime_info |
Google\Cloud\Dataproc\V1\RuntimeInfo
Output only. Runtime information about session execution. |
↳ state |
int
Output only. A state of the session. |
↳ state_message |
string
Output only. Session state details, such as the failure description if the state is |
↳ state_time |
Google\Protobuf\Timestamp
Output only. The time when the session entered the current state. |
↳ creator |
string
Output only. The email address of the user who created the session. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a session. |
↳ runtime_config |
Google\Cloud\Dataproc\V1\RuntimeConfig
Optional. Runtime configuration for the session execution. |
↳ environment_config |
Google\Cloud\Dataproc\V1\EnvironmentConfig
Optional. Environment configuration for the session execution. |
↳ user |
string
Optional. The email address of the user who owns the session. |
↳ state_history |
array<Google\Cloud\Dataproc\V1\Session\SessionStateHistory>
Output only. Historical state information for the session. |
↳ session_template |
string
Optional. The session template used by the session. Only resource names, including project ID and location, are valid. Example: * |
getName
Required. The resource name of the session.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the session.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUuid
Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
Returns | |
---|---|
Type | Description |
string |
setUuid
Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The time when the session was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the session was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getJupyterSession
Optional. Jupyter session config.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\JupyterConfig|null |
hasJupyterSession
setJupyterSession
Optional. Jupyter session config.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\JupyterConfig
|
Returns | |
---|---|
Type | Description |
$this |
getRuntimeInfo
Output only. Runtime information about session execution.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\RuntimeInfo|null |
hasRuntimeInfo
clearRuntimeInfo
setRuntimeInfo
Output only. Runtime information about session execution.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\RuntimeInfo
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. A state of the session.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. A state of the session.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStateMessage
Output only. Session state details, such as the failure
description if the state is FAILED
.
Returns | |
---|---|
Type | Description |
string |
setStateMessage
Output only. Session state details, such as the failure
description if the state is FAILED
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateTime
Output only. The time when the session entered the current state.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStateTime
clearStateTime
setStateTime
Output only. The time when the session entered the current state.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCreator
Output only. The email address of the user who created the session.
Returns | |
---|---|
Type | Description |
string |
setCreator
Output only. The email address of the user who created the session.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Optional. The labels to associate with the session.
Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a session.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Optional. The labels to associate with the session.
Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a session.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getRuntimeConfig
Optional. Runtime configuration for the session execution.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\RuntimeConfig|null |
hasRuntimeConfig
clearRuntimeConfig
setRuntimeConfig
Optional. Runtime configuration for the session execution.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\RuntimeConfig
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironmentConfig
Optional. Environment configuration for the session execution.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\EnvironmentConfig|null |
hasEnvironmentConfig
clearEnvironmentConfig
setEnvironmentConfig
Optional. Environment configuration for the session execution.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\EnvironmentConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUser
Optional. The email address of the user who owns the session.
Returns | |
---|---|
Type | Description |
string |
setUser
Optional. The email address of the user who owns the session.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateHistory
Output only. Historical state information for the session.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStateHistory
Output only. Historical state information for the session.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataproc\V1\Session\SessionStateHistory>
|
Returns | |
---|---|
Type | Description |
$this |
getSessionTemplate
Optional. The session template used by the session.
Only resource names, including project ID and location, are valid. Example:
https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]
projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]
The template must be in the same project and Dataproc region as the session.
Returns | |
---|---|
Type | Description |
string |
setSessionTemplate
Optional. The session template used by the session.
Only resource names, including project ID and location, are valid. Example:
https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]
projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]
The template must be in the same project and Dataproc region as the session.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSessionConfig
Returns | |
---|---|
Type | Description |
string |