Package api
Interface EventOuterClass.JobSetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventOuterClass.JobSetRequest,EventOuterClass.JobSetRequest.Builder
- Enclosing class:
- EventOuterClass
public static interface EventOuterClass.JobSetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetErrorIfMissing()bool errorIfMissing = 5;StringgetFromMessageId()string from_message_id = 3;com.google.protobuf.ByteStringgetFromMessageIdBytes()string from_message_id = 3;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;StringgetQueue()string queue = 4;com.google.protobuf.ByteStringgetQueueBytes()string queue = 4;booleangetWatch()bool watch = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;- Returns:
- The bytes for id.
-
getWatch
boolean getWatch()
bool watch = 2;- Returns:
- The watch.
-
getFromMessageId
String getFromMessageId()
string from_message_id = 3;- Returns:
- The fromMessageId.
-
getFromMessageIdBytes
com.google.protobuf.ByteString getFromMessageIdBytes()
string from_message_id = 3;- Returns:
- The bytes for fromMessageId.
-
getQueue
String getQueue()
string queue = 4;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
string queue = 4;- Returns:
- The bytes for queue.
-
getErrorIfMissing
boolean getErrorIfMissing()
bool errorIfMissing = 5;- Returns:
- The errorIfMissing.
-
-