Interface protos.google.cloud.notebooks.v1.ISchedule (2.1.4)

Properties of a Schedule.

Package

@google-cloud/notebooks

Properties

createTime

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

Schedule createTime

cronSchedule

cronSchedule?: (string|null);

Schedule cronSchedule

description

description?: (string|null);

Schedule description

displayName

displayName?: (string|null);

Schedule displayName

executionTemplate

executionTemplate?: (google.cloud.notebooks.v1.IExecutionTemplate|null);

Schedule executionTemplate

name

name?: (string|null);

Schedule name

recentExecutions

recentExecutions?: (google.cloud.notebooks.v1.IExecution[]|null);

Schedule recentExecutions

state

state?: (google.cloud.notebooks.v1.Schedule.State|keyof typeof google.cloud.notebooks.v1.Schedule.State|null);

Schedule state

timeZone

timeZone?: (string|null);

Schedule timeZone

updateTime

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

Schedule updateTime