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
Modifier and TypeMethodDescriptiongetFailedEntries
(int index) The entries for different events that failed publish in the BulkPublishEvent callint
The entries for different events that failed publish in the BulkPublishEvent callThe entries for different events that failed publish in the BulkPublishEvent callgetFailedEntriesOrBuilder
(int index) The entries for different events that failed publish in the BulkPublishEvent callThe entries for different events that failed publish in the BulkPublishEvent callMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
The entries for different events that failed publish in the BulkPublishEvent call
repeated .dapr.proto.runtime.v1.BulkPublishResponseFailedEntry failedEntries = 1;
-