public interface DigestListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getDigestId()
identifies the digest extern instance
uint32 digest_id = 1;
long getListId()
identifies a list of entries, used by receiver to ack
uint64 list_id = 2;
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;
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;
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;
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;
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;
long getTimestamp()
Timestamp at which the server generated the message (in nanoseconds since Epoch)
int64 timestamp = 4;
Copyright © 2018 OpenDaylight. All rights reserved.