Package io.dapr.v1
Interface DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprAppCallbackProtos.TopicEventBulkResponse
,DaprAppCallbackProtos.TopicEventBulkResponse.Builder
- Enclosing class:
- DaprAppCallbackProtos
public static interface DaprAppCallbackProtos.TopicEventBulkResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStatuses
(int index) The list of all responses for the bulk request.int
The list of all responses for the bulk request.The list of all responses for the bulk request.getStatusesOrBuilder
(int index) The list of all responses for the bulk request.The list of all responses for the bulk request.Methods 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
-
getStatusesList
List<DaprAppCallbackProtos.TopicEventBulkResponseEntry> getStatusesList()The list of all responses for the bulk request.
repeated .dapr.proto.runtime.v1.TopicEventBulkResponseEntry statuses = 1;
-
getStatuses
The list of all responses for the bulk request.
repeated .dapr.proto.runtime.v1.TopicEventBulkResponseEntry statuses = 1;
-
getStatusesCount
int getStatusesCount()The list of all responses for the bulk request.
repeated .dapr.proto.runtime.v1.TopicEventBulkResponseEntry statuses = 1;
-
getStatusesOrBuilderList
List<? extends DaprAppCallbackProtos.TopicEventBulkResponseEntryOrBuilder> getStatusesOrBuilderList()The list of all responses for the bulk request.
repeated .dapr.proto.runtime.v1.TopicEventBulkResponseEntry statuses = 1;
-
getStatusesOrBuilder
The list of all responses for the bulk request.
repeated .dapr.proto.runtime.v1.TopicEventBulkResponseEntry statuses = 1;
-