Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
ActionRef.Builder |
Table.Builder.addActionRefsBuilder()
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
ActionRef.Builder |
Table.Builder.addActionRefsBuilder(int index)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
ActionRef.Builder |
ActionRef.Builder.addAllAnnotations(Iterable<String> values)
repeated string annotations = 2; |
ActionRef.Builder |
ActionRef.Builder.addAnnotations(String value)
repeated string annotations = 2; |
ActionRef.Builder |
ActionRef.Builder.addAnnotationsBytes(com.google.protobuf.ByteString value)
repeated string annotations = 2; |
ActionRef.Builder |
ActionRef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionRef.Builder |
ActionRef.Builder.clear() |
ActionRef.Builder |
ActionRef.Builder.clearAnnotations()
repeated string annotations = 2; |
ActionRef.Builder |
ActionRef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ActionRef.Builder |
ActionRef.Builder.clearId()
uint32 id = 1; |
ActionRef.Builder |
ActionRef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ActionRef.Builder |
ActionRef.Builder.clone() |
ActionRef.Builder |
Table.Builder.getActionRefsBuilder(int index)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
ActionRef.Builder |
ActionRef.Builder.mergeFrom(ActionRef other) |
ActionRef.Builder |
ActionRef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ActionRef.Builder |
ActionRef.Builder.mergeFrom(com.google.protobuf.Message other) |
ActionRef.Builder |
ActionRef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ActionRef.Builder |
ActionRef.newBuilder() |
static ActionRef.Builder |
ActionRef.newBuilder(ActionRef prototype) |
ActionRef.Builder |
ActionRef.newBuilderForType() |
protected ActionRef.Builder |
ActionRef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ActionRef.Builder |
ActionRef.Builder.setAnnotations(int index,
String value)
repeated string annotations = 2; |
ActionRef.Builder |
ActionRef.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionRef.Builder |
ActionRef.Builder.setId(int value)
uint32 id = 1; |
ActionRef.Builder |
ActionRef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ActionRef.Builder |
ActionRef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ActionRef.Builder |
ActionRef.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<ActionRef.Builder> |
Table.Builder.getActionRefsBuilderList()
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.addActionRefs(ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.addActionRefs(int index,
ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Table.Builder |
Table.Builder.setActionRefs(int index,
ActionRef.Builder builderForValue)
even when the table is indirect (see implementation_id) below, this field
includes all possible actions for the table; by using ActionRef instead of
a repeated field of action ids, each action reference in a P4 table is able
to have its own annotations
|
Copyright © 2018 OpenDaylight. All rights reserved.