Package io.dapr.v1
Interface DaprProtos.BulkPublishResponseFailedEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.BulkPublishResponseFailedEntry,DaprProtos.BulkPublishResponseFailedEntry.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.BulkPublishResponseFailedEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe response scoped unique ID referring to this messagecom.google.protobuf.ByteStringThe response scoped unique ID referring to this messagegetError()The error message if any on failurecom.google.protobuf.ByteStringThe error message if any on failureMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntryId
String getEntryId()The response scoped unique ID referring to this message
string entry_id = 1;- Returns:
- The entryId.
-
getEntryIdBytes
com.google.protobuf.ByteString getEntryIdBytes()The response scoped unique ID referring to this message
string entry_id = 1;- Returns:
- The bytes for entryId.
-
getError
String getError()The error message if any on failure
string error = 2;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()The error message if any on failure
string error = 2;- Returns:
- The bytes for error.
-