Uses of Class
io.dapr.v1.DaprProtos.BulkStateItem.Builder
Packages that use DaprProtos.BulkStateItem.Builder
- 
Uses of DaprProtos.BulkStateItem.Builder in io.dapr.v1Methods in io.dapr.v1 that return DaprProtos.BulkStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.addItemsBuilder()The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.Builder.addItemsBuilder(int index) The list of items containing the keys to get values for.DaprProtos.BulkStateItem.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.BulkStateItem.Builder.clear()DaprProtos.BulkStateItem.Builder.clearData()The byte array dataDaprProtos.BulkStateItem.Builder.clearError()The error that was returned from the state store in case of a failed get operation.DaprProtos.BulkStateItem.Builder.clearEtag()The entity tag which represents the specific version of data.DaprProtos.BulkStateItem.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.BulkStateItem.Builder.clearKey()state item keyDaprProtos.BulkStateItem.Builder.clearMetadata()DaprProtos.BulkStateItem.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.BulkStateItem.Builder.clone()DaprProtos.GetBulkStateResponse.Builder.getItemsBuilder(int index) The list of items containing the keys to get values for.DaprProtos.BulkStateItem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkStateItem.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.BulkStateItem.Builder.mergeFrom(DaprProtos.BulkStateItem other) DaprProtos.BulkStateItem.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkStateItem.newBuilder()DaprProtos.BulkStateItem.newBuilder(DaprProtos.BulkStateItem prototype) DaprProtos.BulkStateItem.newBuilderForType()protected DaprProtos.BulkStateItem.BuilderDaprProtos.BulkStateItem.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.BulkStateItem.Builder.putAllMetadata(Map<String, String> values) The metadata which will be sent to app.DaprProtos.BulkStateItem.Builder.putMetadata(String key, String value) The metadata which will be sent to app.DaprProtos.BulkStateItem.Builder.removeMetadata(String key) The metadata which will be sent to app.DaprProtos.BulkStateItem.Builder.setData(com.google.protobuf.ByteString value) The byte array dataThe error that was returned from the state store in case of a failed get operation.DaprProtos.BulkStateItem.Builder.setErrorBytes(com.google.protobuf.ByteString value) The error that was returned from the state store in case of a failed get operation.The entity tag which represents the specific version of data.DaprProtos.BulkStateItem.Builder.setEtagBytes(com.google.protobuf.ByteString value) The entity tag which represents the specific version of data.DaprProtos.BulkStateItem.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) state item keyDaprProtos.BulkStateItem.Builder.setKeyBytes(com.google.protobuf.ByteString value) state item keyDaprProtos.BulkStateItem.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.BulkStateItem.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkStateItem.toBuilder()Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.getItemsBuilderList()The list of items containing the keys to get values for.Methods in io.dapr.v1 with parameters of type DaprProtos.BulkStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.addItems(int index, DaprProtos.BulkStateItem.Builder builderForValue) The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.Builder.addItems(DaprProtos.BulkStateItem.Builder builderForValue) The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.Builder.setItems(int index, DaprProtos.BulkStateItem.Builder builderForValue) The list of items containing the keys to get values for.