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