Interface LockInfoOrBuilder (0.12.0)

public interface LockInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Time that the lock was taken.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Time that the lock was taken.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getInfo()

public abstract String getInfo()

Extra information to store with the lock, provided by the caller.

string info = 3;

Returns
TypeDescription
String

The info.

getInfoBytes()

public abstract ByteString getInfoBytes()

Extra information to store with the lock, provided by the caller.

string info = 3;

Returns
TypeDescription
ByteString

The bytes for info.

getLockId()

public abstract long getLockId()

Unique ID for the lock to be overridden with generation ID in the backend.

int64 lock_id = 1;

Returns
TypeDescription
long

The lockId.

getOperation()

public abstract String getOperation()

Terraform operation, provided by the caller.

string operation = 2;

Returns
TypeDescription
String

The operation.

getOperationBytes()

public abstract ByteString getOperationBytes()

Terraform operation, provided by the caller.

string operation = 2;

Returns
TypeDescription
ByteString

The bytes for operation.

getVersion()

public abstract String getVersion()

Terraform version

string version = 5;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Terraform version

string version = 5;

Returns
TypeDescription
ByteString

The bytes for version.

getWho()

public abstract String getWho()

user@hostname when available

string who = 4;

Returns
TypeDescription
String

The who.

getWhoBytes()

public abstract ByteString getWhoBytes()

user@hostname when available

string who = 4;

Returns
TypeDescription
ByteString

The bytes for who.

hasCreateTime()

public abstract boolean hasCreateTime()

Time that the lock was taken.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
boolean

Whether the createTime field is set.