Package ai.blip.deckard
Interface GetByIdRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetByIdRequest,GetByIdRequest.Builder
public interface GetByIdRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The message idcom.google.protobuf.ByteStringgetIdBytes()The message idStringgetQueue()Name of the queue to get a messagecom.google.protobuf.ByteStringgetQueueBytes()Name of the queue to get a message-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueue
String getQueue()
Name of the queue to get a message
string queue = 1;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
Name of the queue to get a message
string queue = 1;- Returns:
- The bytes for queue.
-
getId
String getId()
The message id
string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The message id
string id = 2;- Returns:
- The bytes for id.
-
-