Uses of Class
io.dapr.v1.DaprProtos.BulkPublishRequestEntry
-
Packages that use DaprProtos.BulkPublishRequestEntry Package Description io.dapr.v1 -
-
Uses of DaprProtos.BulkPublishRequestEntry in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishRequestEntry Modifier and Type Method Description DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry.Builder. build()
DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry.Builder. buildPartial()
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. getDefaultInstance()
DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry.Builder. getDefaultInstanceForType()
DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. getDefaultInstanceForType()
DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequest.Builder. getEntries(int index)
The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequest. getEntries(int index)
The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestOrBuilder. getEntries(int index)
The entries which contain the individual events and associated details to be publishedstatic DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseDelimitedFrom(InputStream input)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(byte[] data)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(InputStream input)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(ByteBuffer data)
static DaprProtos.BulkPublishRequestEntry
DaprProtos.BulkPublishRequestEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkPublishRequestEntry Modifier and Type Method Description List<DaprProtos.BulkPublishRequestEntry>
DaprProtos.BulkPublishRequest.Builder. getEntriesList()
The entries which contain the individual events and associated details to be publishedList<DaprProtos.BulkPublishRequestEntry>
DaprProtos.BulkPublishRequest. getEntriesList()
The entries which contain the individual events and associated details to be publishedList<DaprProtos.BulkPublishRequestEntry>
DaprProtos.BulkPublishRequestOrBuilder. getEntriesList()
The entries which contain the individual events and associated details to be publishedcom.google.protobuf.Parser<DaprProtos.BulkPublishRequestEntry>
DaprProtos.BulkPublishRequestEntry. getParserForType()
static com.google.protobuf.Parser<DaprProtos.BulkPublishRequestEntry>
DaprProtos.BulkPublishRequestEntry. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.BulkPublishRequestEntry Modifier and Type Method Description DaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest.Builder. addEntries(int index, DaprProtos.BulkPublishRequestEntry value)
The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest.Builder. addEntries(DaprProtos.BulkPublishRequestEntry value)
The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry.Builder
DaprProtos.BulkPublishRequestEntry.Builder. mergeFrom(DaprProtos.BulkPublishRequestEntry other)
static DaprProtos.BulkPublishRequestEntry.Builder
DaprProtos.BulkPublishRequestEntry. newBuilder(DaprProtos.BulkPublishRequestEntry prototype)
DaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest.Builder. setEntries(int index, DaprProtos.BulkPublishRequestEntry value)
The entries which contain the individual events and associated details to be publishedMethod parameters in io.dapr.v1 with type arguments of type DaprProtos.BulkPublishRequestEntry Modifier and Type Method Description DaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest.Builder. addAllEntries(Iterable<? extends DaprProtos.BulkPublishRequestEntry> values)
The entries which contain the individual events and associated details to be published
-