Uses of Class
io.dapr.v1.CommonProtos.StateItem
Packages that use CommonProtos.StateItem
-
Uses of CommonProtos.StateItem in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.StateItemModifier and TypeMethodDescriptionCommonProtos.StateItem.Builder.build()CommonProtos.StateItem.Builder.buildPartial()static CommonProtos.StateItemCommonProtos.StateItem.getDefaultInstance()CommonProtos.StateItem.Builder.getDefaultInstanceForType()CommonProtos.StateItem.getDefaultInstanceForType()DaprProtos.TransactionalStateOperation.Builder.getRequest()State values to be operated onDaprProtos.TransactionalStateOperation.getRequest()State values to be operated onDaprProtos.TransactionalStateOperationOrBuilder.getRequest()State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.getStates(int index) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.getStates(int index) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponseOrBuilder.getStates(int index) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStates(int index) The array of the state key values.DaprProtos.DeleteBulkStateRequest.getStates(int index) The array of the state key values.DaprProtos.DeleteBulkStateRequestOrBuilder.getStates(int index) The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStates(int index) The array of the state key values.DaprProtos.SaveStateRequest.getStates(int index) The array of the state key values.DaprProtos.SaveStateRequestOrBuilder.getStates(int index) The array of the state key values.static CommonProtos.StateItemCommonProtos.StateItem.parseDelimitedFrom(InputStream input) static CommonProtos.StateItemCommonProtos.StateItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(byte[] data) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(com.google.protobuf.ByteString data) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(com.google.protobuf.CodedInputStream input) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(InputStream input) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(ByteBuffer data) static CommonProtos.StateItemCommonProtos.StateItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type CommonProtos.StateItemModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommonProtos.StateItem>CommonProtos.StateItem.getParserForType()DaprAppCallbackProtos.BindingEventResponse.Builder.getStatesList()The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.getStatesList()The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponseOrBuilder.getStatesList()The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStatesList()The array of the state key values.DaprProtos.DeleteBulkStateRequest.getStatesList()The array of the state key values.DaprProtos.DeleteBulkStateRequestOrBuilder.getStatesList()The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStatesList()The array of the state key values.DaprProtos.SaveStateRequest.getStatesList()The array of the state key values.DaprProtos.SaveStateRequestOrBuilder.getStatesList()The array of the state key values.static com.google.protobuf.Parser<CommonProtos.StateItem>CommonProtos.StateItem.parser()Methods in io.dapr.v1 with parameters of type CommonProtos.StateItemModifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.addStates(int index, CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.Builder.addStates(CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addStates(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.DeleteBulkStateRequest.Builder.addStates(CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates(CommonProtos.StateItem value) The array of the state key values.CommonProtos.StateItem.Builder.mergeFrom(CommonProtos.StateItem other) DaprProtos.TransactionalStateOperation.Builder.mergeRequest(CommonProtos.StateItem value) State values to be operated onCommonProtos.StateItem.newBuilder(CommonProtos.StateItem prototype) DaprProtos.TransactionalStateOperation.Builder.setRequest(CommonProtos.StateItem value) State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.setStates(int index, CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.setStates(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.setStates(int index, CommonProtos.StateItem value) The array of the state key values.Method parameters in io.dapr.v1 with type arguments of type CommonProtos.StateItemModifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.addAllStates(Iterable<? extends CommonProtos.StateItem> values) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addAllStates(Iterable<? extends CommonProtos.StateItem> values) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addAllStates(Iterable<? extends CommonProtos.StateItem> values) The array of the state key values.