cz.proto.TableBoundary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: statistics.proto
package cz.proto;
/**
* Protobuf type {@code cz.proto.TableBoundary}
*/
public final class TableBoundary extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:cz.proto.TableBoundary)
TableBoundaryOrBuilder {
private static final long serialVersionUID = 0L;
// Use TableBoundary.newBuilder() to construct.
private TableBoundary(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TableBoundary() {
tableBoundaries_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TableBoundary();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private TableBoundary(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
tableBoundaries_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
tableBoundaries_.add(
input.readMessage(cz.proto.EnforceBoundary.parser(), extensionRegistry));
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
tableBoundaries_ = java.util.Collections.unmodifiableList(tableBoundaries_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.Statistics.internal_static_cz_proto_TableBoundary_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.Statistics.internal_static_cz_proto_TableBoundary_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.TableBoundary.class, cz.proto.TableBoundary.Builder.class);
}
public static final int TABLE_BOUNDARIES_FIELD_NUMBER = 1;
private java.util.List tableBoundaries_;
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
@java.lang.Override
public java.util.List getTableBoundariesList() {
return tableBoundaries_;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
@java.lang.Override
public java.util.List extends cz.proto.EnforceBoundaryOrBuilder>
getTableBoundariesOrBuilderList() {
return tableBoundaries_;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
@java.lang.Override
public int getTableBoundariesCount() {
return tableBoundaries_.size();
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
@java.lang.Override
public cz.proto.EnforceBoundary getTableBoundaries(int index) {
return tableBoundaries_.get(index);
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
@java.lang.Override
public cz.proto.EnforceBoundaryOrBuilder getTableBoundariesOrBuilder(
int index) {
return tableBoundaries_.get(index);
}
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 {
for (int i = 0; i < tableBoundaries_.size(); i++) {
output.writeMessage(1, tableBoundaries_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < tableBoundaries_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, tableBoundaries_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof cz.proto.TableBoundary)) {
return super.equals(obj);
}
cz.proto.TableBoundary other = (cz.proto.TableBoundary) obj;
if (!getTableBoundariesList()
.equals(other.getTableBoundariesList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getTableBoundariesCount() > 0) {
hash = (37 * hash) + TABLE_BOUNDARIES_FIELD_NUMBER;
hash = (53 * hash) + getTableBoundariesList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static cz.proto.TableBoundary parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.TableBoundary parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.TableBoundary parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.TableBoundary parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.TableBoundary parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.TableBoundary parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.TableBoundary parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.TableBoundary 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 cz.proto.TableBoundary parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static cz.proto.TableBoundary 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 cz.proto.TableBoundary parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.TableBoundary 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(cz.proto.TableBoundary 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 cz.proto.TableBoundary}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:cz.proto.TableBoundary)
cz.proto.TableBoundaryOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.Statistics.internal_static_cz_proto_TableBoundary_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.Statistics.internal_static_cz_proto_TableBoundary_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.TableBoundary.class, cz.proto.TableBoundary.Builder.class);
}
// Construct using cz.proto.TableBoundary.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getTableBoundariesFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (tableBoundariesBuilder_ == null) {
tableBoundaries_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
tableBoundariesBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return cz.proto.Statistics.internal_static_cz_proto_TableBoundary_descriptor;
}
@java.lang.Override
public cz.proto.TableBoundary getDefaultInstanceForType() {
return cz.proto.TableBoundary.getDefaultInstance();
}
@java.lang.Override
public cz.proto.TableBoundary build() {
cz.proto.TableBoundary result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public cz.proto.TableBoundary buildPartial() {
cz.proto.TableBoundary result = new cz.proto.TableBoundary(this);
int from_bitField0_ = bitField0_;
if (tableBoundariesBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
tableBoundaries_ = java.util.Collections.unmodifiableList(tableBoundaries_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.tableBoundaries_ = tableBoundaries_;
} else {
result.tableBoundaries_ = tableBoundariesBuilder_.build();
}
onBuilt();
return result;
}
@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 cz.proto.TableBoundary) {
return mergeFrom((cz.proto.TableBoundary)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(cz.proto.TableBoundary other) {
if (other == cz.proto.TableBoundary.getDefaultInstance()) return this;
if (tableBoundariesBuilder_ == null) {
if (!other.tableBoundaries_.isEmpty()) {
if (tableBoundaries_.isEmpty()) {
tableBoundaries_ = other.tableBoundaries_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureTableBoundariesIsMutable();
tableBoundaries_.addAll(other.tableBoundaries_);
}
onChanged();
}
} else {
if (!other.tableBoundaries_.isEmpty()) {
if (tableBoundariesBuilder_.isEmpty()) {
tableBoundariesBuilder_.dispose();
tableBoundariesBuilder_ = null;
tableBoundaries_ = other.tableBoundaries_;
bitField0_ = (bitField0_ & ~0x00000001);
tableBoundariesBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getTableBoundariesFieldBuilder() : null;
} else {
tableBoundariesBuilder_.addAllMessages(other.tableBoundaries_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
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 {
cz.proto.TableBoundary parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (cz.proto.TableBoundary) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List tableBoundaries_ =
java.util.Collections.emptyList();
private void ensureTableBoundariesIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
tableBoundaries_ = new java.util.ArrayList(tableBoundaries_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.EnforceBoundary, cz.proto.EnforceBoundary.Builder, cz.proto.EnforceBoundaryOrBuilder> tableBoundariesBuilder_;
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public java.util.List getTableBoundariesList() {
if (tableBoundariesBuilder_ == null) {
return java.util.Collections.unmodifiableList(tableBoundaries_);
} else {
return tableBoundariesBuilder_.getMessageList();
}
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public int getTableBoundariesCount() {
if (tableBoundariesBuilder_ == null) {
return tableBoundaries_.size();
} else {
return tableBoundariesBuilder_.getCount();
}
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public cz.proto.EnforceBoundary getTableBoundaries(int index) {
if (tableBoundariesBuilder_ == null) {
return tableBoundaries_.get(index);
} else {
return tableBoundariesBuilder_.getMessage(index);
}
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder setTableBoundaries(
int index, cz.proto.EnforceBoundary value) {
if (tableBoundariesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTableBoundariesIsMutable();
tableBoundaries_.set(index, value);
onChanged();
} else {
tableBoundariesBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder setTableBoundaries(
int index, cz.proto.EnforceBoundary.Builder builderForValue) {
if (tableBoundariesBuilder_ == null) {
ensureTableBoundariesIsMutable();
tableBoundaries_.set(index, builderForValue.build());
onChanged();
} else {
tableBoundariesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder addTableBoundaries(cz.proto.EnforceBoundary value) {
if (tableBoundariesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTableBoundariesIsMutable();
tableBoundaries_.add(value);
onChanged();
} else {
tableBoundariesBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder addTableBoundaries(
int index, cz.proto.EnforceBoundary value) {
if (tableBoundariesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTableBoundariesIsMutable();
tableBoundaries_.add(index, value);
onChanged();
} else {
tableBoundariesBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder addTableBoundaries(
cz.proto.EnforceBoundary.Builder builderForValue) {
if (tableBoundariesBuilder_ == null) {
ensureTableBoundariesIsMutable();
tableBoundaries_.add(builderForValue.build());
onChanged();
} else {
tableBoundariesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder addTableBoundaries(
int index, cz.proto.EnforceBoundary.Builder builderForValue) {
if (tableBoundariesBuilder_ == null) {
ensureTableBoundariesIsMutable();
tableBoundaries_.add(index, builderForValue.build());
onChanged();
} else {
tableBoundariesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder addAllTableBoundaries(
java.lang.Iterable extends cz.proto.EnforceBoundary> values) {
if (tableBoundariesBuilder_ == null) {
ensureTableBoundariesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, tableBoundaries_);
onChanged();
} else {
tableBoundariesBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder clearTableBoundaries() {
if (tableBoundariesBuilder_ == null) {
tableBoundaries_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
tableBoundariesBuilder_.clear();
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public Builder removeTableBoundaries(int index) {
if (tableBoundariesBuilder_ == null) {
ensureTableBoundariesIsMutable();
tableBoundaries_.remove(index);
onChanged();
} else {
tableBoundariesBuilder_.remove(index);
}
return this;
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public cz.proto.EnforceBoundary.Builder getTableBoundariesBuilder(
int index) {
return getTableBoundariesFieldBuilder().getBuilder(index);
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public cz.proto.EnforceBoundaryOrBuilder getTableBoundariesOrBuilder(
int index) {
if (tableBoundariesBuilder_ == null) {
return tableBoundaries_.get(index); } else {
return tableBoundariesBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public java.util.List extends cz.proto.EnforceBoundaryOrBuilder>
getTableBoundariesOrBuilderList() {
if (tableBoundariesBuilder_ != null) {
return tableBoundariesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(tableBoundaries_);
}
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public cz.proto.EnforceBoundary.Builder addTableBoundariesBuilder() {
return getTableBoundariesFieldBuilder().addBuilder(
cz.proto.EnforceBoundary.getDefaultInstance());
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public cz.proto.EnforceBoundary.Builder addTableBoundariesBuilder(
int index) {
return getTableBoundariesFieldBuilder().addBuilder(
index, cz.proto.EnforceBoundary.getDefaultInstance());
}
/**
* repeated .cz.proto.EnforceBoundary table_boundaries = 1;
*/
public java.util.List
getTableBoundariesBuilderList() {
return getTableBoundariesFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.EnforceBoundary, cz.proto.EnforceBoundary.Builder, cz.proto.EnforceBoundaryOrBuilder>
getTableBoundariesFieldBuilder() {
if (tableBoundariesBuilder_ == null) {
tableBoundariesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.EnforceBoundary, cz.proto.EnforceBoundary.Builder, cz.proto.EnforceBoundaryOrBuilder>(
tableBoundaries_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
tableBoundaries_ = null;
}
return tableBoundariesBuilder_;
}
@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:cz.proto.TableBoundary)
}
// @@protoc_insertion_point(class_scope:cz.proto.TableBoundary)
private static final cz.proto.TableBoundary DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new cz.proto.TableBoundary();
}
public static cz.proto.TableBoundary getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TableBoundary parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new TableBoundary(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public cz.proto.TableBoundary getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy