Uses of Class
io.dapr.v1.DaprProtos.TryLockResponse
-
Uses of DaprProtos.TryLockResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.TryLockResponse.Builder.build()
DaprProtos.TryLockResponse.Builder.buildPartial()
static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.getDefaultInstance()
DaprProtos.TryLockResponse.Builder.getDefaultInstanceForType()
DaprProtos.TryLockResponse.getDefaultInstanceForType()
static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseDelimitedFrom
(InputStream input) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(byte[] data) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(InputStream input) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(ByteBuffer data) static DaprProtos.TryLockResponse
DaprProtos.TryLockResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprGrpc.DaprBlockingStub.tryLockAlpha1
(DaprProtos.TryLockRequest request) TryLockAlpha1 tries to get a lock with an expiry.Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.TryLockResponse>
DaprProtos.TryLockResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.TryLockRequest,
DaprProtos.TryLockResponse> DaprGrpc.getTryLockAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.TryLockResponse>
DaprProtos.TryLockResponse.parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.TryLockResponse>
DaprGrpc.DaprFutureStub.tryLockAlpha1
(DaprProtos.TryLockRequest request) TryLockAlpha1 tries to get a lock with an expiry.Modifier and TypeMethodDescriptionDaprProtos.TryLockResponse.Builder.mergeFrom
(DaprProtos.TryLockResponse other) DaprProtos.TryLockResponse.newBuilder
(DaprProtos.TryLockResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.tryLockAlpha1
(DaprProtos.TryLockRequest request, io.grpc.stub.StreamObserver<DaprProtos.TryLockResponse> responseObserver) TryLockAlpha1 tries to get a lock with an expiry.void
DaprGrpc.DaprStub.tryLockAlpha1
(DaprProtos.TryLockRequest request, io.grpc.stub.StreamObserver<DaprProtos.TryLockResponse> responseObserver) TryLockAlpha1 tries to get a lock with an expiry.