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.FragmentedResponseProtocol Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FragmentedResponse.proto
package com.alachisoft.ncache.common.protobuf;
public final class FragmentedResponseProtocol {
private static com.google.protobuf.Descriptors.Descriptor
internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_fieldAccessorTable;
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\030FragmentedResponse.proto\022%com.alachiso" +
"ft.ncache.common.protobuf\"d\n\022FragmentedR" +
"esponse\022\021\n\tmessageId\030\001 \001(\003\022\022\n\nfragmentNo" +
"\030\002 \001(\005\022\026\n\016totalFragments\030\003 \001(\005\022\017\n\007messag" +
"e\030\004 \001(\014B\034B\032FragmentedResponseProtocol"
};
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_FragmentedResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_descriptor,
new java.lang.String[]{"MessageId", "FragmentNo", "TotalFragments", "Message",},
com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.class,
com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.Builder.class);
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[]{
}, assigner);
}
private FragmentedResponseProtocol() {
}
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 FragmentedResponse extends
com.google.protobuf.GeneratedMessage {
// optional int64 messageId = 1;
public static final int MESSAGEID_FIELD_NUMBER = 1;
// optional int32 fragmentNo = 2;
public static final int FRAGMENTNO_FIELD_NUMBER = 2;
// optional int32 totalFragments = 3;
public static final int TOTALFRAGMENTS_FIELD_NUMBER = 3;
// optional bytes message = 4;
public static final int MESSAGE_FIELD_NUMBER = 4;
private static final FragmentedResponse defaultInstance;
static {
defaultInstance = new FragmentedResponse(true);
com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.internalForceInit();
defaultInstance.initFields();
}
private boolean hasMessageId;
private long messageId_ = 0L;
private boolean hasFragmentNo;
private int fragmentNo_ = 0;
private boolean hasTotalFragments;
private int totalFragments_ = 0;
private boolean hasMessage;
private com.google.protobuf.ByteString message_ = com.google.protobuf.ByteString.EMPTY;
private int memoizedSerializedSize = -1;
// Use FragmentedResponse.newBuilder() to construct.
private FragmentedResponse() {
initFields();
}
private FragmentedResponse(boolean noInit) {
}
public static FragmentedResponse getDefaultInstance() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_descriptor;
}
public static com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse 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.FragmentedResponseProtocol.FragmentedResponse prototype) {
return newBuilder().mergeFrom(prototype);
}
public FragmentedResponse getDefaultInstanceForType() {
return defaultInstance;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_FragmentedResponse_fieldAccessorTable;
}
public boolean hasMessageId() {
return hasMessageId;
}
public long getMessageId() {
return messageId_;
}
public boolean hasFragmentNo() {
return hasFragmentNo;
}
public int getFragmentNo() {
return fragmentNo_;
}
public boolean hasTotalFragments() {
return hasTotalFragments;
}
public int getTotalFragments() {
return totalFragments_;
}
public boolean hasMessage() {
return hasMessage;
}
public com.google.protobuf.ByteString getMessage() {
return message_;
}
private void initFields() {
}
public final boolean isInitialized() {
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (hasMessageId()) {
output.writeInt64(1, getMessageId());
}
if (hasFragmentNo()) {
output.writeInt32(2, getFragmentNo());
}
if (hasTotalFragments()) {
output.writeInt32(3, getTotalFragments());
}
if (hasMessage()) {
output.writeBytes(4, getMessage());
}
getUnknownFields().writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (hasMessageId()) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, getMessageId());
}
if (hasFragmentNo()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, getFragmentNo());
}
if (hasTotalFragments()) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, getTotalFragments());
}
if (hasMessage()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(4, getMessage());
}
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.FragmentedResponseProtocol.FragmentedResponse result;
// Construct using com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.newBuilder()
private Builder() {
}
private static Builder create() {
Builder builder = new Builder();
builder.result = new com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse();
return builder;
}
protected com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse internalGetResult() {
return result;
}
public Builder clear() {
if (result == null) {
throw new IllegalStateException(
"Cannot call clear() after build().");
}
result = new com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse();
return this;
}
public Builder clone() {
return create().mergeFrom(result);
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.getDescriptor();
}
public com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse getDefaultInstanceForType() {
return com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.getDefaultInstance();
}
public boolean isInitialized() {
return result.isInitialized();
}
public com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse build() {
if (result != null && !isInitialized()) {
throw newUninitializedMessageException(result);
}
return buildPartial();
}
private com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
if (!isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return buildPartial();
}
public com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse buildPartial() {
if (result == null) {
throw new IllegalStateException(
"build() has already been called on this Builder.");
}
com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse returnMe = result;
result = null;
return returnMe;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse) {
return mergeFrom((com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse other) {
if (other == com.alachisoft.ncache.common.protobuf.FragmentedResponseProtocol.FragmentedResponse.getDefaultInstance())
return this;
if (other.hasMessageId()) {
setMessageId(other.getMessageId());
}
if (other.hasFragmentNo()) {
setFragmentNo(other.getFragmentNo());
}
if (other.hasTotalFragments()) {
setTotalFragments(other.getTotalFragments());
}
if (other.hasMessage()) {
setMessage(other.getMessage());
}
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: {
setMessageId(input.readInt64());
break;
}
case 16: {
setFragmentNo(input.readInt32());
break;
}
case 24: {
setTotalFragments(input.readInt32());
break;
}
case 34: {
setMessage(input.readBytes());
break;
}
}
}
}
// optional int64 messageId = 1;
public boolean hasMessageId() {
return result.hasMessageId();
}
public long getMessageId() {
return result.getMessageId();
}
public Builder setMessageId(long value) {
result.hasMessageId = true;
result.messageId_ = value;
return this;
}
public Builder clearMessageId() {
result.hasMessageId = false;
result.messageId_ = 0L;
return this;
}
// optional int32 fragmentNo = 2;
public boolean hasFragmentNo() {
return result.hasFragmentNo();
}
public int getFragmentNo() {
return result.getFragmentNo();
}
public Builder setFragmentNo(int value) {
result.hasFragmentNo = true;
result.fragmentNo_ = value;
return this;
}
public Builder clearFragmentNo() {
result.hasFragmentNo = false;
result.fragmentNo_ = 0;
return this;
}
// optional int32 totalFragments = 3;
public boolean hasTotalFragments() {
return result.hasTotalFragments();
}
public int getTotalFragments() {
return result.getTotalFragments();
}
public Builder setTotalFragments(int value) {
result.hasTotalFragments = true;
result.totalFragments_ = value;
return this;
}
public Builder clearTotalFragments() {
result.hasTotalFragments = false;
result.totalFragments_ = 0;
return this;
}
// optional bytes message = 4;
public boolean hasMessage() {
return result.hasMessage();
}
public com.google.protobuf.ByteString getMessage() {
return result.getMessage();
}
public Builder setMessage(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
result.hasMessage = true;
result.message_ = value;
return this;
}
public Builder clearMessage() {
result.hasMessage = false;
result.message_ = getDefaultInstance().getMessage();
return this;
}
// @@protoc_insertion_point(builder_scope:com.alachisoft.ncache.common.protobuf.FragmentedResponse)
}
// @@protoc_insertion_point(class_scope:com.alachisoft.ncache.common.protobuf.FragmentedResponse)
}
// @@protoc_insertion_point(outer_class_scope)
}