Package p4.v1
Interface P4RuntimeOuterClass.TableActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.TableAction,P4RuntimeOuterClass.TableAction.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.TableActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.p4.v1.Action action = 1;.p4.v1.Action action = 1;.p4.v1.ActionProfileActionSet action_profile_action_set = 4;.p4.v1.ActionProfileActionSet action_profile_action_set = 4;intuint32 action_profile_group_id = 3;intuint32 action_profile_member_id = 2;boolean.p4.v1.Action action = 1;boolean.p4.v1.ActionProfileActionSet action_profile_action_set = 4;booleanuint32 action_profile_group_id = 3;booleanuint32 action_profile_member_id = 2;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
-
hasAction
boolean hasAction().p4.v1.Action action = 1;- Returns:
- Whether the action field is set.
-
getAction
P4RuntimeOuterClass.Action getAction().p4.v1.Action action = 1;- Returns:
- The action.
-
getActionOrBuilder
P4RuntimeOuterClass.ActionOrBuilder getActionOrBuilder().p4.v1.Action action = 1; -
hasActionProfileMemberId
boolean hasActionProfileMemberId()uint32 action_profile_member_id = 2;- Returns:
- Whether the actionProfileMemberId field is set.
-
getActionProfileMemberId
int getActionProfileMemberId()uint32 action_profile_member_id = 2;- Returns:
- The actionProfileMemberId.
-
hasActionProfileGroupId
boolean hasActionProfileGroupId()uint32 action_profile_group_id = 3;- Returns:
- Whether the actionProfileGroupId field is set.
-
getActionProfileGroupId
int getActionProfileGroupId()uint32 action_profile_group_id = 3;- Returns:
- The actionProfileGroupId.
-
hasActionProfileActionSet
boolean hasActionProfileActionSet().p4.v1.ActionProfileActionSet action_profile_action_set = 4;- Returns:
- Whether the actionProfileActionSet field is set.
-
getActionProfileActionSet
P4RuntimeOuterClass.ActionProfileActionSet getActionProfileActionSet().p4.v1.ActionProfileActionSet action_profile_action_set = 4;- Returns:
- The actionProfileActionSet.
-
getActionProfileActionSetOrBuilder
P4RuntimeOuterClass.ActionProfileActionSetOrBuilder getActionProfileActionSetOrBuilder().p4.v1.ActionProfileActionSet action_profile_action_set = 4; -
getTypeCase
P4RuntimeOuterClass.TableAction.TypeCase getTypeCase()
-