Get Job Result
data class GetJobResult(val allocationPolicy: AllocationPolicyResponse, val createTime: String, val labels: Map<String, String>, val logsPolicy: LogsPolicyResponse, val name: String, val notifications: List<JobNotificationResponse>, val priority: String, val status: JobStatusResponse, val taskGroups: List<TaskGroupResponse>, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetJobResult(allocationPolicy: AllocationPolicyResponse, createTime: String, labels: Map<String, String>, logsPolicy: LogsPolicyResponse, name: String, notifications: List<JobNotificationResponse>, priority: String, status: JobStatusResponse, taskGroups: List<TaskGroupResponse>, uid: String, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Labels for the Job. Labels could be user provided or system generated. For example, "labels": { "department": "finance", "environment": "test" } You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard