public static final class ClientState.StoredClientPaymentChannels.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder> implements ClientState.StoredClientPaymentChannelsOrBuilder
paymentchannels.StoredClientPaymentChannels
A set of StoredPaymentChannel's
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public ClientState.StoredClientPaymentChannels.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public ClientState.StoredClientPaymentChannels.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public ClientState.StoredClientPaymentChannels getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClientState.StoredClientPaymentChannels build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClientState.StoredClientPaymentChannels buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClientState.StoredClientPaymentChannels.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public ClientState.StoredClientPaymentChannels.Builder mergeFrom(ClientState.StoredClientPaymentChannels other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
public ClientState.StoredClientPaymentChannels.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
IOException
public List<ClientState.StoredClientPaymentChannel> getChannelsList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
getChannelsList
in interface ClientState.StoredClientPaymentChannelsOrBuilder
public int getChannelsCount()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
getChannelsCount
in interface ClientState.StoredClientPaymentChannelsOrBuilder
public ClientState.StoredClientPaymentChannel getChannels(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
getChannels
in interface ClientState.StoredClientPaymentChannelsOrBuilder
public ClientState.StoredClientPaymentChannels.Builder setChannels(int index, ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder setChannels(int index, ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder addChannels(int index, ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder addChannels(int index, ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder addAllChannels(Iterable<? extends ClientState.StoredClientPaymentChannel> values)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder clearChannels()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannels.Builder removeChannels(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannel.Builder getChannelsBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannelOrBuilder getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
getChannelsOrBuilder
in interface ClientState.StoredClientPaymentChannelsOrBuilder
public List<? extends ClientState.StoredClientPaymentChannelOrBuilder> getChannelsOrBuilderList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
getChannelsOrBuilderList
in interface ClientState.StoredClientPaymentChannelsOrBuilder
public ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
public List<ClientState.StoredClientPaymentChannel.Builder> getChannelsBuilderList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
Copyright © 2016. All rights reserved.