Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
DigestList.Builder |
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 |
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 |
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 |
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 |
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.
|
DigestList.Builder |
DigestList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DigestList.Builder |
DigestList.Builder.clear() |
DigestList.Builder |
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 |
DigestList.Builder.clearDigestId()
identifies the digest extern instance
|
DigestList.Builder |
DigestList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DigestList.Builder |
DigestList.Builder.clearListId()
identifies a list of entries, used by receiver to ack
|
DigestList.Builder |
DigestList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DigestList.Builder |
DigestList.Builder.clearTimestamp()
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
DigestList.Builder |
DigestList.Builder.clone() |
DigestList.Builder |
StreamMessageResponse.Builder.getDigestBuilder()
.p4.v1.DigestList digest = 3; |
DigestList.Builder |
DigestList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DigestList.Builder |
DigestList.Builder.mergeFrom(DigestList other) |
DigestList.Builder |
DigestList.Builder.mergeFrom(com.google.protobuf.Message other) |
DigestList.Builder |
DigestList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DigestList.Builder |
DigestList.newBuilder() |
static DigestList.Builder |
DigestList.newBuilder(DigestList prototype) |
DigestList.Builder |
DigestList.newBuilderForType() |
protected DigestList.Builder |
DigestList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DigestList.Builder |
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 |
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 |
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 |
DigestList.Builder.setDigestId(int value)
identifies the digest extern instance
|
DigestList.Builder |
DigestList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DigestList.Builder |
DigestList.Builder.setListId(long value)
identifies a list of entries, used by receiver to ack
|
DigestList.Builder |
DigestList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DigestList.Builder |
DigestList.Builder.setTimestamp(long value)
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
DigestList.Builder |
DigestList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DigestList.Builder |
DigestList.toBuilder() |
Modifier and Type | Method and Description |
---|---|
StreamMessageResponse.Builder |
StreamMessageResponse.Builder.setDigest(DigestList.Builder builderForValue)
.p4.v1.DigestList digest = 3; |
Copyright © 2018 OpenDaylight. All rights reserved.