public interface LockInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getInfo()
public abstract String getInfo()
Extra information to store with the lock, provided by the caller.
string info = 3;
Returns | |
---|---|
Type | Description |
String | The info. |
getInfoBytes()
public abstract ByteString getInfoBytes()
Extra information to store with the lock, provided by the caller.
string info = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long | The lockId. |
getOperation()
public abstract String getOperation()
Terraform operation, provided by the caller.
string operation = 2;
Returns | |
---|---|
Type | Description |
String | The operation. |
getOperationBytes()
public abstract ByteString getOperationBytes()
Terraform operation, provided by the caller.
string operation = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for operation. |
getVersion()
public abstract String getVersion()
Terraform version
string version = 5;
Returns | |
---|---|
Type | Description |
String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
Terraform version
string version = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for version. |
getWho()
public abstract String getWho()
user@hostname when available
string who = 4;
Returns | |
---|---|
Type | Description |
String | The who. |
getWhoBytes()
public abstract ByteString getWhoBytes()
user@hostname when available
string who = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for who. |
hasCreateTime()
public abstract boolean hasCreateTime()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |