Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
ActionProfileAction |
ActionProfileAction.Builder.build() |
ActionProfileAction |
ActionProfileAction.Builder.buildPartial() |
ActionProfileAction |
ActionProfileActionSetOrBuilder.getActionProfileActions(int index)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
ActionProfileAction |
ActionProfileActionSet.getActionProfileActions(int index)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
ActionProfileAction |
ActionProfileActionSet.Builder.getActionProfileActions(int index)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
static ActionProfileAction |
ActionProfileAction.getDefaultInstance() |
ActionProfileAction |
ActionProfileAction.getDefaultInstanceForType() |
ActionProfileAction |
ActionProfileAction.Builder.getDefaultInstanceForType() |
static ActionProfileAction |
ActionProfileAction.parseDelimitedFrom(InputStream input) |
static ActionProfileAction |
ActionProfileAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionProfileAction |
ActionProfileAction.parseFrom(byte[] data) |
static ActionProfileAction |
ActionProfileAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionProfileAction |
ActionProfileAction.parseFrom(ByteBuffer data) |
static ActionProfileAction |
ActionProfileAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionProfileAction |
ActionProfileAction.parseFrom(com.google.protobuf.ByteString data) |
static ActionProfileAction |
ActionProfileAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionProfileAction |
ActionProfileAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static ActionProfileAction |
ActionProfileAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionProfileAction |
ActionProfileAction.parseFrom(InputStream input) |
static ActionProfileAction |
ActionProfileAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ActionProfileAction> |
ActionProfileActionSetOrBuilder.getActionProfileActionsList()
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
List<ActionProfileAction> |
ActionProfileActionSet.getActionProfileActionsList()
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
List<ActionProfileAction> |
ActionProfileActionSet.Builder.getActionProfileActionsList()
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
com.google.protobuf.Parser<ActionProfileAction> |
ActionProfileAction.getParserForType() |
static com.google.protobuf.Parser<ActionProfileAction> |
ActionProfileAction.parser() |
Modifier and Type | Method and Description |
---|---|
ActionProfileActionSet.Builder |
ActionProfileActionSet.Builder.addActionProfileActions(ActionProfileAction value)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
ActionProfileActionSet.Builder |
ActionProfileActionSet.Builder.addActionProfileActions(int index,
ActionProfileAction value)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
ActionProfileAction.Builder |
ActionProfileAction.Builder.mergeFrom(ActionProfileAction other) |
static ActionProfileAction.Builder |
ActionProfileAction.newBuilder(ActionProfileAction prototype) |
ActionProfileActionSet.Builder |
ActionProfileActionSet.Builder.setActionProfileActions(int index,
ActionProfileAction value)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
Modifier and Type | Method and Description |
---|---|
ActionProfileActionSet.Builder |
ActionProfileActionSet.Builder.addAllActionProfileActions(Iterable<? extends ActionProfileAction> values)
repeated .p4.v1.ActionProfileAction action_profile_actions = 1; |
Copyright © 2018 OpenDaylight. All rights reserved.