com.alibaba.fluss.protogen.tests.PointFrame Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: point_frame.proto
// Protobuf Java Version: 3.25.5
package com.alibaba.fluss.protogen.tests;
public final class PointFrame {
private PointFrame() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface PointOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.alibaba.fluss.protogen.tests.Point)
com.google.protobuf.MessageOrBuilder {
/**
* required int32 x = 1;
* @return Whether the x field is set.
*/
boolean hasX();
/**
* required int32 x = 1;
* @return The x.
*/
int getX();
/**
* required int32 y = 2;
* @return Whether the y field is set.
*/
boolean hasY();
/**
* required int32 y = 2;
* @return The y.
*/
int getY();
/**
* optional int32 z = 3;
* @return Whether the z field is set.
*/
boolean hasZ();
/**
* optional int32 z = 3;
* @return The z.
*/
int getZ();
}
/**
* Protobuf type {@code com.alibaba.fluss.protogen.tests.Point}
*/
public static final class Point extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.alibaba.fluss.protogen.tests.Point)
PointOrBuilder {
private static final long serialVersionUID = 0L;
// Use Point.newBuilder() to construct.
private Point(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Point() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Point();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Point_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.fluss.protogen.tests.PointFrame.Point.class, com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder.class);
}
private int bitField0_;
public static final int X_FIELD_NUMBER = 1;
private int x_ = 0;
/**
* required int32 x = 1;
* @return Whether the x field is set.
*/
@java.lang.Override
public boolean hasX() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 x = 1;
* @return The x.
*/
@java.lang.Override
public int getX() {
return x_;
}
public static final int Y_FIELD_NUMBER = 2;
private int y_ = 0;
/**
* required int32 y = 2;
* @return Whether the y field is set.
*/
@java.lang.Override
public boolean hasY() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 y = 2;
* @return The y.
*/
@java.lang.Override
public int getY() {
return y_;
}
public static final int Z_FIELD_NUMBER = 3;
private int z_ = 0;
/**
* optional int32 z = 3;
* @return Whether the z field is set.
*/
@java.lang.Override
public boolean hasZ() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int32 z = 3;
* @return The z.
*/
@java.lang.Override
public int getZ() {
return z_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
if (!hasX()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasY()) {
memoizedIsInitialized = 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.writeInt32(1, x_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeInt32(2, y_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeInt32(3, z_);
}
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
.computeInt32Size(1, x_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, y_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, z_);
}
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 com.alibaba.fluss.protogen.tests.PointFrame.Point)) {
return super.equals(obj);
}
com.alibaba.fluss.protogen.tests.PointFrame.Point other = (com.alibaba.fluss.protogen.tests.PointFrame.Point) obj;
if (hasX() != other.hasX()) return false;
if (hasX()) {
if (getX()
!= other.getX()) return false;
}
if (hasY() != other.hasY()) return false;
if (hasY()) {
if (getY()
!= other.getY()) return false;
}
if (hasZ() != other.hasZ()) return false;
if (hasZ()) {
if (getZ()
!= other.getZ()) 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 (hasX()) {
hash = (37 * hash) + X_FIELD_NUMBER;
hash = (53 * hash) + getX();
}
if (hasY()) {
hash = (37 * hash) + Y_FIELD_NUMBER;
hash = (53 * hash) + getY();
}
if (hasZ()) {
hash = (37 * hash) + Z_FIELD_NUMBER;
hash = (53 * hash) + getZ();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point 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 com.alibaba.fluss.protogen.tests.PointFrame.Point parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point 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 com.alibaba.fluss.protogen.tests.PointFrame.Point parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point 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(com.alibaba.fluss.protogen.tests.PointFrame.Point 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 com.alibaba.fluss.protogen.tests.Point}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.alibaba.fluss.protogen.tests.Point)
com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Point_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.fluss.protogen.tests.PointFrame.Point.class, com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder.class);
}
// Construct using com.alibaba.fluss.protogen.tests.PointFrame.Point.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
x_ = 0;
y_ = 0;
z_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor;
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Point getDefaultInstanceForType() {
return com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance();
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Point build() {
com.alibaba.fluss.protogen.tests.PointFrame.Point result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Point buildPartial() {
com.alibaba.fluss.protogen.tests.PointFrame.Point result = new com.alibaba.fluss.protogen.tests.PointFrame.Point(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.alibaba.fluss.protogen.tests.PointFrame.Point result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.x_ = x_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.y_ = y_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.z_ = z_;
to_bitField0_ |= 0x00000004;
}
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 com.alibaba.fluss.protogen.tests.PointFrame.Point) {
return mergeFrom((com.alibaba.fluss.protogen.tests.PointFrame.Point)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alibaba.fluss.protogen.tests.PointFrame.Point other) {
if (other == com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance()) return this;
if (other.hasX()) {
setX(other.getX());
}
if (other.hasY()) {
setY(other.getY());
}
if (other.hasZ()) {
setZ(other.getZ());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
if (!hasX()) {
return false;
}
if (!hasY()) {
return false;
}
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 8: {
x_ = input.readInt32();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
y_ = input.readInt32();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24: {
z_ = input.readInt32();
bitField0_ |= 0x00000004;
break;
} // case 24
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 int x_ ;
/**
* required int32 x = 1;
* @return Whether the x field is set.
*/
@java.lang.Override
public boolean hasX() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 x = 1;
* @return The x.
*/
@java.lang.Override
public int getX() {
return x_;
}
/**
* required int32 x = 1;
* @param value The x to set.
* @return This builder for chaining.
*/
public Builder setX(int value) {
x_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* required int32 x = 1;
* @return This builder for chaining.
*/
public Builder clearX() {
bitField0_ = (bitField0_ & ~0x00000001);
x_ = 0;
onChanged();
return this;
}
private int y_ ;
/**
* required int32 y = 2;
* @return Whether the y field is set.
*/
@java.lang.Override
public boolean hasY() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 y = 2;
* @return The y.
*/
@java.lang.Override
public int getY() {
return y_;
}
/**
* required int32 y = 2;
* @param value The y to set.
* @return This builder for chaining.
*/
public Builder setY(int value) {
y_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* required int32 y = 2;
* @return This builder for chaining.
*/
public Builder clearY() {
bitField0_ = (bitField0_ & ~0x00000002);
y_ = 0;
onChanged();
return this;
}
private int z_ ;
/**
* optional int32 z = 3;
* @return Whether the z field is set.
*/
@java.lang.Override
public boolean hasZ() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int32 z = 3;
* @return The z.
*/
@java.lang.Override
public int getZ() {
return z_;
}
/**
* optional int32 z = 3;
* @param value The z to set.
* @return This builder for chaining.
*/
public Builder setZ(int value) {
z_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional int32 z = 3;
* @return This builder for chaining.
*/
public Builder clearZ() {
bitField0_ = (bitField0_ & ~0x00000004);
z_ = 0;
onChanged();
return this;
}
@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:com.alibaba.fluss.protogen.tests.Point)
}
// @@protoc_insertion_point(class_scope:com.alibaba.fluss.protogen.tests.Point)
private static final com.alibaba.fluss.protogen.tests.PointFrame.Point DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.alibaba.fluss.protogen.tests.PointFrame.Point();
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Point getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Point 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 com.alibaba.fluss.protogen.tests.PointFrame.Point getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface FrameOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.alibaba.fluss.protogen.tests.Frame)
com.google.protobuf.MessageOrBuilder {
/**
* required string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* required string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return Whether the point field is set.
*/
boolean hasPoint();
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return The point.
*/
com.alibaba.fluss.protogen.tests.PointFrame.Point getPoint();
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder getPointOrBuilder();
}
/**
* Protobuf type {@code com.alibaba.fluss.protogen.tests.Frame}
*/
public static final class Frame extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.alibaba.fluss.protogen.tests.Frame)
FrameOrBuilder {
private static final long serialVersionUID = 0L;
// Use Frame.newBuilder() to construct.
private Frame(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Frame() {
name_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Frame();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Frame_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.fluss.protogen.tests.PointFrame.Frame.class, com.alibaba.fluss.protogen.tests.PointFrame.Frame.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* required string name = 1;
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
* @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();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
}
}
/**
* required string name = 1;
* @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 POINT_FIELD_NUMBER = 2;
private com.alibaba.fluss.protogen.tests.PointFrame.Point point_;
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return Whether the point field is set.
*/
@java.lang.Override
public boolean hasPoint() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return The point.
*/
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Point getPoint() {
return point_ == null ? com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance() : point_;
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder getPointOrBuilder() {
return point_ == null ? com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance() : point_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
if (!hasName()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasPoint()) {
memoizedIsInitialized = 0;
return false;
}
if (!getPoint().isInitialized()) {
memoizedIsInitialized = 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)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(2, getPoint());
}
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.GeneratedMessageV3.computeStringSize(1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getPoint());
}
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 com.alibaba.fluss.protogen.tests.PointFrame.Frame)) {
return super.equals(obj);
}
com.alibaba.fluss.protogen.tests.PointFrame.Frame other = (com.alibaba.fluss.protogen.tests.PointFrame.Frame) obj;
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (hasPoint() != other.hasPoint()) return false;
if (hasPoint()) {
if (!getPoint()
.equals(other.getPoint())) 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 (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasPoint()) {
hash = (37 * hash) + POINT_FIELD_NUMBER;
hash = (53 * hash) + getPoint().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame 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 com.alibaba.fluss.protogen.tests.PointFrame.Frame parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame 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 com.alibaba.fluss.protogen.tests.PointFrame.Frame parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame 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(com.alibaba.fluss.protogen.tests.PointFrame.Frame 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 com.alibaba.fluss.protogen.tests.Frame}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.alibaba.fluss.protogen.tests.Frame)
com.alibaba.fluss.protogen.tests.PointFrame.FrameOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Frame_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.fluss.protogen.tests.PointFrame.Frame.class, com.alibaba.fluss.protogen.tests.PointFrame.Frame.Builder.class);
}
// Construct using com.alibaba.fluss.protogen.tests.PointFrame.Frame.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getPointFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
point_ = null;
if (pointBuilder_ != null) {
pointBuilder_.dispose();
pointBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alibaba.fluss.protogen.tests.PointFrame.internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor;
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Frame getDefaultInstanceForType() {
return com.alibaba.fluss.protogen.tests.PointFrame.Frame.getDefaultInstance();
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Frame build() {
com.alibaba.fluss.protogen.tests.PointFrame.Frame result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.alibaba.fluss.protogen.tests.PointFrame.Frame buildPartial() {
com.alibaba.fluss.protogen.tests.PointFrame.Frame result = new com.alibaba.fluss.protogen.tests.PointFrame.Frame(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.alibaba.fluss.protogen.tests.PointFrame.Frame result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.point_ = pointBuilder_ == null
? point_
: pointBuilder_.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 com.alibaba.fluss.protogen.tests.PointFrame.Frame) {
return mergeFrom((com.alibaba.fluss.protogen.tests.PointFrame.Frame)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alibaba.fluss.protogen.tests.PointFrame.Frame other) {
if (other == com.alibaba.fluss.protogen.tests.PointFrame.Frame.getDefaultInstance()) return this;
if (other.hasName()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.hasPoint()) {
mergePoint(other.getPoint());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
if (!hasName()) {
return false;
}
if (!hasPoint()) {
return false;
}
if (!getPoint().isInitialized()) {
return false;
}
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: {
name_ = input.readBytes();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
input.readMessage(
getPointFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
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 name_ = "";
/**
* required string name = 1;
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
* @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();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string name = 1;
* @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;
}
}
/**
* required string name = 1;
* @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_ |= 0x00000001;
onChanged();
return this;
}
/**
* required string name = 1;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* required string name = 1;
* @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(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private com.alibaba.fluss.protogen.tests.PointFrame.Point point_;
private com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.fluss.protogen.tests.PointFrame.Point, com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder, com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder> pointBuilder_;
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return Whether the point field is set.
*/
public boolean hasPoint() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
* @return The point.
*/
public com.alibaba.fluss.protogen.tests.PointFrame.Point getPoint() {
if (pointBuilder_ == null) {
return point_ == null ? com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance() : point_;
} else {
return pointBuilder_.getMessage();
}
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public Builder setPoint(com.alibaba.fluss.protogen.tests.PointFrame.Point value) {
if (pointBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
point_ = value;
} else {
pointBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public Builder setPoint(
com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder builderForValue) {
if (pointBuilder_ == null) {
point_ = builderForValue.build();
} else {
pointBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public Builder mergePoint(com.alibaba.fluss.protogen.tests.PointFrame.Point value) {
if (pointBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
point_ != null &&
point_ != com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance()) {
getPointBuilder().mergeFrom(value);
} else {
point_ = value;
}
} else {
pointBuilder_.mergeFrom(value);
}
if (point_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public Builder clearPoint() {
bitField0_ = (bitField0_ & ~0x00000002);
point_ = null;
if (pointBuilder_ != null) {
pointBuilder_.dispose();
pointBuilder_ = null;
}
onChanged();
return this;
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder getPointBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getPointFieldBuilder().getBuilder();
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
public com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder getPointOrBuilder() {
if (pointBuilder_ != null) {
return pointBuilder_.getMessageOrBuilder();
} else {
return point_ == null ?
com.alibaba.fluss.protogen.tests.PointFrame.Point.getDefaultInstance() : point_;
}
}
/**
* required .com.alibaba.fluss.protogen.tests.Point point = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.fluss.protogen.tests.PointFrame.Point, com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder, com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder>
getPointFieldBuilder() {
if (pointBuilder_ == null) {
pointBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.fluss.protogen.tests.PointFrame.Point, com.alibaba.fluss.protogen.tests.PointFrame.Point.Builder, com.alibaba.fluss.protogen.tests.PointFrame.PointOrBuilder>(
getPoint(),
getParentForChildren(),
isClean());
point_ = null;
}
return pointBuilder_;
}
@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:com.alibaba.fluss.protogen.tests.Frame)
}
// @@protoc_insertion_point(class_scope:com.alibaba.fluss.protogen.tests.Frame)
private static final com.alibaba.fluss.protogen.tests.PointFrame.Frame DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.alibaba.fluss.protogen.tests.PointFrame.Frame();
}
public static com.alibaba.fluss.protogen.tests.PointFrame.Frame getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Frame 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 com.alibaba.fluss.protogen.tests.PointFrame.Frame getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_alibaba_fluss_protogen_tests_Point_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_alibaba_fluss_protogen_tests_Frame_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\021point_frame.proto\022 com.alibaba.fluss.p" +
"rotogen.tests\"(\n\005Point\022\t\n\001x\030\001 \002(\005\022\t\n\001y\030\002" +
" \002(\005\022\t\n\001z\030\003 \001(\005\"M\n\005Frame\022\014\n\004name\030\001 \002(\t\0226" +
"\n\005point\030\002 \002(\0132\'.com.alibaba.fluss.protog" +
"en.tests.Point"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_alibaba_fluss_protogen_tests_Point_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_alibaba_fluss_protogen_tests_Point_descriptor,
new java.lang.String[] { "X", "Y", "Z", });
internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_alibaba_fluss_protogen_tests_Frame_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_alibaba_fluss_protogen_tests_Frame_descriptor,
new java.lang.String[] { "Name", "Point", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy