Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
ActionProfile.Builder |
P4Info.Builder.addActionProfilesBuilder()
repeated .p4.config.ActionProfile action_profiles = 4; |
ActionProfile.Builder |
P4Info.Builder.addActionProfilesBuilder(int index)
repeated .p4.config.ActionProfile action_profiles = 4; |
ActionProfile.Builder |
ActionProfile.Builder.addAllTableIds(Iterable<? extends Integer> values)
the ids of the tables sharing this action profile
|
ActionProfile.Builder |
ActionProfile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionProfile.Builder |
ActionProfile.Builder.addTableIds(int value)
the ids of the tables sharing this action profile
|
ActionProfile.Builder |
ActionProfile.Builder.clear() |
ActionProfile.Builder |
ActionProfile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ActionProfile.Builder |
ActionProfile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ActionProfile.Builder |
ActionProfile.Builder.clearPreamble()
.p4.config.Preamble preamble = 1; |
ActionProfile.Builder |
ActionProfile.Builder.clearSize()
max number of member entries in action profile
|
ActionProfile.Builder |
ActionProfile.Builder.clearTableIds()
the ids of the tables sharing this action profile
|
ActionProfile.Builder |
ActionProfile.Builder.clearWithSelector()
true iff the action profile used dynamic selection
|
ActionProfile.Builder |
ActionProfile.Builder.clone() |
ActionProfile.Builder |
P4Info.Builder.getActionProfilesBuilder(int index)
repeated .p4.config.ActionProfile action_profiles = 4; |
ActionProfile.Builder |
ActionProfile.Builder.mergeFrom(ActionProfile other) |
ActionProfile.Builder |
ActionProfile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ActionProfile.Builder |
ActionProfile.Builder.mergeFrom(com.google.protobuf.Message other) |
ActionProfile.Builder |
ActionProfile.Builder.mergePreamble(Preamble value)
.p4.config.Preamble preamble = 1; |
ActionProfile.Builder |
ActionProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ActionProfile.Builder |
ActionProfile.newBuilder() |
static ActionProfile.Builder |
ActionProfile.newBuilder(ActionProfile prototype) |
ActionProfile.Builder |
ActionProfile.newBuilderForType() |
protected ActionProfile.Builder |
ActionProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ActionProfile.Builder |
ActionProfile.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionProfile.Builder |
ActionProfile.Builder.setPreamble(Preamble.Builder builderForValue)
.p4.config.Preamble preamble = 1; |
ActionProfile.Builder |
ActionProfile.Builder.setPreamble(Preamble value)
.p4.config.Preamble preamble = 1; |
ActionProfile.Builder |
ActionProfile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ActionProfile.Builder |
ActionProfile.Builder.setSize(long value)
max number of member entries in action profile
|
ActionProfile.Builder |
ActionProfile.Builder.setTableIds(int index,
int value)
the ids of the tables sharing this action profile
|
ActionProfile.Builder |
ActionProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ActionProfile.Builder |
ActionProfile.Builder.setWithSelector(boolean value)
true iff the action profile used dynamic selection
|
ActionProfile.Builder |
ActionProfile.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<ActionProfile.Builder> |
P4Info.Builder.getActionProfilesBuilderList()
repeated .p4.config.ActionProfile action_profiles = 4; |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addActionProfiles(ActionProfile.Builder builderForValue)
repeated .p4.config.ActionProfile action_profiles = 4; |
P4Info.Builder |
P4Info.Builder.addActionProfiles(int index,
ActionProfile.Builder builderForValue)
repeated .p4.config.ActionProfile action_profiles = 4; |
P4Info.Builder |
P4Info.Builder.setActionProfiles(int index,
ActionProfile.Builder builderForValue)
repeated .p4.config.ActionProfile action_profiles = 4; |
Copyright © 2018 OpenDaylight. All rights reserved.