Package p4.config.v1
Interface P4InfoOuterClass.TableActionCallOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4InfoOuterClass.TableActionCall,P4InfoOuterClass.TableActionCall.Builder
- Enclosing class:
P4InfoOuterClass
public static interface P4InfoOuterClass.TableActionCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 action_id = 1;getArguments(int index) repeated .p4.config.v1.TableActionCall.Argument arguments = 4;intrepeated .p4.config.v1.TableActionCall.Argument arguments = 4;repeated .p4.config.v1.TableActionCall.Argument arguments = 4;getArgumentsOrBuilder(int index) repeated .p4.config.v1.TableActionCall.Argument arguments = 4;repeated .p4.config.v1.TableActionCall.Argument arguments = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActionId
int getActionId()uint32 action_id = 1;- Returns:
- The actionId.
-
getArgumentsList
List<P4InfoOuterClass.TableActionCall.Argument> getArgumentsList()repeated .p4.config.v1.TableActionCall.Argument arguments = 4; -
getArguments
repeated .p4.config.v1.TableActionCall.Argument arguments = 4; -
getArgumentsCount
int getArgumentsCount()repeated .p4.config.v1.TableActionCall.Argument arguments = 4; -
getArgumentsOrBuilderList
List<? extends P4InfoOuterClass.TableActionCall.ArgumentOrBuilder> getArgumentsOrBuilderList()repeated .p4.config.v1.TableActionCall.Argument arguments = 4; -
getArgumentsOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
-