- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.1.0
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. |