public interface ServiceLockInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOperation()
public abstract String getOperation()Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.
string operation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The operation. |
getOperationBytes()
public abstract ByteString getOperationBytes()Output only. The name of the operation that created this lock. The lock will automatically be released when the operation completes.
string operation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operation. |