All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ListInsertWithIndex.proto
package com.alachisoft.ncache.common.protobuf;
public final class ListInsertWithIndexProtocol {
private static com.google.protobuf.Descriptors.Descriptor
internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_fieldAccessorTable;
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\031ListInsertWithIndex.proto\022%com.alachis" +
"oft.ncache.common.protobuf\032\024CollectionIt" +
"em.proto\"\344\001\n\023ListInsertWithIndex\022\r\n\005inde" +
"x\030\001 \001(\005\022D\n\005value\030\002 \001(\01325.com.alachisoft." +
"ncache.common.protobuf.CollectionItem\022Q\n" +
"\006method\030\003 \001(\0162A.com.alachisoft.ncache.co" +
"mmon.protobuf.ListInsertWithIndex.Method" +
"\"%\n\006Method\022\n\n\006INSERT\020\001\022\017\n\013LIST_SETTER\020\002B" +
"\035B\033ListInsertWithIndexProtocol"
};
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;
internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_descriptor,
new java.lang.String[]{"Index", "Value", "Method",},
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.class,
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Builder.class);
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[]{
com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.getDescriptor(),
}, assigner);
}
private ListInsertWithIndexProtocol() {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
public static void internalForceInit() {
}
public static final class ListInsertWithIndex extends
com.google.protobuf.GeneratedMessage {
// optional int32 index = 1;
public static final int INDEX_FIELD_NUMBER = 1;
// optional .com.alachisoft.ncache.common.protobuf.CollectionItem value = 2;
public static final int VALUE_FIELD_NUMBER = 2;
// optional .com.alachisoft.ncache.common.protobuf.ListInsertWithIndex.Method method = 3;
public static final int METHOD_FIELD_NUMBER = 3;
private static final ListInsertWithIndex defaultInstance;
static {
defaultInstance = new ListInsertWithIndex(true);
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.internalForceInit();
defaultInstance.initFields();
}
private boolean hasIndex;
private int index_ = 0;
private boolean hasValue;
private com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem value_;
private boolean hasMethod;
private com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method method_;
private int memoizedSerializedSize = -1;
// Use ListInsertWithIndex.newBuilder() to construct.
private ListInsertWithIndex() {
initFields();
}
private ListInsertWithIndex(boolean noInit) {
}
public static ListInsertWithIndex getDefaultInstance() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_descriptor;
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() {
return Builder.create();
}
public static Builder newBuilder(com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex prototype) {
return newBuilder().mergeFrom(prototype);
}
public ListInsertWithIndex getDefaultInstanceForType() {
return defaultInstance;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.internal_static_com_alachisoft_ncache_common_protobuf_ListInsertWithIndex_fieldAccessorTable;
}
public boolean hasIndex() {
return hasIndex;
}
public int getIndex() {
return index_;
}
public boolean hasValue() {
return hasValue;
}
public com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem getValue() {
return value_;
}
public boolean hasMethod() {
return hasMethod;
}
public com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method getMethod() {
return method_;
}
private void initFields() {
value_ = com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.getDefaultInstance();
method_ = com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method.INSERT;
}
public final boolean isInitialized() {
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (hasIndex()) {
output.writeInt32(1, getIndex());
}
if (hasValue()) {
output.writeMessage(2, getValue());
}
if (hasMethod()) {
output.writeEnum(3, getMethod().getNumber());
}
getUnknownFields().writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (hasIndex()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, getIndex());
}
if (hasValue()) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getValue());
}
if (hasMethod()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(3, getMethod().getNumber());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
public Builder newBuilderForType() {
return newBuilder();
}
public Builder toBuilder() {
return newBuilder(this);
}
public enum Method
implements com.google.protobuf.ProtocolMessageEnum {
INSERT(0, 1),
LIST_SETTER(1, 2),
;
private static final Method[] VALUES = {
INSERT, LIST_SETTER,
};
private static com.google.protobuf.Internal.EnumLiteMap
internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Method findValueByNumber(int number) {
return Method.valueOf(number)
;
}
};
static {
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.getDescriptor();
}
private final int index;
private final int value;
private Method(int index, int value) {
this.index = index;
this.value = value;
}
public static Method valueOf(int value) {
switch (value) {
case 1:
return INSERT;
case 2:
return LIST_SETTER;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.getDescriptor().getEnumTypes().get(0);
}
public static Method valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
return VALUES[desc.getIndex()];
}
public final int getNumber() {
return value;
}
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(index);
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
// @@protoc_insertion_point(enum_scope:com.alachisoft.ncache.common.protobuf.ListInsertWithIndex.Method)
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder {
private com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex result;
// Construct using com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.newBuilder()
private Builder() {
}
private static Builder create() {
Builder builder = new Builder();
builder.result = new com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex();
return builder;
}
protected com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex internalGetResult() {
return result;
}
public Builder clear() {
if (result == null) {
throw new IllegalStateException(
"Cannot call clear() after build().");
}
result = new com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex();
return this;
}
public Builder clone() {
return create().mergeFrom(result);
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.getDescriptor();
}
public com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex getDefaultInstanceForType() {
return com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.getDefaultInstance();
}
public boolean isInitialized() {
return result.isInitialized();
}
public com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex build() {
if (result != null && !isInitialized()) {
throw newUninitializedMessageException(result);
}
return buildPartial();
}
private com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
if (!isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return buildPartial();
}
public com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex buildPartial() {
if (result == null) {
throw new IllegalStateException(
"build() has already been called on this Builder.");
}
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex returnMe = result;
result = null;
return returnMe;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex) {
return mergeFrom((com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex other) {
if (other == com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.getDefaultInstance())
return this;
if (other.hasIndex()) {
setIndex(other.getIndex());
}
if (other.hasValue()) {
mergeValue(other.getValue());
}
if (other.hasMethod()) {
setMethod(other.getMethod());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
return this;
}
break;
}
case 8: {
setIndex(input.readInt32());
break;
}
case 18: {
com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.Builder subBuilder = com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.newBuilder();
if (hasValue()) {
subBuilder.mergeFrom(getValue());
}
input.readMessage(subBuilder, extensionRegistry);
setValue(subBuilder.buildPartial());
break;
}
case 24: {
int rawValue = input.readEnum();
com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method value = com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method.valueOf(rawValue);
if (value == null) {
unknownFields.mergeVarintField(3, rawValue);
} else {
setMethod(value);
}
break;
}
}
}
}
// optional int32 index = 1;
public boolean hasIndex() {
return result.hasIndex();
}
public int getIndex() {
return result.getIndex();
}
public Builder setIndex(int value) {
result.hasIndex = true;
result.index_ = value;
return this;
}
public Builder clearIndex() {
result.hasIndex = false;
result.index_ = 0;
return this;
}
// optional .com.alachisoft.ncache.common.protobuf.CollectionItem value = 2;
public boolean hasValue() {
return result.hasValue();
}
public com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem getValue() {
return result.getValue();
}
public Builder setValue(com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem value) {
if (value == null) {
throw new NullPointerException();
}
result.hasValue = true;
result.value_ = value;
return this;
}
public Builder setValue(com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.Builder builderForValue) {
result.hasValue = true;
result.value_ = builderForValue.build();
return this;
}
public Builder mergeValue(com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem value) {
if (result.hasValue() &&
result.value_ != com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.getDefaultInstance()) {
result.value_ =
com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.newBuilder(result.value_).mergeFrom(value).buildPartial();
} else {
result.value_ = value;
}
result.hasValue = true;
return this;
}
public Builder clearValue() {
result.hasValue = false;
result.value_ = com.alachisoft.ncache.common.protobuf.CollectionItemProtocol.CollectionItem.getDefaultInstance();
return this;
}
// optional .com.alachisoft.ncache.common.protobuf.ListInsertWithIndex.Method method = 3;
public boolean hasMethod() {
return result.hasMethod();
}
public com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method getMethod() {
return result.getMethod();
}
public Builder setMethod(com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method value) {
if (value == null) {
throw new NullPointerException();
}
result.hasMethod = true;
result.method_ = value;
return this;
}
public Builder clearMethod() {
result.hasMethod = false;
result.method_ = com.alachisoft.ncache.common.protobuf.ListInsertWithIndexProtocol.ListInsertWithIndex.Method.INSERT;
return this;
}
// @@protoc_insertion_point(builder_scope:com.alachisoft.ncache.common.protobuf.ListInsertWithIndex)
}
// @@protoc_insertion_point(class_scope:com.alachisoft.ncache.common.protobuf.ListInsertWithIndex)
}
// @@protoc_insertion_point(outer_class_scope)
}