Properties of a Job.
Package
@google-cloud/batchProperties
allocationPolicy
allocationPolicy
?:
(
google
.
cloud
.
batch
.
v1
.
IAllocationPolicy
|
null
);
Job allocationPolicy
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Job createTime
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
Job labels
logsPolicy
logsPolicy
?:
(
google
.
cloud
.
batch
.
v1
.
ILogsPolicy
|
null
);
Job logsPolicy
name
name
?:
(
string
|
null
);
Job name
notifications
notifications
?:
(
google
.
cloud
.
batch
.
v1
.
IJobNotification
[]
|
null
);
Job notifications
priority
priority
?:
(
number
|
Long
|
string
|
null
);
Job priority
status
status
?:
(
google
.
cloud
.
batch
.
v1
.
IJobStatus
|
null
);
Job status
taskGroups
taskGroups
?:
(
google
.
cloud
.
batch
.
v1
.
ITaskGroup
[]
|
null
);
Job taskGroups
uid
uid
?:
(
string
|
null
);
Job uid
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Job updateTime