Uses of Class
io.dapr.v1.DaprProtos.BulkPublishRequestEntry
Packages that use DaprProtos.BulkPublishRequestEntry
-
Uses of DaprProtos.BulkPublishRequestEntry in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishRequestEntryModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequestEntry.Builder.build()DaprProtos.BulkPublishRequestEntry.Builder.buildPartial()DaprProtos.BulkPublishRequestEntry.getDefaultInstance()DaprProtos.BulkPublishRequestEntry.Builder.getDefaultInstanceForType()DaprProtos.BulkPublishRequestEntry.getDefaultInstanceForType()DaprProtos.BulkPublishRequest.Builder.getEntries(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.getEntries(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestOrBuilder.getEntries(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry.parseDelimitedFrom(InputStream input) DaprProtos.BulkPublishRequestEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.parseFrom(byte[] data) DaprProtos.BulkPublishRequestEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.parseFrom(com.google.protobuf.ByteString data) DaprProtos.BulkPublishRequestEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.parseFrom(com.google.protobuf.CodedInputStream input) DaprProtos.BulkPublishRequestEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.parseFrom(InputStream input) DaprProtos.BulkPublishRequestEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.parseFrom(ByteBuffer data) DaprProtos.BulkPublishRequestEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkPublishRequestEntryModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.getEntriesList()The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.getEntriesList()The entries which contain the individual events and associated details to be publishedDaprProtos.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.BulkPublishRequestEntryModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.addEntries(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntries(DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry.Builder.mergeFrom(DaprProtos.BulkPublishRequestEntry other) DaprProtos.BulkPublishRequestEntry.newBuilder(DaprProtos.BulkPublishRequestEntry prototype) 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.BulkPublishRequestEntryModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.addAllEntries(Iterable<? extends DaprProtos.BulkPublishRequestEntry> values) The entries which contain the individual events and associated details to be published