Uses of Class
io.dapr.v1.DaprProtos.BulkStateItem
Packages that use DaprProtos.BulkStateItem
-
Uses of DaprProtos.BulkStateItem in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkStateItemModifier and TypeMethodDescriptionDaprProtos.BulkStateItem.Builder.build()DaprProtos.BulkStateItem.Builder.buildPartial()static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.getDefaultInstance()DaprProtos.BulkStateItem.Builder.getDefaultInstanceForType()DaprProtos.BulkStateItem.getDefaultInstanceForType()DaprProtos.GetBulkStateResponse.Builder.getItems(int index) The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.getItems(int index) The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponseOrBuilder.getItems(int index) The list of items containing the keys to get values for.static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseDelimitedFrom(InputStream input) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(byte[] data) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(com.google.protobuf.ByteString data) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(com.google.protobuf.CodedInputStream input) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(InputStream input) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(ByteBuffer data) static DaprProtos.BulkStateItemDaprProtos.BulkStateItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkStateItemModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.getItemsList()The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.getItemsList()The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponseOrBuilder.getItemsList()The list of items containing the keys to get values for.com.google.protobuf.Parser<DaprProtos.BulkStateItem>DaprProtos.BulkStateItem.getParserForType()static com.google.protobuf.Parser<DaprProtos.BulkStateItem>DaprProtos.BulkStateItem.parser()Methods in io.dapr.v1 with parameters of type DaprProtos.BulkStateItemModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.addItems(int index, DaprProtos.BulkStateItem value) The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.Builder.addItems(DaprProtos.BulkStateItem value) The list of items containing the keys to get values for.DaprProtos.BulkStateItem.Builder.mergeFrom(DaprProtos.BulkStateItem other) DaprProtos.BulkStateItem.newBuilder(DaprProtos.BulkStateItem prototype) DaprProtos.GetBulkStateResponse.Builder.setItems(int index, DaprProtos.BulkStateItem value) The list of items containing the keys to get values for.Method parameters in io.dapr.v1 with type arguments of type DaprProtos.BulkStateItemModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.addAllItems(Iterable<? extends DaprProtos.BulkStateItem> values) The list of items containing the keys to get values for.