Uses of Class
io.dapr.v1.DaprProtos.QueryStateItem
Packages that use DaprProtos.QueryStateItem
-
Uses of DaprProtos.QueryStateItem in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.QueryStateItemModifier and TypeMethodDescriptionDaprProtos.QueryStateItem.Builder.build()
DaprProtos.QueryStateItem.Builder.buildPartial()
static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.getDefaultInstance()
DaprProtos.QueryStateItem.Builder.getDefaultInstanceForType()
DaprProtos.QueryStateItem.getDefaultInstanceForType()
DaprProtos.QueryStateResponse.Builder.getResults
(int index) An array of query results.DaprProtos.QueryStateResponse.getResults
(int index) An array of query results.DaprProtos.QueryStateResponseOrBuilder.getResults
(int index) An array of query results.static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseDelimitedFrom
(InputStream input) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(byte[] data) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(InputStream input) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(ByteBuffer data) static DaprProtos.QueryStateItem
DaprProtos.QueryStateItem.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.QueryStateItemModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.QueryStateItem>
DaprProtos.QueryStateItem.getParserForType()
DaprProtos.QueryStateResponse.Builder.getResultsList()
An array of query results.DaprProtos.QueryStateResponse.getResultsList()
An array of query results.DaprProtos.QueryStateResponseOrBuilder.getResultsList()
An array of query results.static com.google.protobuf.Parser<DaprProtos.QueryStateItem>
DaprProtos.QueryStateItem.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.QueryStateItemModifier and TypeMethodDescriptionDaprProtos.QueryStateResponse.Builder.addResults
(int index, DaprProtos.QueryStateItem value) An array of query results.DaprProtos.QueryStateResponse.Builder.addResults
(DaprProtos.QueryStateItem value) An array of query results.DaprProtos.QueryStateItem.Builder.mergeFrom
(DaprProtos.QueryStateItem other) DaprProtos.QueryStateItem.newBuilder
(DaprProtos.QueryStateItem prototype) DaprProtos.QueryStateResponse.Builder.setResults
(int index, DaprProtos.QueryStateItem value) An array of query results.Method parameters in io.dapr.v1 with type arguments of type DaprProtos.QueryStateItemModifier and TypeMethodDescriptionDaprProtos.QueryStateResponse.Builder.addAllResults
(Iterable<? extends DaprProtos.QueryStateItem> values) An array of query results.