xyz.block.ftl.v1.AcquireLeaseRequest Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/module.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;
/**
* Protobuf type {@code xyz.block.ftl.v1.AcquireLeaseRequest}
*/
public final class AcquireLeaseRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xyz.block.ftl.v1.AcquireLeaseRequest)
AcquireLeaseRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use AcquireLeaseRequest.newBuilder() to construct.
private AcquireLeaseRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AcquireLeaseRequest() {
module_ = "";
key_ =
com.google.protobuf.LazyStringArrayList.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AcquireLeaseRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xyz.block.ftl.v1.Module.internal_static_xyz_block_ftl_v1_AcquireLeaseRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xyz.block.ftl.v1.Module.internal_static_xyz_block_ftl_v1_AcquireLeaseRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xyz.block.ftl.v1.AcquireLeaseRequest.class, xyz.block.ftl.v1.AcquireLeaseRequest.Builder.class);
}
private int bitField0_;
public static final int MODULE_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object module_ = "";
/**
* string module = 1;
* @return The module.
*/
@java.lang.Override
public java.lang.String getModule() {
java.lang.Object ref = module_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
module_ = s;
return s;
}
}
/**
* string module = 1;
* @return The bytes for module.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getModuleBytes() {
java.lang.Object ref = module_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
module_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int KEY_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList key_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string key = 2;
* @return A list containing the key.
*/
public com.google.protobuf.ProtocolStringList
getKeyList() {
return key_;
}
/**
* repeated string key = 2;
* @return The count of key.
*/
public int getKeyCount() {
return key_.size();
}
/**
* repeated string key = 2;
* @param index The index of the element to return.
* @return The key at the given index.
*/
public java.lang.String getKey(int index) {
return key_.get(index);
}
/**
* repeated string key = 2;
* @param index The index of the value to return.
* @return The bytes of the key at the given index.
*/
public com.google.protobuf.ByteString
getKeyBytes(int index) {
return key_.getByteString(index);
}
public static final int TTL_FIELD_NUMBER = 3;
private com.google.protobuf.Duration ttl_;
/**
* .google.protobuf.Duration ttl = 3;
* @return Whether the ttl field is set.
*/
@java.lang.Override
public boolean hasTtl() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .google.protobuf.Duration ttl = 3;
* @return The ttl.
*/
@java.lang.Override
public com.google.protobuf.Duration getTtl() {
return ttl_ == null ? com.google.protobuf.Duration.getDefaultInstance() : ttl_;
}
/**
* .google.protobuf.Duration ttl = 3;
*/
@java.lang.Override
public com.google.protobuf.DurationOrBuilder getTtlOrBuilder() {
return ttl_ == null ? com.google.protobuf.Duration.getDefaultInstance() : ttl_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(module_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, module_);
}
for (int i = 0; i < key_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, key_.getRaw(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(3, getTtl());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(module_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, module_);
}
{
int dataSize = 0;
for (int i = 0; i < key_.size(); i++) {
dataSize += computeStringSizeNoTag(key_.getRaw(i));
}
size += dataSize;
size += 1 * getKeyList().size();
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getTtl());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof xyz.block.ftl.v1.AcquireLeaseRequest)) {
return super.equals(obj);
}
xyz.block.ftl.v1.AcquireLeaseRequest other = (xyz.block.ftl.v1.AcquireLeaseRequest) obj;
if (!getModule()
.equals(other.getModule())) return false;
if (!getKeyList()
.equals(other.getKeyList())) return false;
if (hasTtl() != other.hasTtl()) return false;
if (hasTtl()) {
if (!getTtl()
.equals(other.getTtl())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + MODULE_FIELD_NUMBER;
hash = (53 * hash) + getModule().hashCode();
if (getKeyCount() > 0) {
hash = (37 * hash) + KEY_FIELD_NUMBER;
hash = (53 * hash) + getKeyList().hashCode();
}
if (hasTtl()) {
hash = (37 * hash) + TTL_FIELD_NUMBER;
hash = (53 * hash) + getTtl().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.AcquireLeaseRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(xyz.block.ftl.v1.AcquireLeaseRequest prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code xyz.block.ftl.v1.AcquireLeaseRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xyz.block.ftl.v1.AcquireLeaseRequest)
xyz.block.ftl.v1.AcquireLeaseRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xyz.block.ftl.v1.Module.internal_static_xyz_block_ftl_v1_AcquireLeaseRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xyz.block.ftl.v1.Module.internal_static_xyz_block_ftl_v1_AcquireLeaseRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xyz.block.ftl.v1.AcquireLeaseRequest.class, xyz.block.ftl.v1.AcquireLeaseRequest.Builder.class);
}
// Construct using xyz.block.ftl.v1.AcquireLeaseRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getTtlFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
module_ = "";
key_ =
com.google.protobuf.LazyStringArrayList.emptyList();
ttl_ = null;
if (ttlBuilder_ != null) {
ttlBuilder_.dispose();
ttlBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xyz.block.ftl.v1.Module.internal_static_xyz_block_ftl_v1_AcquireLeaseRequest_descriptor;
}
@java.lang.Override
public xyz.block.ftl.v1.AcquireLeaseRequest getDefaultInstanceForType() {
return xyz.block.ftl.v1.AcquireLeaseRequest.getDefaultInstance();
}
@java.lang.Override
public xyz.block.ftl.v1.AcquireLeaseRequest build() {
xyz.block.ftl.v1.AcquireLeaseRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xyz.block.ftl.v1.AcquireLeaseRequest buildPartial() {
xyz.block.ftl.v1.AcquireLeaseRequest result = new xyz.block.ftl.v1.AcquireLeaseRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xyz.block.ftl.v1.AcquireLeaseRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.module_ = module_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
key_.makeImmutable();
result.key_ = key_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000004) != 0)) {
result.ttl_ = ttlBuilder_ == null
? ttl_
: ttlBuilder_.build();
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof xyz.block.ftl.v1.AcquireLeaseRequest) {
return mergeFrom((xyz.block.ftl.v1.AcquireLeaseRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xyz.block.ftl.v1.AcquireLeaseRequest other) {
if (other == xyz.block.ftl.v1.AcquireLeaseRequest.getDefaultInstance()) return this;
if (!other.getModule().isEmpty()) {
module_ = other.module_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.key_.isEmpty()) {
if (key_.isEmpty()) {
key_ = other.key_;
bitField0_ |= 0x00000002;
} else {
ensureKeyIsMutable();
key_.addAll(other.key_);
}
onChanged();
}
if (other.hasTtl()) {
mergeTtl(other.getTtl());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
module_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
java.lang.String s = input.readStringRequireUtf8();
ensureKeyIsMutable();
key_.add(s);
break;
} // case 18
case 26: {
input.readMessage(
getTtlFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object module_ = "";
/**
* string module = 1;
* @return The module.
*/
public java.lang.String getModule() {
java.lang.Object ref = module_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
module_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string module = 1;
* @return The bytes for module.
*/
public com.google.protobuf.ByteString
getModuleBytes() {
java.lang.Object ref = module_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
module_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string module = 1;
* @param value The module to set.
* @return This builder for chaining.
*/
public Builder setModule(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
module_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* string module = 1;
* @return This builder for chaining.
*/
public Builder clearModule() {
module_ = getDefaultInstance().getModule();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* string module = 1;
* @param value The bytes for module to set.
* @return This builder for chaining.
*/
public Builder setModuleBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
module_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList key_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureKeyIsMutable() {
if (!key_.isModifiable()) {
key_ = new com.google.protobuf.LazyStringArrayList(key_);
}
bitField0_ |= 0x00000002;
}
/**
* repeated string key = 2;
* @return A list containing the key.
*/
public com.google.protobuf.ProtocolStringList
getKeyList() {
key_.makeImmutable();
return key_;
}
/**
* repeated string key = 2;
* @return The count of key.
*/
public int getKeyCount() {
return key_.size();
}
/**
* repeated string key = 2;
* @param index The index of the element to return.
* @return The key at the given index.
*/
public java.lang.String getKey(int index) {
return key_.get(index);
}
/**
* repeated string key = 2;
* @param index The index of the value to return.
* @return The bytes of the key at the given index.
*/
public com.google.protobuf.ByteString
getKeyBytes(int index) {
return key_.getByteString(index);
}
/**
* repeated string key = 2;
* @param index The index to set the value at.
* @param value The key to set.
* @return This builder for chaining.
*/
public Builder setKey(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureKeyIsMutable();
key_.set(index, value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string key = 2;
* @param value The key to add.
* @return This builder for chaining.
*/
public Builder addKey(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureKeyIsMutable();
key_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string key = 2;
* @param values The key to add.
* @return This builder for chaining.
*/
public Builder addAllKey(
java.lang.Iterable values) {
ensureKeyIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, key_);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string key = 2;
* @return This builder for chaining.
*/
public Builder clearKey() {
key_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);;
onChanged();
return this;
}
/**
* repeated string key = 2;
* @param value The bytes of the key to add.
* @return This builder for chaining.
*/
public Builder addKeyBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureKeyIsMutable();
key_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private com.google.protobuf.Duration ttl_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> ttlBuilder_;
/**
* .google.protobuf.Duration ttl = 3;
* @return Whether the ttl field is set.
*/
public boolean hasTtl() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .google.protobuf.Duration ttl = 3;
* @return The ttl.
*/
public com.google.protobuf.Duration getTtl() {
if (ttlBuilder_ == null) {
return ttl_ == null ? com.google.protobuf.Duration.getDefaultInstance() : ttl_;
} else {
return ttlBuilder_.getMessage();
}
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public Builder setTtl(com.google.protobuf.Duration value) {
if (ttlBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ttl_ = value;
} else {
ttlBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public Builder setTtl(
com.google.protobuf.Duration.Builder builderForValue) {
if (ttlBuilder_ == null) {
ttl_ = builderForValue.build();
} else {
ttlBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public Builder mergeTtl(com.google.protobuf.Duration value) {
if (ttlBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
ttl_ != null &&
ttl_ != com.google.protobuf.Duration.getDefaultInstance()) {
getTtlBuilder().mergeFrom(value);
} else {
ttl_ = value;
}
} else {
ttlBuilder_.mergeFrom(value);
}
if (ttl_ != null) {
bitField0_ |= 0x00000004;
onChanged();
}
return this;
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public Builder clearTtl() {
bitField0_ = (bitField0_ & ~0x00000004);
ttl_ = null;
if (ttlBuilder_ != null) {
ttlBuilder_.dispose();
ttlBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public com.google.protobuf.Duration.Builder getTtlBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getTtlFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Duration ttl = 3;
*/
public com.google.protobuf.DurationOrBuilder getTtlOrBuilder() {
if (ttlBuilder_ != null) {
return ttlBuilder_.getMessageOrBuilder();
} else {
return ttl_ == null ?
com.google.protobuf.Duration.getDefaultInstance() : ttl_;
}
}
/**
* .google.protobuf.Duration ttl = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>
getTtlFieldBuilder() {
if (ttlBuilder_ == null) {
ttlBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
getTtl(),
getParentForChildren(),
isClean());
ttl_ = null;
}
return ttlBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:xyz.block.ftl.v1.AcquireLeaseRequest)
}
// @@protoc_insertion_point(class_scope:xyz.block.ftl.v1.AcquireLeaseRequest)
private static final xyz.block.ftl.v1.AcquireLeaseRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xyz.block.ftl.v1.AcquireLeaseRequest();
}
public static xyz.block.ftl.v1.AcquireLeaseRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AcquireLeaseRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public xyz.block.ftl.v1.AcquireLeaseRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy