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.GetCacheItemCommandProtocol Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetCacheItemCommand.proto
package com.alachisoft.ncache.common.protobuf;
public final class GetCacheItemCommandProtocol {
private static com.google.protobuf.Descriptors.Descriptor
internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_fieldAccessorTable;
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\031GetCacheItemCommand.proto\022%com.alachis" +
"oft.ncache.common.protobuf\032\016LockInfo.pro" +
"to\"\377\001\n\023GetCacheItemCommand\022\013\n\003key\030\001 \001(\t\022" +
"\021\n\trequestId\030\002 \001(\003\022\r\n\005group\030\003 \001(\t\022\020\n\010sub" +
"Group\030\004 \001(\t\022A\n\010lockInfo\030\005 \001(\0132/.com.alac" +
"hisoft.ncache.common.protobuf.LockInfo\022\014" +
"\n\004flag\030\006 \001(\005\022\017\n\007version\030\007 \001(\004\022\024\n\014provide" +
"rName\030\010 \001(\t\022\024\n\010readMode\030\t \001(\005:\002-1\022\031\n\016Met" +
"hodOverload\030\n \001(\005:\0010B\035B\033GetCacheItemComm" +
"andProtocol"
};
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_GetCacheItemCommand_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_descriptor,
new java.lang.String[]{"Key", "RequestId", "Group", "SubGroup", "LockInfo", "Flag", "Version", "ProviderName", "ReadMode", "MethodOverload",},
com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.class,
com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.Builder.class);
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[]{
com.alachisoft.ncache.common.protobuf.LockInfoProtocol.getDescriptor(),
}, assigner);
}
private GetCacheItemCommandProtocol() {
}
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 GetCacheItemCommand extends
com.google.protobuf.GeneratedMessage {
// optional string key = 1;
public static final int KEY_FIELD_NUMBER = 1;
// optional int64 requestId = 2;
public static final int REQUESTID_FIELD_NUMBER = 2;
// optional string group = 3;
public static final int GROUP_FIELD_NUMBER = 3;
// optional string subGroup = 4;
public static final int SUBGROUP_FIELD_NUMBER = 4;
// optional .com.alachisoft.ncache.common.protobuf.LockInfo lockInfo = 5;
public static final int LOCKINFO_FIELD_NUMBER = 5;
// optional int32 flag = 6;
public static final int FLAG_FIELD_NUMBER = 6;
// optional uint64 version = 7;
public static final int VERSION_FIELD_NUMBER = 7;
// optional string providerName = 8;
public static final int PROVIDERNAME_FIELD_NUMBER = 8;
// optional int32 readMode = 9 [default = -1];
public static final int READMODE_FIELD_NUMBER = 9;
// optional int32 MethodOverload = 10 [default = 0];
public static final int METHODOVERLOAD_FIELD_NUMBER = 10;
private static final GetCacheItemCommand defaultInstance;
static {
defaultInstance = new GetCacheItemCommand(true);
com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.internalForceInit();
defaultInstance.initFields();
}
private boolean hasKey;
private java.lang.String key_ = "";
private boolean hasRequestId;
private long requestId_ = 0L;
private boolean hasGroup;
private java.lang.String group_ = "";
private boolean hasSubGroup;
private java.lang.String subGroup_ = "";
private boolean hasLockInfo;
private com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo lockInfo_;
private boolean hasFlag;
private int flag_ = 0;
private boolean hasVersion;
private long version_ = 0L;
private boolean hasProviderName;
private java.lang.String providerName_ = "";
private boolean hasReadMode;
private int readMode_ = -1;
private boolean hasMethodOverload;
private int methodOverload_ = 0;
private int memoizedSerializedSize = -1;
// Use GetCacheItemCommand.newBuilder() to construct.
private GetCacheItemCommand() {
initFields();
}
private GetCacheItemCommand(boolean noInit) {
}
public static GetCacheItemCommand getDefaultInstance() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_descriptor;
}
public static com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand 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.GetCacheItemCommandProtocol.GetCacheItemCommand prototype) {
return newBuilder().mergeFrom(prototype);
}
public GetCacheItemCommand getDefaultInstanceForType() {
return defaultInstance;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.internal_static_com_alachisoft_ncache_common_protobuf_GetCacheItemCommand_fieldAccessorTable;
}
public boolean hasKey() {
return hasKey;
}
public java.lang.String getKey() {
return key_;
}
public boolean hasRequestId() {
return hasRequestId;
}
public long getRequestId() {
return requestId_;
}
public boolean hasGroup() {
return hasGroup;
}
public java.lang.String getGroup() {
return group_;
}
public boolean hasSubGroup() {
return hasSubGroup;
}
public java.lang.String getSubGroup() {
return subGroup_;
}
public boolean hasLockInfo() {
return hasLockInfo;
}
public com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo getLockInfo() {
return lockInfo_;
}
public boolean hasFlag() {
return hasFlag;
}
public int getFlag() {
return flag_;
}
public boolean hasVersion() {
return hasVersion;
}
public long getVersion() {
return version_;
}
public boolean hasProviderName() {
return hasProviderName;
}
public java.lang.String getProviderName() {
return providerName_;
}
public boolean hasReadMode() {
return hasReadMode;
}
public int getReadMode() {
return readMode_;
}
public boolean hasMethodOverload() {
return hasMethodOverload;
}
public int getMethodOverload() {
return methodOverload_;
}
private void initFields() {
lockInfo_ = com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.getDefaultInstance();
}
public final boolean isInitialized() {
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (hasKey()) {
output.writeString(1, getKey());
}
if (hasRequestId()) {
output.writeInt64(2, getRequestId());
}
if (hasGroup()) {
output.writeString(3, getGroup());
}
if (hasSubGroup()) {
output.writeString(4, getSubGroup());
}
if (hasLockInfo()) {
output.writeMessage(5, getLockInfo());
}
if (hasFlag()) {
output.writeInt32(6, getFlag());
}
if (hasVersion()) {
output.writeUInt64(7, getVersion());
}
if (hasProviderName()) {
output.writeString(8, getProviderName());
}
if (hasReadMode()) {
output.writeInt32(9, getReadMode());
}
if (hasMethodOverload()) {
output.writeInt32(10, getMethodOverload());
}
getUnknownFields().writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (hasKey()) {
size += com.google.protobuf.CodedOutputStream
.computeStringSize(1, getKey());
}
if (hasRequestId()) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, getRequestId());
}
if (hasGroup()) {
size += com.google.protobuf.CodedOutputStream
.computeStringSize(3, getGroup());
}
if (hasSubGroup()) {
size += com.google.protobuf.CodedOutputStream
.computeStringSize(4, getSubGroup());
}
if (hasLockInfo()) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, getLockInfo());
}
if (hasFlag()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, getFlag());
}
if (hasVersion()) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(7, getVersion());
}
if (hasProviderName()) {
size += com.google.protobuf.CodedOutputStream
.computeStringSize(8, getProviderName());
}
if (hasReadMode()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(9, getReadMode());
}
if (hasMethodOverload()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(10, getMethodOverload());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
public Builder newBuilderForType() {
return newBuilder();
}
public Builder toBuilder() {
return newBuilder(this);
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder {
private com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand result;
// Construct using com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.newBuilder()
private Builder() {
}
private static Builder create() {
Builder builder = new Builder();
builder.result = new com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand();
return builder;
}
protected com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand internalGetResult() {
return result;
}
public Builder clear() {
if (result == null) {
throw new IllegalStateException(
"Cannot call clear() after build().");
}
result = new com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand();
return this;
}
public Builder clone() {
return create().mergeFrom(result);
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.getDescriptor();
}
public com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand getDefaultInstanceForType() {
return com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.getDefaultInstance();
}
public boolean isInitialized() {
return result.isInitialized();
}
public com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand build() {
if (result != null && !isInitialized()) {
throw newUninitializedMessageException(result);
}
return buildPartial();
}
private com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
if (!isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return buildPartial();
}
public com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand buildPartial() {
if (result == null) {
throw new IllegalStateException(
"build() has already been called on this Builder.");
}
com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand returnMe = result;
result = null;
return returnMe;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand) {
return mergeFrom((com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand other) {
if (other == com.alachisoft.ncache.common.protobuf.GetCacheItemCommandProtocol.GetCacheItemCommand.getDefaultInstance())
return this;
if (other.hasKey()) {
setKey(other.getKey());
}
if (other.hasRequestId()) {
setRequestId(other.getRequestId());
}
if (other.hasGroup()) {
setGroup(other.getGroup());
}
if (other.hasSubGroup()) {
setSubGroup(other.getSubGroup());
}
if (other.hasLockInfo()) {
mergeLockInfo(other.getLockInfo());
}
if (other.hasFlag()) {
setFlag(other.getFlag());
}
if (other.hasVersion()) {
setVersion(other.getVersion());
}
if (other.hasProviderName()) {
setProviderName(other.getProviderName());
}
if (other.hasReadMode()) {
setReadMode(other.getReadMode());
}
if (other.hasMethodOverload()) {
setMethodOverload(other.getMethodOverload());
}
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 10: {
setKey(input.readString());
break;
}
case 16: {
setRequestId(input.readInt64());
break;
}
case 26: {
setGroup(input.readString());
break;
}
case 34: {
setSubGroup(input.readString());
break;
}
case 42: {
com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.Builder subBuilder = com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.newBuilder();
if (hasLockInfo()) {
subBuilder.mergeFrom(getLockInfo());
}
input.readMessage(subBuilder, extensionRegistry);
setLockInfo(subBuilder.buildPartial());
break;
}
case 48: {
setFlag(input.readInt32());
break;
}
case 56: {
setVersion(input.readUInt64());
break;
}
case 66: {
setProviderName(input.readString());
break;
}
case 72: {
setReadMode(input.readInt32());
break;
}
case 80: {
setMethodOverload(input.readInt32());
break;
}
}
}
}
// optional string key = 1;
public boolean hasKey() {
return result.hasKey();
}
public java.lang.String getKey() {
return result.getKey();
}
public Builder setKey(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
result.hasKey = true;
result.key_ = value;
return this;
}
public Builder clearKey() {
result.hasKey = false;
result.key_ = getDefaultInstance().getKey();
return this;
}
// optional int64 requestId = 2;
public boolean hasRequestId() {
return result.hasRequestId();
}
public long getRequestId() {
return result.getRequestId();
}
public Builder setRequestId(long value) {
result.hasRequestId = true;
result.requestId_ = value;
return this;
}
public Builder clearRequestId() {
result.hasRequestId = false;
result.requestId_ = 0L;
return this;
}
// optional string group = 3;
public boolean hasGroup() {
return result.hasGroup();
}
public java.lang.String getGroup() {
return result.getGroup();
}
public Builder setGroup(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
result.hasGroup = true;
result.group_ = value;
return this;
}
public Builder clearGroup() {
result.hasGroup = false;
result.group_ = getDefaultInstance().getGroup();
return this;
}
// optional string subGroup = 4;
public boolean hasSubGroup() {
return result.hasSubGroup();
}
public java.lang.String getSubGroup() {
return result.getSubGroup();
}
public Builder setSubGroup(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
result.hasSubGroup = true;
result.subGroup_ = value;
return this;
}
public Builder clearSubGroup() {
result.hasSubGroup = false;
result.subGroup_ = getDefaultInstance().getSubGroup();
return this;
}
// optional .com.alachisoft.ncache.common.protobuf.LockInfo lockInfo = 5;
public boolean hasLockInfo() {
return result.hasLockInfo();
}
public com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo getLockInfo() {
return result.getLockInfo();
}
public Builder setLockInfo(com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo value) {
if (value == null) {
throw new NullPointerException();
}
result.hasLockInfo = true;
result.lockInfo_ = value;
return this;
}
public Builder setLockInfo(com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.Builder builderForValue) {
result.hasLockInfo = true;
result.lockInfo_ = builderForValue.build();
return this;
}
public Builder mergeLockInfo(com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo value) {
if (result.hasLockInfo() &&
result.lockInfo_ != com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.getDefaultInstance()) {
result.lockInfo_ =
com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.newBuilder(result.lockInfo_).mergeFrom(value).buildPartial();
} else {
result.lockInfo_ = value;
}
result.hasLockInfo = true;
return this;
}
public Builder clearLockInfo() {
result.hasLockInfo = false;
result.lockInfo_ = com.alachisoft.ncache.common.protobuf.LockInfoProtocol.LockInfo.getDefaultInstance();
return this;
}
// optional int32 flag = 6;
public boolean hasFlag() {
return result.hasFlag();
}
public int getFlag() {
return result.getFlag();
}
public Builder setFlag(int value) {
result.hasFlag = true;
result.flag_ = value;
return this;
}
public Builder clearFlag() {
result.hasFlag = false;
result.flag_ = 0;
return this;
}
// optional uint64 version = 7;
public boolean hasVersion() {
return result.hasVersion();
}
public long getVersion() {
return result.getVersion();
}
public Builder setVersion(long value) {
result.hasVersion = true;
result.version_ = value;
return this;
}
public Builder clearVersion() {
result.hasVersion = false;
result.version_ = 0L;
return this;
}
// optional string providerName = 8;
public boolean hasProviderName() {
return result.hasProviderName();
}
public java.lang.String getProviderName() {
return result.getProviderName();
}
public Builder setProviderName(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
result.hasProviderName = true;
result.providerName_ = value;
return this;
}
public Builder clearProviderName() {
result.hasProviderName = false;
result.providerName_ = getDefaultInstance().getProviderName();
return this;
}
// optional int32 readMode = 9 [default = -1];
public boolean hasReadMode() {
return result.hasReadMode();
}
public int getReadMode() {
return result.getReadMode();
}
public Builder setReadMode(int value) {
result.hasReadMode = true;
result.readMode_ = value;
return this;
}
public Builder clearReadMode() {
result.hasReadMode = false;
result.readMode_ = -1;
return this;
}
// optional int32 MethodOverload = 10 [default = 0];
public boolean hasMethodOverload() {
return result.hasMethodOverload();
}
public int getMethodOverload() {
return result.getMethodOverload();
}
public Builder setMethodOverload(int value) {
result.hasMethodOverload = true;
result.methodOverload_ = value;
return this;
}
public Builder clearMethodOverload() {
result.hasMethodOverload = false;
result.methodOverload_ = 0;
return this;
}
// @@protoc_insertion_point(builder_scope:com.alachisoft.ncache.common.protobuf.GetCacheItemCommand)
}
// @@protoc_insertion_point(class_scope:com.alachisoft.ncache.common.protobuf.GetCacheItemCommand)
}
// @@protoc_insertion_point(outer_class_scope)
}