public interface ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getActionId()
uint32 action_id = 1; |
Action.Param |
getParams(int index)
repeated .p4.Action.Param params = 4; |
int |
getParamsCount()
repeated .p4.Action.Param params = 4; |
List<Action.Param> |
getParamsList()
repeated .p4.Action.Param params = 4; |
Action.ParamOrBuilder |
getParamsOrBuilder(int index)
repeated .p4.Action.Param params = 4; |
List<? extends Action.ParamOrBuilder> |
getParamsOrBuilderList()
repeated .p4.Action.Param params = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getActionId()
uint32 action_id = 1;
List<Action.Param> getParamsList()
repeated .p4.Action.Param params = 4;
Action.Param getParams(int index)
repeated .p4.Action.Param params = 4;
int getParamsCount()
repeated .p4.Action.Param params = 4;
List<? extends Action.ParamOrBuilder> getParamsOrBuilderList()
repeated .p4.Action.Param params = 4;
Action.ParamOrBuilder getParamsOrBuilder(int index)
repeated .p4.Action.Param params = 4;
Copyright © 2018 OpenDaylight. All rights reserved.