Package ai.blip.deckard
Interface GetByIdResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetByIdResponse,GetByIdResponse.Builder
public interface GetByIdResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsHumanReadablePayload(String key)A human readable string data map of the message's payload.booleangetFound()bool found = 2;Map<String,String>getHumanReadablePayload()Deprecated.intgetHumanReadablePayloadCount()A human readable string data map of the message's payload.Map<String,String>getHumanReadablePayloadMap()A human readable string data map of the message's payload.StringgetHumanReadablePayloadOrDefault(String key, String defaultValue)A human readable string data map of the message's payload.StringgetHumanReadablePayloadOrThrow(String key)A human readable string data map of the message's payload.MessagegetMessage().blipai.deckard.Message message = 1;MessageOrBuildergetMessageOrBuilder().blipai.deckard.Message message = 1;booleanhasMessage().blipai.deckard.Message message = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMessage
boolean hasMessage()
.blipai.deckard.Message message = 1;- Returns:
- Whether the message field is set.
-
getMessage
Message getMessage()
.blipai.deckard.Message message = 1;- Returns:
- The message.
-
getMessageOrBuilder
MessageOrBuilder getMessageOrBuilder()
.blipai.deckard.Message message = 1;
-
getHumanReadablePayloadCount
int getHumanReadablePayloadCount()
A human readable string data map of the message's payload. This represents the payload map as a JSON string representation, useful for debugging and diagnostics
map<string, string> human_readable_payload = 3;
-
containsHumanReadablePayload
boolean containsHumanReadablePayload(String key)
A human readable string data map of the message's payload. This represents the payload map as a JSON string representation, useful for debugging and diagnostics
map<string, string> human_readable_payload = 3;
-
getHumanReadablePayload
@Deprecated Map<String,String> getHumanReadablePayload()
Deprecated.UsegetHumanReadablePayloadMap()instead.
-
getHumanReadablePayloadMap
Map<String,String> getHumanReadablePayloadMap()
A human readable string data map of the message's payload. This represents the payload map as a JSON string representation, useful for debugging and diagnostics
map<string, string> human_readable_payload = 3;
-
getHumanReadablePayloadOrDefault
String getHumanReadablePayloadOrDefault(String key, String defaultValue)
A human readable string data map of the message's payload. This represents the payload map as a JSON string representation, useful for debugging and diagnostics
map<string, string> human_readable_payload = 3;
-
getHumanReadablePayloadOrThrow
String getHumanReadablePayloadOrThrow(String key)
A human readable string data map of the message's payload. This represents the payload map as a JSON string representation, useful for debugging and diagnostics
map<string, string> human_readable_payload = 3;
-
getFound
boolean getFound()
bool found = 2;- Returns:
- The found.
-
-