Package api
Interface EventOuterClass.JobReprioritizingEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventOuterClass.JobReprioritizingEvent,EventOuterClass.JobReprioritizingEvent.Builder
- Enclosing class:
- EventOuterClass
public static interface EventOuterClass.JobReprioritizingEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreated().google.protobuf.Timestamp created = 4;com.google.protobuf.TimestampOrBuildergetCreatedOrBuilder().google.protobuf.Timestamp created = 4;StringgetJobId()string job_id = 1;com.google.protobuf.ByteStringgetJobIdBytes()string job_id = 1;StringgetJobSetId()string job_set_id = 2;com.google.protobuf.ByteStringgetJobSetIdBytes()string job_set_id = 2;doublegetNewPriority()double new_priority = 5;StringgetQueue()string queue = 3;com.google.protobuf.ByteStringgetQueueBytes()string queue = 3;StringgetRequestor()string requestor = 6;com.google.protobuf.ByteStringgetRequestorBytes()string requestor = 6;booleanhasCreated().google.protobuf.Timestamp created = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobId
String getJobId()
string job_id = 1;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
string job_id = 1;- Returns:
- The bytes for jobId.
-
getJobSetId
String getJobSetId()
string job_set_id = 2;- Returns:
- The jobSetId.
-
getJobSetIdBytes
com.google.protobuf.ByteString getJobSetIdBytes()
string job_set_id = 2;- Returns:
- The bytes for jobSetId.
-
getQueue
String getQueue()
string queue = 3;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
string queue = 3;- Returns:
- The bytes for queue.
-
hasCreated
boolean hasCreated()
.google.protobuf.Timestamp created = 4;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()
.google.protobuf.Timestamp created = 4;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
.google.protobuf.Timestamp created = 4;
-
getNewPriority
double getNewPriority()
double new_priority = 5;- Returns:
- The newPriority.
-
getRequestor
String getRequestor()
string requestor = 6;- Returns:
- The requestor.
-
getRequestorBytes
com.google.protobuf.ByteString getRequestorBytes()
string requestor = 6;- Returns:
- The bytes for requestor.
-
-