Interface ServiceLockInfoOrBuilder (0.10.0)

public interface ServiceLockInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.