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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.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.GeneratedMessageV3.Builder<DigestList.Builder>
public DigestList getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DigestList build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DigestList buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DigestList.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DigestList.Builder>
IOException
public int getDigestId()
identifies the digest extern instance
uint32 digest_id = 1;
getDigestId
in interface DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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 DigestListOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DigestList.Builder>
Copyright © 2018 OpenDaylight. All rights reserved.