Interface protos.google.cloud.dataproc.v1.ISession (5.5.0)

Properties of a Session.

Package

@google-cloud/dataproc

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Session createTime

creator

creator?: (string|null);

Session creator

environmentConfig

environmentConfig?: (google.cloud.dataproc.v1.IEnvironmentConfig|null);

Session environmentConfig

jupyterSession

jupyterSession?: (google.cloud.dataproc.v1.IJupyterConfig|null);

Session jupyterSession

labels

labels?: ({ [k: string]: string }|null);

Session labels

name

name?: (string|null);

Session name

runtimeConfig

runtimeConfig?: (google.cloud.dataproc.v1.IRuntimeConfig|null);

Session runtimeConfig

runtimeInfo

runtimeInfo?: (google.cloud.dataproc.v1.IRuntimeInfo|null);

Session runtimeInfo

sessionTemplate

sessionTemplate?: (string|null);

Session sessionTemplate

state

state?: (google.cloud.dataproc.v1.Session.State|keyof typeof google.cloud.dataproc.v1.Session.State|null);

Session state

stateHistory

stateHistory?: (google.cloud.dataproc.v1.Session.ISessionStateHistory[]|null);

Session stateHistory

stateMessage

stateMessage?: (string|null);

Session stateMessage

stateTime

stateTime?: (google.protobuf.ITimestamp|null);

Session stateTime

user

user?: (string|null);

Session user

uuid

uuid?: (string|null);

Session uuid