Uses of Class
io.dapr.v1.DaprProtos.QueryStateItem.Builder
Packages that use DaprProtos.QueryStateItem.Builder
-
Uses of DaprProtos.QueryStateItem.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.QueryStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.QueryStateItem.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.QueryStateResponse.Builder.addResultsBuilder()
An array of query results.DaprProtos.QueryStateResponse.Builder.addResultsBuilder
(int index) An array of query results.DaprProtos.QueryStateItem.Builder.clear()
DaprProtos.QueryStateItem.Builder.clearData()
The object value.DaprProtos.QueryStateItem.Builder.clearError()
The error message indicating an error in processing of the query result.DaprProtos.QueryStateItem.Builder.clearEtag()
The entity tag which represents the specific version of data.DaprProtos.QueryStateItem.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.QueryStateItem.Builder.clearKey()
The object key.DaprProtos.QueryStateItem.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.QueryStateItem.Builder.clone()
DaprProtos.QueryStateResponse.Builder.getResultsBuilder
(int index) An array of query results.DaprProtos.QueryStateItem.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.QueryStateItem.Builder.mergeFrom
(com.google.protobuf.Message other) DaprProtos.QueryStateItem.Builder.mergeFrom
(DaprProtos.QueryStateItem other) DaprProtos.QueryStateItem.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.QueryStateItem.newBuilder()
DaprProtos.QueryStateItem.newBuilder
(DaprProtos.QueryStateItem prototype) DaprProtos.QueryStateItem.newBuilderForType()
protected DaprProtos.QueryStateItem.Builder
DaprProtos.QueryStateItem.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.QueryStateItem.Builder.setData
(com.google.protobuf.ByteString value) The object value.The error message indicating an error in processing of the query result.DaprProtos.QueryStateItem.Builder.setErrorBytes
(com.google.protobuf.ByteString value) The error message indicating an error in processing of the query result.The entity tag which represents the specific version of data.DaprProtos.QueryStateItem.Builder.setEtagBytes
(com.google.protobuf.ByteString value) The entity tag which represents the specific version of data.DaprProtos.QueryStateItem.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The object key.DaprProtos.QueryStateItem.Builder.setKeyBytes
(com.google.protobuf.ByteString value) The object key.DaprProtos.QueryStateItem.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.QueryStateItem.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.QueryStateItem.toBuilder()
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.QueryStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.QueryStateResponse.Builder.getResultsBuilderList()
An array of query results.Methods in io.dapr.v1 with parameters of type DaprProtos.QueryStateItem.BuilderModifier and TypeMethodDescriptionDaprProtos.QueryStateResponse.Builder.addResults
(int index, DaprProtos.QueryStateItem.Builder builderForValue) An array of query results.DaprProtos.QueryStateResponse.Builder.addResults
(DaprProtos.QueryStateItem.Builder builderForValue) An array of query results.DaprProtos.QueryStateResponse.Builder.setResults
(int index, DaprProtos.QueryStateItem.Builder builderForValue) An array of query results.