// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: coprocess_common.proto
package coprocess;
public final class CoprocessCommon {
private CoprocessCommon() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code coprocess.HookType}
*/
public enum HookType
implements com.google.protobuf.ProtocolMessageEnum {
/**
* Unknown = 0;
*/
Unknown(0),
/**
* Pre = 1;
*/
Pre(1),
/**
* Post = 2;
*/
Post(2),
/**
* PostKeyAuth = 3;
*/
PostKeyAuth(3),
/**
* CustomKeyCheck = 4;
*/
CustomKeyCheck(4),
UNRECOGNIZED(-1),
;
/**
* Unknown = 0;
*/
public static final int Unknown_VALUE = 0;
/**
* Pre = 1;
*/
public static final int Pre_VALUE = 1;
/**
* Post = 2;
*/
public static final int Post_VALUE = 2;
/**
* PostKeyAuth = 3;
*/
public static final int PostKeyAuth_VALUE = 3;
/**
* CustomKeyCheck = 4;
*/
public static final int CustomKeyCheck_VALUE = 4;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static HookType valueOf(int value) {
return forNumber(value);
}
public static HookType forNumber(int value) {
switch (value) {
case 0: return Unknown;
case 1: return Pre;
case 2: return Post;
case 3: return PostKeyAuth;
case 4: return CustomKeyCheck;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
HookType> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public HookType findValueByNumber(int number) {
return HookType.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return coprocess.CoprocessCommon.getDescriptor().getEnumTypes().get(0);
}
private static final HookType[] VALUES = values();
public static HookType valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private HookType(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:coprocess.HookType)
}
public interface StringSliceOrBuilder extends
// @@protoc_insertion_point(interface_extends:coprocess.StringSlice)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string items = 1;
*/
java.util.List
getItemsList();
/**
* repeated string items = 1;
*/
int getItemsCount();
/**
* repeated string items = 1;
*/
java.lang.String getItems(int index);
/**
* repeated string items = 1;
*/
com.google.protobuf.ByteString
getItemsBytes(int index);
}
/**
* Protobuf type {@code coprocess.StringSlice}
*/
public static final class StringSlice extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:coprocess.StringSlice)
StringSliceOrBuilder {
// Use StringSlice.newBuilder() to construct.
private StringSlice(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private StringSlice() {
items_ = com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
}
private StringSlice(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!input.skipField(tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
items_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
items_.add(s);
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) == 0x00000001)) {
items_ = items_.getUnmodifiableView();
}
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return coprocess.CoprocessCommon.internal_static_coprocess_StringSlice_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return coprocess.CoprocessCommon.internal_static_coprocess_StringSlice_fieldAccessorTable
.ensureFieldAccessorsInitialized(
coprocess.CoprocessCommon.StringSlice.class, coprocess.CoprocessCommon.StringSlice.Builder.class);
}
public static final int ITEMS_FIELD_NUMBER = 1;
private com.google.protobuf.LazyStringList items_;
/**
* repeated string items = 1;
*/
public com.google.protobuf.ProtocolStringList
getItemsList() {
return items_;
}
/**
* repeated string items = 1;
*/
public int getItemsCount() {
return items_.size();
}
/**
* repeated string items = 1;
*/
public java.lang.String getItems(int index) {
return items_.get(index);
}
/**
* repeated string items = 1;
*/
public com.google.protobuf.ByteString
getItemsBytes(int index) {
return items_.getByteString(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < items_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, items_.getRaw(i));
}
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < items_.size(); i++) {
dataSize += computeStringSizeNoTag(items_.getRaw(i));
}
size += dataSize;
size += 1 * getItemsList().size();
}
memoizedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof coprocess.CoprocessCommon.StringSlice)) {
return super.equals(obj);
}
coprocess.CoprocessCommon.StringSlice other = (coprocess.CoprocessCommon.StringSlice) obj;
boolean result = true;
result = result && getItemsList()
.equals(other.getItemsList());
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptorForType().hashCode();
if (getItemsCount() > 0) {
hash = (37 * hash) + ITEMS_FIELD_NUMBER;
hash = (53 * hash) + getItemsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static coprocess.CoprocessCommon.StringSlice 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 coprocess.CoprocessCommon.StringSlice parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static coprocess.CoprocessCommon.StringSlice 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 coprocess.CoprocessCommon.StringSlice parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static coprocess.CoprocessCommon.StringSlice parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(coprocess.CoprocessCommon.StringSlice prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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 coprocess.StringSlice}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:coprocess.StringSlice)
coprocess.CoprocessCommon.StringSliceOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return coprocess.CoprocessCommon.internal_static_coprocess_StringSlice_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return coprocess.CoprocessCommon.internal_static_coprocess_StringSlice_fieldAccessorTable
.ensureFieldAccessorsInitialized(
coprocess.CoprocessCommon.StringSlice.class, coprocess.CoprocessCommon.StringSlice.Builder.class);
}
// Construct using coprocess.CoprocessCommon.StringSlice.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
items_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return coprocess.CoprocessCommon.internal_static_coprocess_StringSlice_descriptor;
}
public coprocess.CoprocessCommon.StringSlice getDefaultInstanceForType() {
return coprocess.CoprocessCommon.StringSlice.getDefaultInstance();
}
public coprocess.CoprocessCommon.StringSlice build() {
coprocess.CoprocessCommon.StringSlice result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public coprocess.CoprocessCommon.StringSlice buildPartial() {
coprocess.CoprocessCommon.StringSlice result = new coprocess.CoprocessCommon.StringSlice(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
items_ = items_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.items_ = items_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof coprocess.CoprocessCommon.StringSlice) {
return mergeFrom((coprocess.CoprocessCommon.StringSlice)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(coprocess.CoprocessCommon.StringSlice other) {
if (other == coprocess.CoprocessCommon.StringSlice.getDefaultInstance()) return this;
if (!other.items_.isEmpty()) {
if (items_.isEmpty()) {
items_ = other.items_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureItemsIsMutable();
items_.addAll(other.items_);
}
onChanged();
}
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
coprocess.CoprocessCommon.StringSlice parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (coprocess.CoprocessCommon.StringSlice) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.LazyStringList items_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureItemsIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
items_ = new com.google.protobuf.LazyStringArrayList(items_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated string items = 1;
*/
public com.google.protobuf.ProtocolStringList
getItemsList() {
return items_.getUnmodifiableView();
}
/**
* repeated string items = 1;
*/
public int getItemsCount() {
return items_.size();
}
/**
* repeated string items = 1;
*/
public java.lang.String getItems(int index) {
return items_.get(index);
}
/**
* repeated string items = 1;
*/
public com.google.protobuf.ByteString
getItemsBytes(int index) {
return items_.getByteString(index);
}
/**
* repeated string items = 1;
*/
public Builder setItems(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureItemsIsMutable();
items_.set(index, value);
onChanged();
return this;
}
/**
* repeated string items = 1;
*/
public Builder addItems(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureItemsIsMutable();
items_.add(value);
onChanged();
return this;
}
/**
* repeated string items = 1;
*/
public Builder addAllItems(
java.lang.Iterable values) {
ensureItemsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, items_);
onChanged();
return this;
}
/**
* repeated string items = 1;
*/
public Builder clearItems() {
items_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* repeated string items = 1;
*/
public Builder addItemsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureItemsIsMutable();
items_.add(value);
onChanged();
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return this;
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return this;
}
// @@protoc_insertion_point(builder_scope:coprocess.StringSlice)
}
// @@protoc_insertion_point(class_scope:coprocess.StringSlice)
private static final coprocess.CoprocessCommon.StringSlice DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new coprocess.CoprocessCommon.StringSlice();
}
public static coprocess.CoprocessCommon.StringSlice getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public StringSlice parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new StringSlice(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public coprocess.CoprocessCommon.StringSlice getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_coprocess_StringSlice_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_coprocess_StringSlice_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\026coprocess_common.proto\022\tcoprocess\"\034\n\013S" +
"tringSlice\022\r\n\005items\030\001 \003(\t*O\n\010HookType\022\013\n" +
"\007Unknown\020\000\022\007\n\003Pre\020\001\022\010\n\004Post\020\002\022\017\n\013PostKey" +
"Auth\020\003\022\022\n\016CustomKeyCheck\020\004b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_coprocess_StringSlice_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_coprocess_StringSlice_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_coprocess_StringSlice_descriptor,
new java.lang.String[] { "Items", });
}
// @@protoc_insertion_point(outer_class_scope)
}