xyz.block.ftl.v1.schema.Config Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/schema/schema.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.schema;
/**
* Protobuf type {@code xyz.block.ftl.v1.schema.Config}
*/
public final class Config extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xyz.block.ftl.v1.schema.Config)
ConfigOrBuilder {
private static final long serialVersionUID = 0L;
// Use Config.newBuilder() to construct.
private Config(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Config() {
comments_ =
com.google.protobuf.LazyStringArrayList.emptyList();
name_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Config();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xyz.block.ftl.v1.schema.SchemaOuterClass.internal_static_xyz_block_ftl_v1_schema_Config_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xyz.block.ftl.v1.schema.SchemaOuterClass.internal_static_xyz_block_ftl_v1_schema_Config_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xyz.block.ftl.v1.schema.Config.class, xyz.block.ftl.v1.schema.Config.Builder.class);
}
private int bitField0_;
public static final int POS_FIELD_NUMBER = 1;
private xyz.block.ftl.v1.schema.Position pos_;
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return Whether the pos field is set.
*/
@java.lang.Override
public boolean hasPos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return The pos.
*/
@java.lang.Override
public xyz.block.ftl.v1.schema.Position getPos() {
return pos_ == null ? xyz.block.ftl.v1.schema.Position.getDefaultInstance() : pos_;
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
@java.lang.Override
public xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder() {
return pos_ == null ? xyz.block.ftl.v1.schema.Position.getDefaultInstance() : pos_;
}
public static final int COMMENTS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList comments_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string comments = 2;
* @return A list containing the comments.
*/
public com.google.protobuf.ProtocolStringList
getCommentsList() {
return comments_;
}
/**
* repeated string comments = 2;
* @return The count of comments.
*/
public int getCommentsCount() {
return comments_.size();
}
/**
* repeated string comments = 2;
* @param index The index of the element to return.
* @return The comments at the given index.
*/
public java.lang.String getComments(int index) {
return comments_.get(index);
}
/**
* repeated string comments = 2;
* @param index The index of the value to return.
* @return The bytes of the comments at the given index.
*/
public com.google.protobuf.ByteString
getCommentsBytes(int index) {
return comments_.getByteString(index);
}
public static final int NAME_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* string name = 3;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
name_ = s;
return s;
}
}
/**
* string name = 3;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TYPE_FIELD_NUMBER = 4;
private xyz.block.ftl.v1.schema.Type type_;
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
* @return The type.
*/
@java.lang.Override
public xyz.block.ftl.v1.schema.Type getType() {
return type_ == null ? xyz.block.ftl.v1.schema.Type.getDefaultInstance() : type_;
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
@java.lang.Override
public xyz.block.ftl.v1.schema.TypeOrBuilder getTypeOrBuilder() {
return type_ == null ? xyz.block.ftl.v1.schema.Type.getDefaultInstance() : type_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getPos());
}
for (int i = 0; i < comments_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, comments_.getRaw(i));
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(4, getType());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getPos());
}
{
int dataSize = 0;
for (int i = 0; i < comments_.size(); i++) {
dataSize += computeStringSizeNoTag(comments_.getRaw(i));
}
size += dataSize;
size += 1 * getCommentsList().size();
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getType());
}
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.schema.Config)) {
return super.equals(obj);
}
xyz.block.ftl.v1.schema.Config other = (xyz.block.ftl.v1.schema.Config) obj;
if (hasPos() != other.hasPos()) return false;
if (hasPos()) {
if (!getPos()
.equals(other.getPos())) return false;
}
if (!getCommentsList()
.equals(other.getCommentsList())) return false;
if (!getName()
.equals(other.getName())) return false;
if (hasType() != other.hasType()) return false;
if (hasType()) {
if (!getType()
.equals(other.getType())) 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();
if (hasPos()) {
hash = (37 * hash) + POS_FIELD_NUMBER;
hash = (53 * hash) + getPos().hashCode();
}
if (getCommentsCount() > 0) {
hash = (37 * hash) + COMMENTS_FIELD_NUMBER;
hash = (53 * hash) + getCommentsList().hashCode();
}
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
if (hasType()) {
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xyz.block.ftl.v1.schema.Config parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.schema.Config 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.schema.Config parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.schema.Config 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.schema.Config parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xyz.block.ftl.v1.schema.Config parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xyz.block.ftl.v1.schema.Config parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.schema.Config 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.schema.Config parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.schema.Config 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.schema.Config parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xyz.block.ftl.v1.schema.Config 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.schema.Config 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.schema.Config}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xyz.block.ftl.v1.schema.Config)
xyz.block.ftl.v1.schema.ConfigOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xyz.block.ftl.v1.schema.SchemaOuterClass.internal_static_xyz_block_ftl_v1_schema_Config_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xyz.block.ftl.v1.schema.SchemaOuterClass.internal_static_xyz_block_ftl_v1_schema_Config_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xyz.block.ftl.v1.schema.Config.class, xyz.block.ftl.v1.schema.Config.Builder.class);
}
// Construct using xyz.block.ftl.v1.schema.Config.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getPosFieldBuilder();
getTypeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
pos_ = null;
if (posBuilder_ != null) {
posBuilder_.dispose();
posBuilder_ = null;
}
comments_ =
com.google.protobuf.LazyStringArrayList.emptyList();
name_ = "";
type_ = null;
if (typeBuilder_ != null) {
typeBuilder_.dispose();
typeBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xyz.block.ftl.v1.schema.SchemaOuterClass.internal_static_xyz_block_ftl_v1_schema_Config_descriptor;
}
@java.lang.Override
public xyz.block.ftl.v1.schema.Config getDefaultInstanceForType() {
return xyz.block.ftl.v1.schema.Config.getDefaultInstance();
}
@java.lang.Override
public xyz.block.ftl.v1.schema.Config build() {
xyz.block.ftl.v1.schema.Config result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xyz.block.ftl.v1.schema.Config buildPartial() {
xyz.block.ftl.v1.schema.Config result = new xyz.block.ftl.v1.schema.Config(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xyz.block.ftl.v1.schema.Config result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.pos_ = posBuilder_ == null
? pos_
: posBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
comments_.makeImmutable();
result.comments_ = comments_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.type_ = typeBuilder_ == null
? type_
: typeBuilder_.build();
to_bitField0_ |= 0x00000002;
}
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.schema.Config) {
return mergeFrom((xyz.block.ftl.v1.schema.Config)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xyz.block.ftl.v1.schema.Config other) {
if (other == xyz.block.ftl.v1.schema.Config.getDefaultInstance()) return this;
if (other.hasPos()) {
mergePos(other.getPos());
}
if (!other.comments_.isEmpty()) {
if (comments_.isEmpty()) {
comments_ = other.comments_;
bitField0_ |= 0x00000002;
} else {
ensureCommentsIsMutable();
comments_.addAll(other.comments_);
}
onChanged();
}
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.hasType()) {
mergeType(other.getType());
}
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: {
input.readMessage(
getPosFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
java.lang.String s = input.readStringRequireUtf8();
ensureCommentsIsMutable();
comments_.add(s);
break;
} // case 18
case 26: {
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getTypeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
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 xyz.block.ftl.v1.schema.Position pos_;
private com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Position, xyz.block.ftl.v1.schema.Position.Builder, xyz.block.ftl.v1.schema.PositionOrBuilder> posBuilder_;
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return Whether the pos field is set.
*/
public boolean hasPos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return The pos.
*/
public xyz.block.ftl.v1.schema.Position getPos() {
if (posBuilder_ == null) {
return pos_ == null ? xyz.block.ftl.v1.schema.Position.getDefaultInstance() : pos_;
} else {
return posBuilder_.getMessage();
}
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public Builder setPos(xyz.block.ftl.v1.schema.Position value) {
if (posBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
pos_ = value;
} else {
posBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public Builder setPos(
xyz.block.ftl.v1.schema.Position.Builder builderForValue) {
if (posBuilder_ == null) {
pos_ = builderForValue.build();
} else {
posBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public Builder mergePos(xyz.block.ftl.v1.schema.Position value) {
if (posBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
pos_ != null &&
pos_ != xyz.block.ftl.v1.schema.Position.getDefaultInstance()) {
getPosBuilder().mergeFrom(value);
} else {
pos_ = value;
}
} else {
posBuilder_.mergeFrom(value);
}
if (pos_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public Builder clearPos() {
bitField0_ = (bitField0_ & ~0x00000001);
pos_ = null;
if (posBuilder_ != null) {
posBuilder_.dispose();
posBuilder_ = null;
}
onChanged();
return this;
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public xyz.block.ftl.v1.schema.Position.Builder getPosBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getPosFieldBuilder().getBuilder();
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
public xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder() {
if (posBuilder_ != null) {
return posBuilder_.getMessageOrBuilder();
} else {
return pos_ == null ?
xyz.block.ftl.v1.schema.Position.getDefaultInstance() : pos_;
}
}
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Position, xyz.block.ftl.v1.schema.Position.Builder, xyz.block.ftl.v1.schema.PositionOrBuilder>
getPosFieldBuilder() {
if (posBuilder_ == null) {
posBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Position, xyz.block.ftl.v1.schema.Position.Builder, xyz.block.ftl.v1.schema.PositionOrBuilder>(
getPos(),
getParentForChildren(),
isClean());
pos_ = null;
}
return posBuilder_;
}
private com.google.protobuf.LazyStringArrayList comments_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureCommentsIsMutable() {
if (!comments_.isModifiable()) {
comments_ = new com.google.protobuf.LazyStringArrayList(comments_);
}
bitField0_ |= 0x00000002;
}
/**
* repeated string comments = 2;
* @return A list containing the comments.
*/
public com.google.protobuf.ProtocolStringList
getCommentsList() {
comments_.makeImmutable();
return comments_;
}
/**
* repeated string comments = 2;
* @return The count of comments.
*/
public int getCommentsCount() {
return comments_.size();
}
/**
* repeated string comments = 2;
* @param index The index of the element to return.
* @return The comments at the given index.
*/
public java.lang.String getComments(int index) {
return comments_.get(index);
}
/**
* repeated string comments = 2;
* @param index The index of the value to return.
* @return The bytes of the comments at the given index.
*/
public com.google.protobuf.ByteString
getCommentsBytes(int index) {
return comments_.getByteString(index);
}
/**
* repeated string comments = 2;
* @param index The index to set the value at.
* @param value The comments to set.
* @return This builder for chaining.
*/
public Builder setComments(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureCommentsIsMutable();
comments_.set(index, value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string comments = 2;
* @param value The comments to add.
* @return This builder for chaining.
*/
public Builder addComments(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureCommentsIsMutable();
comments_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string comments = 2;
* @param values The comments to add.
* @return This builder for chaining.
*/
public Builder addAllComments(
java.lang.Iterable values) {
ensureCommentsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, comments_);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* repeated string comments = 2;
* @return This builder for chaining.
*/
public Builder clearComments() {
comments_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);;
onChanged();
return this;
}
/**
* repeated string comments = 2;
* @param value The bytes of the comments to add.
* @return This builder for chaining.
*/
public Builder addCommentsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureCommentsIsMutable();
comments_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
* string name = 3;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string name = 3;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string name = 3;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* string name = 3;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* string name = 3;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private xyz.block.ftl.v1.schema.Type type_;
private com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Type, xyz.block.ftl.v1.schema.Type.Builder, xyz.block.ftl.v1.schema.TypeOrBuilder> typeBuilder_;
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
* @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
* @return The type.
*/
public xyz.block.ftl.v1.schema.Type getType() {
if (typeBuilder_ == null) {
return type_ == null ? xyz.block.ftl.v1.schema.Type.getDefaultInstance() : type_;
} else {
return typeBuilder_.getMessage();
}
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public Builder setType(xyz.block.ftl.v1.schema.Type value) {
if (typeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
} else {
typeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public Builder setType(
xyz.block.ftl.v1.schema.Type.Builder builderForValue) {
if (typeBuilder_ == null) {
type_ = builderForValue.build();
} else {
typeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public Builder mergeType(xyz.block.ftl.v1.schema.Type value) {
if (typeBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
type_ != null &&
type_ != xyz.block.ftl.v1.schema.Type.getDefaultInstance()) {
getTypeBuilder().mergeFrom(value);
} else {
type_ = value;
}
} else {
typeBuilder_.mergeFrom(value);
}
if (type_ != null) {
bitField0_ |= 0x00000008;
onChanged();
}
return this;
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000008);
type_ = null;
if (typeBuilder_ != null) {
typeBuilder_.dispose();
typeBuilder_ = null;
}
onChanged();
return this;
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public xyz.block.ftl.v1.schema.Type.Builder getTypeBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getTypeFieldBuilder().getBuilder();
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
public xyz.block.ftl.v1.schema.TypeOrBuilder getTypeOrBuilder() {
if (typeBuilder_ != null) {
return typeBuilder_.getMessageOrBuilder();
} else {
return type_ == null ?
xyz.block.ftl.v1.schema.Type.getDefaultInstance() : type_;
}
}
/**
* .xyz.block.ftl.v1.schema.Type type = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Type, xyz.block.ftl.v1.schema.Type.Builder, xyz.block.ftl.v1.schema.TypeOrBuilder>
getTypeFieldBuilder() {
if (typeBuilder_ == null) {
typeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
xyz.block.ftl.v1.schema.Type, xyz.block.ftl.v1.schema.Type.Builder, xyz.block.ftl.v1.schema.TypeOrBuilder>(
getType(),
getParentForChildren(),
isClean());
type_ = null;
}
return typeBuilder_;
}
@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.schema.Config)
}
// @@protoc_insertion_point(class_scope:xyz.block.ftl.v1.schema.Config)
private static final xyz.block.ftl.v1.schema.Config DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xyz.block.ftl.v1.schema.Config();
}
public static xyz.block.ftl.v1.schema.Config getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Config 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.schema.Config getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy