Interface ServiceLockInfoOrBuilder (0.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ServiceLockInfoOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getOperation()
publicabstractStringgetOperation()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()
publicabstractByteStringgetOperationBytes()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. |