Uses of Class
io.dapr.v1.DaprProtos.GetBulkStateResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.GetBulkStateResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetBulkStateResponse Modifier and Type Method Description DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse.Builder. build()
DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse.Builder. buildPartial()
DaprProtos.GetBulkStateResponse
DaprGrpc.DaprBlockingStub. getBulkState(DaprProtos.GetBulkStateRequest request)
Gets a bulk of state items for a list of keysstatic DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. getDefaultInstance()
DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse.Builder. getDefaultInstanceForType()
DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. getDefaultInstanceForType()
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(byte[] data)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(java.io.InputStream input)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.GetBulkStateResponse
DaprProtos.GetBulkStateResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetBulkStateResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkStateResponse>
DaprGrpc.DaprFutureStub. getBulkState(DaprProtos.GetBulkStateRequest request)
Gets a bulk of state items for a list of keysstatic io.grpc.MethodDescriptor<DaprProtos.GetBulkStateRequest,DaprProtos.GetBulkStateResponse>
DaprGrpc. getGetBulkStateMethod()
com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
DaprProtos.GetBulkStateResponse. getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
DaprProtos.GetBulkStateResponse. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetBulkStateResponse Modifier and Type Method Description DaprProtos.GetBulkStateResponse.Builder
DaprProtos.GetBulkStateResponse.Builder. mergeFrom(DaprProtos.GetBulkStateResponse other)
static DaprProtos.GetBulkStateResponse.Builder
DaprProtos.GetBulkStateResponse. newBuilder(DaprProtos.GetBulkStateResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetBulkStateResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. getBulkState(DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
Gets a bulk of state items for a list of keysvoid
DaprGrpc.DaprStub. getBulkState(DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver)
Gets a bulk of state items for a list of keys