- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 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 static final class LockInfo.Builder extends GeneratedMessageV3.Builder<LockInfo.Builder> implements LockInfoOrBuilderDetails 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 |
StringThe 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 |
ByteStringThe 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 |
longThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for who to set. |
| Returns | |
|---|---|
| Type | Description |
LockInfo.Builder |
This builder for chaining. |