public static final class SyncStateProto.SyncState.Builder extends com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder> implements SyncStateProto.SyncStateOrBuilder
net.named_data.jndn.sync.SyncState| Modifier and Type | Method and Description |
|---|---|
SyncStateProto.SyncState |
build() |
SyncStateProto.SyncState |
buildPartial() |
SyncStateProto.SyncState.Builder |
clear() |
SyncStateProto.SyncState.Builder |
clearApplicationInfo()
optional bytes application_info = 4; |
SyncStateProto.SyncState.Builder |
clearName()
required string name = 1; |
SyncStateProto.SyncState.Builder |
clearSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.Builder |
clearType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2; |
SyncStateProto.SyncState.Builder |
clone() |
com.google.protobuf.ByteString |
getApplicationInfo()
optional bytes application_info = 4; |
SyncStateProto.SyncState |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
SyncStateProto.SyncState.SeqNo |
getSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.SeqNo.Builder |
getSeqnoBuilder()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.SeqNoOrBuilder |
getSeqnoOrBuilder()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.ActionType |
getType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2; |
boolean |
hasApplicationInfo()
optional bytes application_info = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
boolean |
hasType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SyncStateProto.SyncState.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SyncStateProto.SyncState.Builder |
mergeFrom(com.google.protobuf.Message other) |
SyncStateProto.SyncState.Builder |
mergeFrom(SyncStateProto.SyncState other) |
SyncStateProto.SyncState.Builder |
mergeSeqno(SyncStateProto.SyncState.SeqNo value)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.Builder |
setApplicationInfo(com.google.protobuf.ByteString value)
optional bytes application_info = 4; |
SyncStateProto.SyncState.Builder |
setName(String value)
required string name = 1; |
SyncStateProto.SyncState.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
SyncStateProto.SyncState.Builder |
setSeqno(SyncStateProto.SyncState.SeqNo.Builder builderForValue)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.Builder |
setSeqno(SyncStateProto.SyncState.SeqNo value)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3; |
SyncStateProto.SyncState.Builder |
setType(SyncStateProto.SyncState.ActionType value)
required .net.named_data.jndn.sync.SyncState.ActionType type = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder>public SyncStateProto.SyncState.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder>public SyncStateProto.SyncState.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder>public SyncStateProto.SyncState getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SyncStateProto.SyncState build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SyncStateProto.SyncState buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SyncStateProto.SyncState.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SyncStateProto.SyncState.Builder>public SyncStateProto.SyncState.Builder mergeFrom(SyncStateProto.SyncState other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<SyncStateProto.SyncState.Builder>public SyncStateProto.SyncState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SyncStateProto.SyncState.Builder>IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface SyncStateProto.SyncStateOrBuilderpublic String getName()
required string name = 1;getName in interface SyncStateProto.SyncStateOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.Builder setName(String value)
required string name = 1;public SyncStateProto.SyncState.Builder clearName()
required string name = 1;public SyncStateProto.SyncState.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public boolean hasType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2;hasType in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.ActionType getType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2;getType in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.Builder setType(SyncStateProto.SyncState.ActionType value)
required .net.named_data.jndn.sync.SyncState.ActionType type = 2;public SyncStateProto.SyncState.Builder clearType()
required .net.named_data.jndn.sync.SyncState.ActionType type = 2;public boolean hasSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;hasSeqno in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.SeqNo getSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;getSeqno in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.Builder setSeqno(SyncStateProto.SyncState.SeqNo value)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;public SyncStateProto.SyncState.Builder setSeqno(SyncStateProto.SyncState.SeqNo.Builder builderForValue)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;public SyncStateProto.SyncState.Builder mergeSeqno(SyncStateProto.SyncState.SeqNo value)
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;public SyncStateProto.SyncState.Builder clearSeqno()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;public SyncStateProto.SyncState.SeqNo.Builder getSeqnoBuilder()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;public SyncStateProto.SyncState.SeqNoOrBuilder getSeqnoOrBuilder()
optional .net.named_data.jndn.sync.SyncState.SeqNo seqno = 3;getSeqnoOrBuilder in interface SyncStateProto.SyncStateOrBuilderpublic boolean hasApplicationInfo()
optional bytes application_info = 4;hasApplicationInfo in interface SyncStateProto.SyncStateOrBuilderpublic com.google.protobuf.ByteString getApplicationInfo()
optional bytes application_info = 4;getApplicationInfo in interface SyncStateProto.SyncStateOrBuilderpublic SyncStateProto.SyncState.Builder setApplicationInfo(com.google.protobuf.ByteString value)
optional bytes application_info = 4;public SyncStateProto.SyncState.Builder clearApplicationInfo()
optional bytes application_info = 4;Copyright © 2019. All rights reserved.