public static final class LockInfo.Builder extends GeneratedMessageV3.Builder<LockInfo.Builder> implements LockInfoOrBuilder
Details about the lock which locked the deployment.
Protobuf type google.cloud.config.v1.LockInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LockInfo.BuilderImplements
LockInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LockInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
build()
public LockInfo build()
Returns | |
---|---|
Type | Description |
LockInfo |
buildPartial()
public LockInfo buildPartial()
Returns | |
---|---|
Type | Description |
LockInfo |
clear()
public LockInfo.Builder clear()
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
clearCreateTime()
public LockInfo.Builder clearCreateTime()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public LockInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
clearInfo()
public LockInfo.Builder clearInfo()
Extra information to store with the lock, provided by the caller.
string info = 3;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
clearLockId()
public LockInfo.Builder clearLockId()
Unique ID for the lock to be overridden with generation ID in the backend.
int64 lock_id = 1;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LockInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
clearOperation()
public LockInfo.Builder clearOperation()
Terraform operation, provided by the caller.
string operation = 2;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
clearVersion()
public LockInfo.Builder clearVersion()
Terraform version
string version = 5;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
clearWho()
public LockInfo.Builder clearWho()
user@hostname when available
string who = 4;
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
clone()
public LockInfo.Builder clone()
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
getCreateTime()
public Timestamp getCreateTime()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public LockInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LockInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInfo()
public String getInfo()
Extra information to store with the lock, provided by the caller.
string info = 3;
Returns | |
---|---|
Type | Description |
String |
The info. |
getInfoBytes()
public 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 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 String getOperation()
Terraform operation, provided by the caller.
string operation = 2;
Returns | |
---|---|
Type | Description |
String |
The operation. |
getOperationBytes()
public ByteString getOperationBytes()
Terraform operation, provided by the caller.
string operation = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for operation. |
getVersion()
public String getVersion()
Terraform version
string version = 5;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()
Terraform version
string version = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |
getWho()
public String getWho()
user@hostname when available
string who = 4;
Returns | |
---|---|
Type | Description |
String |
The who. |
getWhoBytes()
public ByteString getWhoBytes()
user@hostname when available
string who = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for who. |
hasCreateTime()
public boolean hasCreateTime()
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public LockInfo.Builder mergeCreateTime(Timestamp value)
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
mergeFrom(LockInfo other)
public LockInfo.Builder mergeFrom(LockInfo other)
Parameter | |
---|---|
Name | Description |
other |
LockInfo |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LockInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LockInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LockInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setCreateTime(Timestamp value)
public LockInfo.Builder setCreateTime(Timestamp value)
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public LockInfo.Builder setCreateTime(Timestamp.Builder builderForValue)
Time that the lock was taken.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LockInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setInfo(String value)
public LockInfo.Builder setInfo(String value)
Extra information to store with the lock, provided by the caller.
string info = 3;
Parameter | |
---|---|
Name | Description |
value |
String The info to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setInfoBytes(ByteString value)
public LockInfo.Builder setInfoBytes(ByteString value)
Extra information to store with the lock, provided by the caller.
string info = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for info to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setLockId(long value)
public LockInfo.Builder setLockId(long value)
Unique ID for the lock to be overridden with generation ID in the backend.
int64 lock_id = 1;
Parameter | |
---|---|
Name | Description |
value |
long The lockId to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setOperation(String value)
public LockInfo.Builder setOperation(String value)
Terraform operation, provided by the caller.
string operation = 2;
Parameter | |
---|---|
Name | Description |
value |
String The operation to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setOperationBytes(ByteString value)
public LockInfo.Builder setOperationBytes(ByteString value)
Terraform operation, provided by the caller.
string operation = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for operation to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LockInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LockInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
setVersion(String value)
public LockInfo.Builder setVersion(String value)
Terraform version
string version = 5;
Parameter | |
---|---|
Name | Description |
value |
String The version to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public LockInfo.Builder setVersionBytes(ByteString value)
Terraform version
string version = 5;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setWho(String value)
public LockInfo.Builder setWho(String value)
user@hostname when available
string who = 4;
Parameter | |
---|---|
Name | Description |
value |
String The who to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |
setWhoBytes(ByteString value)
public LockInfo.Builder setWhoBytes(ByteString value)
user@hostname when available
string who = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for who to set. |
Returns | |
---|---|
Type | Description |
LockInfo.Builder |
This builder for chaining. |