UnlockResponse |
UnlockResponse.Builder.build() |
UnlockResponse |
UnlockResponse.Builder.buildPartial() |
static UnlockResponse |
UnlockResponse.getDefaultInstance() |
UnlockResponse |
UnlockResponse.getDefaultInstanceForType() |
UnlockResponse |
UnlockResponse.Builder.getDefaultInstanceForType() |
static UnlockResponse |
UnlockResponse.parseDelimitedFrom(InputStream input) |
static UnlockResponse |
UnlockResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(byte[] data) |
static UnlockResponse |
UnlockResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(ByteBuffer data) |
static UnlockResponse |
UnlockResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.ByteString data) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(InputStream input) |
static UnlockResponse |
UnlockResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnlockResponse |
LockGrpc.LockBlockingStub.unlock(UnlockRequest request)
Unlock takes a key returned by Lock and releases the hold on lock.
|