Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
Action |
Action.Builder.build() |
Action |
Action.Builder.buildPartial() |
Action |
P4InfoOrBuilder.getActions(int index)
repeated .p4.config.v1.Action actions = 3; |
Action |
P4Info.getActions(int index)
repeated .p4.config.v1.Action actions = 3; |
Action |
P4Info.Builder.getActions(int index)
repeated .p4.config.v1.Action actions = 3; |
static Action |
Action.getDefaultInstance() |
Action |
Action.getDefaultInstanceForType() |
Action |
Action.Builder.getDefaultInstanceForType() |
static Action |
Action.parseDelimitedFrom(InputStream input) |
static Action |
Action.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(byte[] data) |
static Action |
Action.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(ByteBuffer data) |
static Action |
Action.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(com.google.protobuf.ByteString data) |
static Action |
Action.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(com.google.protobuf.CodedInputStream input) |
static Action |
Action.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(InputStream input) |
static Action |
Action.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
P4InfoOrBuilder.getActionsList()
repeated .p4.config.v1.Action actions = 3; |
List<Action> |
P4Info.getActionsList()
repeated .p4.config.v1.Action actions = 3; |
List<Action> |
P4Info.Builder.getActionsList()
repeated .p4.config.v1.Action actions = 3; |
com.google.protobuf.Parser<Action> |
Action.getParserForType() |
static com.google.protobuf.Parser<Action> |
Action.parser() |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addActions(Action value)
repeated .p4.config.v1.Action actions = 3; |
P4Info.Builder |
P4Info.Builder.addActions(int index,
Action value)
repeated .p4.config.v1.Action actions = 3; |
Action.Builder |
Action.Builder.mergeFrom(Action other) |
static Action.Builder |
Action.newBuilder(Action prototype) |
P4Info.Builder |
P4Info.Builder.setActions(int index,
Action value)
repeated .p4.config.v1.Action actions = 3; |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addAllActions(Iterable<? extends Action> values)
repeated .p4.config.v1.Action actions = 3; |
Copyright © 2018 OpenDaylight. All rights reserved.