Uses of Class
io.dapr.v1.DaprProtos.BulkStateItem
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.BulkStateItem in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkStateItem Modifier and Type Method Description DaprProtos.BulkStateItem
DaprProtos.BulkStateItem.Builder. build()
DaprProtos.BulkStateItem
DaprProtos.BulkStateItem.Builder. buildPartial()
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. getDefaultInstance()
DaprProtos.BulkStateItem
DaprProtos.BulkStateItem.Builder. getDefaultInstanceForType()
DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. getDefaultInstanceForType()
DaprProtos.BulkStateItem
DaprProtos.GetBulkStateResponse.Builder. getItems(int index)
The list of items containing the keys to get values for.DaprProtos.BulkStateItem
DaprProtos.GetBulkStateResponse. getItems(int index)
The list of items containing the keys to get values for.DaprProtos.BulkStateItem
DaprProtos.GetBulkStateResponseOrBuilder. getItems(int index)
The list of items containing the keys to get values for.static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseDelimitedFrom(InputStream input)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(byte[] data)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(InputStream input)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(ByteBuffer data)
static DaprProtos.BulkStateItem
DaprProtos.BulkStateItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkStateItem Modifier and Type Method Description List<DaprProtos.BulkStateItem>
DaprProtos.GetBulkStateResponse.Builder. getItemsList()
The list of items containing the keys to get values for.List<DaprProtos.BulkStateItem>
DaprProtos.GetBulkStateResponse. getItemsList()
The list of items containing the keys to get values for.List<DaprProtos.BulkStateItem>
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.BulkStateItem Modifier and Type Method Description DaprProtos.GetBulkStateResponse.Builder
DaprProtos.GetBulkStateResponse.Builder. addItems(int index, DaprProtos.BulkStateItem value)
The list of items containing the keys to get values for.DaprProtos.GetBulkStateResponse.Builder
DaprProtos.GetBulkStateResponse.Builder. addItems(DaprProtos.BulkStateItem value)
The list of items containing the keys to get values for.DaprProtos.BulkStateItem.Builder
DaprProtos.BulkStateItem.Builder. mergeFrom(DaprProtos.BulkStateItem other)
static DaprProtos.BulkStateItem.Builder
DaprProtos.BulkStateItem. newBuilder(DaprProtos.BulkStateItem prototype)
DaprProtos.GetBulkStateResponse.Builder
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.BulkStateItem Modifier and Type Method Description DaprProtos.GetBulkStateResponse.Builder
DaprProtos.GetBulkStateResponse.Builder. addAllItems(Iterable<? extends DaprProtos.BulkStateItem> values)
The list of items containing the keys to get values for.