// Generated by the protocol buffer compiler. DO NOT EDIT! // source: storedserverpaymentchannel.proto package com.google.devcoin.protocols.channels; public final class ServerState { private ServerState() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface StoredServerPaymentChannelsOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .paymentchannels.StoredServerPaymentChannel channels = 1; java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> getChannelsList(); com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index); int getChannelsCount(); java.util.List<? extends com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> getChannelsOrBuilderList(); com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder( int index); } public static final class StoredServerPaymentChannels extends com.google.protobuf.GeneratedMessage implements StoredServerPaymentChannelsOrBuilder { // Use StoredServerPaymentChannels.newBuilder() to construct. private StoredServerPaymentChannels(Builder builder) { super(builder); } private StoredServerPaymentChannels(boolean noInit) {} private static final StoredServerPaymentChannels defaultInstance; public static StoredServerPaymentChannels getDefaultInstance() { return defaultInstance; } public StoredServerPaymentChannels getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable; } // repeated .paymentchannels.StoredServerPaymentChannel channels = 1; public static final int CHANNELS_FIELD_NUMBER = 1; private java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> channels_; public java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> getChannelsList() { return channels_; } public java.util.List<? extends com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> getChannelsOrBuilderList() { return channels_; } public int getChannelsCount() { return channels_.size(); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index) { return channels_.get(index); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder( int index) { return channels_.get(index); } private void initFields() { channels_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getChannelsCount(); i++) { if (!getChannels(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < channels_.size(); i++) { output.writeMessage(1, channels_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < channels_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, channels_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels 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 Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable; } // Construct using com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getChannelsFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (channelsBuilder_ == null) { channels_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { channelsBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.getDescriptor(); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels getDefaultInstanceForType() { return com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.getDefaultInstance(); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels build() { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels buildPartial() { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels result = new com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels(this); int from_bitField0_ = bitField0_; if (channelsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { channels_ = java.util.Collections.unmodifiableList(channels_); bitField0_ = (bitField0_ & ~0x00000001); } result.channels_ = channels_; } else { result.channels_ = channelsBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels) { return mergeFrom((com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels other) { if (other == com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.getDefaultInstance()) return this; if (channelsBuilder_ == null) { if (!other.channels_.isEmpty()) { if (channels_.isEmpty()) { channels_ = other.channels_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureChannelsIsMutable(); channels_.addAll(other.channels_); } onChanged(); } } else { if (!other.channels_.isEmpty()) { if (channelsBuilder_.isEmpty()) { channelsBuilder_.dispose(); channelsBuilder_ = null; channels_ = other.channels_; bitField0_ = (bitField0_ & ~0x00000001); channelsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getChannelsFieldBuilder() : null; } else { channelsBuilder_.addAllMessages(other.channels_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getChannelsCount(); i++) { if (!getChannels(i).isInitialized()) { return false; } } return true; } 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()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder subBuilder = com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addChannels(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .paymentchannels.StoredServerPaymentChannel channels = 1; private java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> channels_ = java.util.Collections.emptyList(); private void ensureChannelsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { channels_ = new java.util.ArrayList<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel>(channels_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> channelsBuilder_; public java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> getChannelsList() { if (channelsBuilder_ == null) { return java.util.Collections.unmodifiableList(channels_); } else { return channelsBuilder_.getMessageList(); } } public int getChannelsCount() { if (channelsBuilder_ == null) { return channels_.size(); } else { return channelsBuilder_.getCount(); } } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel getChannels(int index) { if (channelsBuilder_ == null) { return channels_.get(index); } else { return channelsBuilder_.getMessage(index); } } public Builder setChannels( int index, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.set(index, value); onChanged(); } else { channelsBuilder_.setMessage(index, value); } return this; } public Builder setChannels( int index, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.set(index, builderForValue.build()); onChanged(); } else { channelsBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addChannels(com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.add(value); onChanged(); } else { channelsBuilder_.addMessage(value); } return this; } public Builder addChannels( int index, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.add(index, value); onChanged(); } else { channelsBuilder_.addMessage(index, value); } return this; } public Builder addChannels( com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.add(builderForValue.build()); onChanged(); } else { channelsBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addChannels( int index, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.add(index, builderForValue.build()); onChanged(); } else { channelsBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllChannels( java.lang.Iterable<? extends com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel> values) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); super.addAll(values, channels_); onChanged(); } else { channelsBuilder_.addAllMessages(values); } return this; } public Builder clearChannels() { if (channelsBuilder_ == null) { channels_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { channelsBuilder_.clear(); } return this; } public Builder removeChannels(int index) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.remove(index); onChanged(); } else { channelsBuilder_.remove(index); } return this; } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder getChannelsBuilder( int index) { return getChannelsFieldBuilder().getBuilder(index); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder( int index) { if (channelsBuilder_ == null) { return channels_.get(index); } else { return channelsBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> getChannelsOrBuilderList() { if (channelsBuilder_ != null) { return channelsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(channels_); } } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder() { return getChannelsFieldBuilder().addBuilder( com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance()); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder( int index) { return getChannelsFieldBuilder().addBuilder( index, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance()); } public java.util.List<com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder> getChannelsBuilderList() { return getChannelsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder> getChannelsFieldBuilder() { if (channelsBuilder_ == null) { channelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder>( channels_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); channels_ = null; } return channelsBuilder_; } // @@protoc_insertion_point(builder_scope:paymentchannels.StoredServerPaymentChannels) } static { defaultInstance = new StoredServerPaymentChannels(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:paymentchannels.StoredServerPaymentChannels) } public interface StoredServerPaymentChannelOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint64 bestValueToMe = 1; boolean hasBestValueToMe(); long getBestValueToMe(); // optional bytes bestValueSignature = 2; boolean hasBestValueSignature(); com.google.protobuf.ByteString getBestValueSignature(); // required uint64 refundTransactionUnlockTimeSecs = 3; boolean hasRefundTransactionUnlockTimeSecs(); long getRefundTransactionUnlockTimeSecs(); // required bytes contractTransaction = 4; boolean hasContractTransaction(); com.google.protobuf.ByteString getContractTransaction(); // required bytes clientOutput = 5; boolean hasClientOutput(); com.google.protobuf.ByteString getClientOutput(); // required bytes myKey = 6; boolean hasMyKey(); com.google.protobuf.ByteString getMyKey(); } public static final class StoredServerPaymentChannel extends com.google.protobuf.GeneratedMessage implements StoredServerPaymentChannelOrBuilder { // Use StoredServerPaymentChannel.newBuilder() to construct. private StoredServerPaymentChannel(Builder builder) { super(builder); } private StoredServerPaymentChannel(boolean noInit) {} private static final StoredServerPaymentChannel defaultInstance; public static StoredServerPaymentChannel getDefaultInstance() { return defaultInstance; } public StoredServerPaymentChannel getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable; } private int bitField0_; // required uint64 bestValueToMe = 1; public static final int BESTVALUETOME_FIELD_NUMBER = 1; private long bestValueToMe_; public boolean hasBestValueToMe() { return ((bitField0_ & 0x00000001) == 0x00000001); } public long getBestValueToMe() { return bestValueToMe_; } // optional bytes bestValueSignature = 2; public static final int BESTVALUESIGNATURE_FIELD_NUMBER = 2; private com.google.protobuf.ByteString bestValueSignature_; public boolean hasBestValueSignature() { return ((bitField0_ & 0x00000002) == 0x00000002); } public com.google.protobuf.ByteString getBestValueSignature() { return bestValueSignature_; } // required uint64 refundTransactionUnlockTimeSecs = 3; public static final int REFUNDTRANSACTIONUNLOCKTIMESECS_FIELD_NUMBER = 3; private long refundTransactionUnlockTimeSecs_; public boolean hasRefundTransactionUnlockTimeSecs() { return ((bitField0_ & 0x00000004) == 0x00000004); } public long getRefundTransactionUnlockTimeSecs() { return refundTransactionUnlockTimeSecs_; } // required bytes contractTransaction = 4; public static final int CONTRACTTRANSACTION_FIELD_NUMBER = 4; private com.google.protobuf.ByteString contractTransaction_; public boolean hasContractTransaction() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.google.protobuf.ByteString getContractTransaction() { return contractTransaction_; } // required bytes clientOutput = 5; public static final int CLIENTOUTPUT_FIELD_NUMBER = 5; private com.google.protobuf.ByteString clientOutput_; public boolean hasClientOutput() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.google.protobuf.ByteString getClientOutput() { return clientOutput_; } // required bytes myKey = 6; public static final int MYKEY_FIELD_NUMBER = 6; private com.google.protobuf.ByteString myKey_; public boolean hasMyKey() { return ((bitField0_ & 0x00000020) == 0x00000020); } public com.google.protobuf.ByteString getMyKey() { return myKey_; } private void initFields() { bestValueToMe_ = 0L; bestValueSignature_ = com.google.protobuf.ByteString.EMPTY; refundTransactionUnlockTimeSecs_ = 0L; contractTransaction_ = com.google.protobuf.ByteString.EMPTY; clientOutput_ = com.google.protobuf.ByteString.EMPTY; myKey_ = com.google.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBestValueToMe()) { memoizedIsInitialized = 0; return false; } if (!hasRefundTransactionUnlockTimeSecs()) { memoizedIsInitialized = 0; return false; } if (!hasContractTransaction()) { memoizedIsInitialized = 0; return false; } if (!hasClientOutput()) { memoizedIsInitialized = 0; return false; } if (!hasMyKey()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt64(1, bestValueToMe_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, bestValueSignature_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt64(3, refundTransactionUnlockTimeSecs_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, contractTransaction_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, clientOutput_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, myKey_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(1, bestValueToMe_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, bestValueSignature_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(3, refundTransactionUnlockTimeSecs_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, contractTransaction_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, clientOutput_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, myKey_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel 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.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel 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 Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.devcoin.protocols.channels.ServerState.internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable; } // Construct using com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); bestValueToMe_ = 0L; bitField0_ = (bitField0_ & ~0x00000001); bestValueSignature_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); refundTransactionUnlockTimeSecs_ = 0L; bitField0_ = (bitField0_ & ~0x00000004); contractTransaction_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); clientOutput_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); myKey_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.getDescriptor(); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel getDefaultInstanceForType() { return com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance(); } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel build() { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel buildPartial() { com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel result = new com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.bestValueToMe_ = bestValueToMe_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.bestValueSignature_ = bestValueSignature_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.refundTransactionUnlockTimeSecs_ = refundTransactionUnlockTimeSecs_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.contractTransaction_ = contractTransaction_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.clientOutput_ = clientOutput_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.myKey_ = myKey_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel) { return mergeFrom((com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel other) { if (other == com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.getDefaultInstance()) return this; if (other.hasBestValueToMe()) { setBestValueToMe(other.getBestValueToMe()); } if (other.hasBestValueSignature()) { setBestValueSignature(other.getBestValueSignature()); } if (other.hasRefundTransactionUnlockTimeSecs()) { setRefundTransactionUnlockTimeSecs(other.getRefundTransactionUnlockTimeSecs()); } if (other.hasContractTransaction()) { setContractTransaction(other.getContractTransaction()); } if (other.hasClientOutput()) { setClientOutput(other.getClientOutput()); } if (other.hasMyKey()) { setMyKey(other.getMyKey()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBestValueToMe()) { return false; } if (!hasRefundTransactionUnlockTimeSecs()) { return false; } if (!hasContractTransaction()) { return false; } if (!hasClientOutput()) { return false; } if (!hasMyKey()) { return false; } return true; } 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()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; bestValueToMe_ = input.readUInt64(); break; } case 18: { bitField0_ |= 0x00000002; bestValueSignature_ = input.readBytes(); break; } case 24: { bitField0_ |= 0x00000004; refundTransactionUnlockTimeSecs_ = input.readUInt64(); break; } case 34: { bitField0_ |= 0x00000008; contractTransaction_ = input.readBytes(); break; } case 42: { bitField0_ |= 0x00000010; clientOutput_ = input.readBytes(); break; } case 50: { bitField0_ |= 0x00000020; myKey_ = input.readBytes(); break; } } } } private int bitField0_; // required uint64 bestValueToMe = 1; private long bestValueToMe_ ; public boolean hasBestValueToMe() { return ((bitField0_ & 0x00000001) == 0x00000001); } public long getBestValueToMe() { return bestValueToMe_; } public Builder setBestValueToMe(long value) { bitField0_ |= 0x00000001; bestValueToMe_ = value; onChanged(); return this; } public Builder clearBestValueToMe() { bitField0_ = (bitField0_ & ~0x00000001); bestValueToMe_ = 0L; onChanged(); return this; } // optional bytes bestValueSignature = 2; private com.google.protobuf.ByteString bestValueSignature_ = com.google.protobuf.ByteString.EMPTY; public boolean hasBestValueSignature() { return ((bitField0_ & 0x00000002) == 0x00000002); } public com.google.protobuf.ByteString getBestValueSignature() { return bestValueSignature_; } public Builder setBestValueSignature(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; bestValueSignature_ = value; onChanged(); return this; } public Builder clearBestValueSignature() { bitField0_ = (bitField0_ & ~0x00000002); bestValueSignature_ = getDefaultInstance().getBestValueSignature(); onChanged(); return this; } // required uint64 refundTransactionUnlockTimeSecs = 3; private long refundTransactionUnlockTimeSecs_ ; public boolean hasRefundTransactionUnlockTimeSecs() { return ((bitField0_ & 0x00000004) == 0x00000004); } public long getRefundTransactionUnlockTimeSecs() { return refundTransactionUnlockTimeSecs_; } public Builder setRefundTransactionUnlockTimeSecs(long value) { bitField0_ |= 0x00000004; refundTransactionUnlockTimeSecs_ = value; onChanged(); return this; } public Builder clearRefundTransactionUnlockTimeSecs() { bitField0_ = (bitField0_ & ~0x00000004); refundTransactionUnlockTimeSecs_ = 0L; onChanged(); return this; } // required bytes contractTransaction = 4; private com.google.protobuf.ByteString contractTransaction_ = com.google.protobuf.ByteString.EMPTY; public boolean hasContractTransaction() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.google.protobuf.ByteString getContractTransaction() { return contractTransaction_; } public Builder setContractTransaction(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; contractTransaction_ = value; onChanged(); return this; } public Builder clearContractTransaction() { bitField0_ = (bitField0_ & ~0x00000008); contractTransaction_ = getDefaultInstance().getContractTransaction(); onChanged(); return this; } // required bytes clientOutput = 5; private com.google.protobuf.ByteString clientOutput_ = com.google.protobuf.ByteString.EMPTY; public boolean hasClientOutput() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.google.protobuf.ByteString getClientOutput() { return clientOutput_; } public Builder setClientOutput(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; clientOutput_ = value; onChanged(); return this; } public Builder clearClientOutput() { bitField0_ = (bitField0_ & ~0x00000010); clientOutput_ = getDefaultInstance().getClientOutput(); onChanged(); return this; } // required bytes myKey = 6; private com.google.protobuf.ByteString myKey_ = com.google.protobuf.ByteString.EMPTY; public boolean hasMyKey() { return ((bitField0_ & 0x00000020) == 0x00000020); } public com.google.protobuf.ByteString getMyKey() { return myKey_; } public Builder setMyKey(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; myKey_ = value; onChanged(); return this; } public Builder clearMyKey() { bitField0_ = (bitField0_ & ~0x00000020); myKey_ = getDefaultInstance().getMyKey(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:paymentchannels.StoredServerPaymentChannel) } static { defaultInstance = new StoredServerPaymentChannel(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:paymentchannels.StoredServerPaymentChannel) } private static com.google.protobuf.Descriptors.Descriptor internal_static_paymentchannels_StoredServerPaymentChannels_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_paymentchannels_StoredServerPaymentChannel_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_paymentchannels_StoredServerPaymentChannel_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 storedserverpaymentchannel.proto\022\017paym" + "entchannels\"\\\n\033StoredServerPaymentChanne" + "ls\022=\n\010channels\030\001 \003(\0132+.paymentchannels.S" + "toredServerPaymentChannel\"\272\001\n\032StoredServ" + "erPaymentChannel\022\025\n\rbestValueToMe\030\001 \002(\004\022" + "\032\n\022bestValueSignature\030\002 \001(\014\022\'\n\037refundTra" + "nsactionUnlockTimeSecs\030\003 \002(\004\022\033\n\023contract" + "Transaction\030\004 \002(\014\022\024\n\014clientOutput\030\005 \002(\014\022" + "\r\n\005myKey\030\006 \002(\014B4\n%com.google.devcoin.pro" + "tocols.channelsB\013ServerState" }; 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_paymentchannels_StoredServerPaymentChannels_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_paymentchannels_StoredServerPaymentChannels_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_paymentchannels_StoredServerPaymentChannels_descriptor, new java.lang.String[] { "Channels", }, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.class, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder.class); internal_static_paymentchannels_StoredServerPaymentChannel_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_paymentchannels_StoredServerPaymentChannel_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_paymentchannels_StoredServerPaymentChannel_descriptor, new java.lang.String[] { "BestValueToMe", "BestValueSignature", "RefundTransactionUnlockTimeSecs", "ContractTransaction", "ClientOutput", "MyKey", }, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.class, com.google.devcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder.class); return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); } // @@protoc_insertion_point(outer_class_scope) }