public static final class DigestList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder> implements DigestListOrBuilder
p4.v1.DigestList| Modifier and Type | Method and Description |
|---|---|
DigestList.Builder |
addAllData(Iterable<? extends P4Data> values)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
addData(int index,
P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
addData(int index,
P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
addData(P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
addData(P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4Data.Builder |
addDataBuilder()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4Data.Builder |
addDataBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DigestList |
build() |
DigestList |
buildPartial() |
DigestList.Builder |
clear() |
DigestList.Builder |
clearData()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
clearDigestId()
identifies the digest extern instance
|
DigestList.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DigestList.Builder |
clearListId()
identifies a list of entries, used by receiver to ack
|
DigestList.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DigestList.Builder |
clearTimestamp()
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
DigestList.Builder |
clone() |
P4Data |
getData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4Data.Builder |
getDataBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
List<P4Data.Builder> |
getDataBuilderList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
int |
getDataCount()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
List<P4Data> |
getDataList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
P4DataOrBuilder |
getDataOrBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
List<? extends P4DataOrBuilder> |
getDataOrBuilderList()
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getDigestId()
identifies the digest extern instance
|
long |
getListId()
identifies a list of entries, used by receiver to ack
|
long |
getTimestamp()
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DigestList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DigestList.Builder |
mergeFrom(DigestList other) |
DigestList.Builder |
mergeFrom(com.google.protobuf.Message other) |
DigestList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DigestList.Builder |
removeData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
setData(int index,
P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
setData(int index,
P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to
one entry and we can have as little as one entry.
|
DigestList.Builder |
setDigestId(int value)
identifies the digest extern instance
|
DigestList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DigestList.Builder |
setListId(long value)
identifies a list of entries, used by receiver to ack
|
DigestList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DigestList.Builder |
setTimestamp(long value)
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
DigestList.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.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.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DigestList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DigestList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DigestList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DigestList.Builder>public DigestList.Builder mergeFrom(DigestList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public DigestList.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<DigestList.Builder>IOExceptionpublic int getDigestId()
identifies the digest extern instance
uint32 digest_id = 1;getDigestId in interface DigestListOrBuilderpublic DigestList.Builder setDigestId(int value)
identifies the digest extern instance
uint32 digest_id = 1;public DigestList.Builder clearDigestId()
identifies the digest extern instance
uint32 digest_id = 1;public long getListId()
identifies a list of entries, used by receiver to ack
uint64 list_id = 2;getListId in interface DigestListOrBuilderpublic DigestList.Builder setListId(long value)
identifies a list of entries, used by receiver to ack
uint64 list_id = 2;public DigestList.Builder clearListId()
identifies a list of entries, used by receiver to ack
uint64 list_id = 2;public List<P4Data> getDataList()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;getDataList in interface DigestListOrBuilderpublic int getDataCount()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;getDataCount in interface DigestListOrBuilderpublic P4Data getData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;getData in interface DigestListOrBuilderpublic DigestList.Builder setData(int index, P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder setData(int index, P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder addData(P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder addData(int index, P4Data value)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder addData(P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder addData(int index, P4Data.Builder builderForValue)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder addAllData(Iterable<? extends P4Data> values)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder clearData()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public DigestList.Builder removeData(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public P4Data.Builder getDataBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public P4DataOrBuilder getDataOrBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;getDataOrBuilder in interface DigestListOrBuilderpublic List<? extends P4DataOrBuilder> getDataOrBuilderList()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;getDataOrBuilderList in interface DigestListOrBuilderpublic P4Data.Builder addDataBuilder()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public P4Data.Builder addDataBuilder(int index)
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public List<P4Data.Builder> getDataBuilderList()
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
repeated .p4.v1.P4Data data = 3;public long getTimestamp()
Timestamp at which the server generated the message (in nanoseconds since Epoch)
int64 timestamp = 4;getTimestamp in interface DigestListOrBuilderpublic DigestList.Builder setTimestamp(long value)
Timestamp at which the server generated the message (in nanoseconds since Epoch)
int64 timestamp = 4;public DigestList.Builder clearTimestamp()
Timestamp at which the server generated the message (in nanoseconds since Epoch)
int64 timestamp = 4;public final DigestList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>public final DigestList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>Copyright © 2018 OpenDaylight. All rights reserved.