Package io.dapr.v1
Interface DaprProtos.UnlockRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.UnlockRequest,DaprProtos.UnlockRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.UnlockRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLockOwner()string lock_owner = 3;com.google.protobuf.ByteStringgetLockOwnerBytes()string lock_owner = 3;StringgetResourceId()resource_id is the lock key.com.google.protobuf.ByteStringgetResourceIdBytes()resource_id is the lock key.StringgetStoreName()string store_name = 1;com.google.protobuf.ByteStringgetStoreNameBytes()string store_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStoreName
String getStoreName()
string store_name = 1;- Returns:
- The storeName.
-
getStoreNameBytes
com.google.protobuf.ByteString getStoreNameBytes()
string store_name = 1;- Returns:
- The bytes for storeName.
-
getResourceId
String getResourceId()
resource_id is the lock key.
string resource_id = 2;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()
resource_id is the lock key.
string resource_id = 2;- Returns:
- The bytes for resourceId.
-
getLockOwner
String getLockOwner()
string lock_owner = 3;- Returns:
- The lockOwner.
-
getLockOwnerBytes
com.google.protobuf.ByteString getLockOwnerBytes()
string lock_owner = 3;- Returns:
- The bytes for lockOwner.
-
-