Package io.dapr.v1
Interface DaprProtos.BulkPublishResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.BulkPublishResponse,DaprProtos.BulkPublishResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.BulkPublishResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DaprProtos.BulkPublishResponseFailedEntrygetFailedEntries(int index)The entries for different events that failed publish in the BulkPublishEvent callintgetFailedEntriesCount()The entries for different events that failed publish in the BulkPublishEvent callList<DaprProtos.BulkPublishResponseFailedEntry>getFailedEntriesList()The entries for different events that failed publish in the BulkPublishEvent callDaprProtos.BulkPublishResponseFailedEntryOrBuildergetFailedEntriesOrBuilder(int index)The entries for different events that failed publish in the BulkPublishEvent callList<? extends DaprProtos.BulkPublishResponseFailedEntryOrBuilder>getFailedEntriesOrBuilderList()The entries for different events that failed publish in the BulkPublishEvent call-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFailedEntriesList
List<DaprProtos.BulkPublishResponseFailedEntry> getFailedEntriesList()
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-
getFailedEntries
DaprProtos.BulkPublishResponseFailedEntry getFailedEntries(int index)
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-
getFailedEntriesCount
int getFailedEntriesCount()
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-
getFailedEntriesOrBuilderList
List<? extends DaprProtos.BulkPublishResponseFailedEntryOrBuilder> getFailedEntriesOrBuilderList()
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-
getFailedEntriesOrBuilder
DaprProtos.BulkPublishResponseFailedEntryOrBuilder getFailedEntriesOrBuilder(int index)
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-
-