public static interface JobNotification.MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JobStatus.State |
getNewJobState()
The new job state.
|
int |
getNewJobStateValue()
The new job state.
|
TaskStatus.State |
getNewTaskState()
The new task state.
|
int |
getNewTaskStateValue()
The new task state.
|
JobNotification.Type |
getType()
The message type.
|
int |
getTypeValue()
The message type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The message type.
.google.cloud.batch.v1.JobNotification.Type type = 1;JobNotification.Type getType()
The message type.
.google.cloud.batch.v1.JobNotification.Type type = 1;int getNewJobStateValue()
The new job state.
.google.cloud.batch.v1.JobStatus.State new_job_state = 2;JobStatus.State getNewJobState()
The new job state.
.google.cloud.batch.v1.JobStatus.State new_job_state = 2;int getNewTaskStateValue()
The new task state.
.google.cloud.batch.v1.TaskStatus.State new_task_state = 3;TaskStatus.State getNewTaskState()
The new task state.
.google.cloud.batch.v1.TaskStatus.State new_task_state = 3;Copyright © 2025 Google LLC. All rights reserved.