Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORTED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
ACK_TIMEOUT_NS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
ackTimeout() - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Returns the value of the ackTimeout record component.
Acquired(ElectionId) - Constructor for record class io.github.zhh2001.jp4.MastershipStatus.Acquired
Creates an instance of a Acquired record class.
action() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Returns the value of the action record component.
action() - Method in class io.github.zhh2001.jp4.entity.TableEntry
The action selected by this entry, or null for delete-only entries (built via TableEntryBuilder.build() without calling .action(...)).
action(String) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
Begins describing the action this entry installs.
action(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
 
ACTION - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
P4 language built-ins
ACTION - Enum constant in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableAction
 
ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
ACTION_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
ACTION_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Action
 
ACTION_PROFILE - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
ACTION_PROFILE = 17;
ACTION_PROFILE_ACTION_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
ACTION_PROFILE_ACTION_SET_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableAction
 
ACTION_PROFILE_ACTIONS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
ACTION_PROFILE_GROUP - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
ACTION_PROFILE_GROUP_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
ACTION_PROFILE_GROUP_ID - Enum constant in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
ACTION_PROFILE_GROUP_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableAction
 
ACTION_PROFILE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
ACTION_PROFILE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
ACTION_PROFILE_MEMBER - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
ACTION_PROFILE_MEMBER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
ACTION_PROFILE_MEMBER_ID - Enum constant in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
ACTION_PROFILE_MEMBER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableAction
 
ACTION_PROFILE_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
ACTION_PROFILE = 17;
ACTION_PROFILES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
ACTION_REFS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
ACTION_SELECTION_MODE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
ACTION_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
P4 language built-ins
ActionBuilder - Class in io.github.zhh2001.jp4.entity
Sub-builder for the action portion of a TableEntry.
actionIds() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Action ids permitted by this table, as a set.
ActionInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 action, derived from P4Info.
actionInfoById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup: returns the ActionInfo for a given numeric action id, or null if the P4Info has no action by that id.
ActionInstance - Class in io.github.zhh2001.jp4.entity
The action selected by a TableEntry: an action name plus its parameter values keyed by parameter name.
actionNameById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup: returns the action's fully-qualified name for a given numeric id, or null if the P4Info has no action by that id.
actionNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
 
ActionParamInfo - Record Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one parameter of an ActionInfo, derived from P4Info.
ActionParamInfo(int, String, int) - Constructor for record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Creates an instance of a ActionParamInfo record class.
actionProfile(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up an action profile by its fully-qualified name.
actionProfileById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of an action profile by id; null on miss.
ActionProfileGroup - Record Class in io.github.zhh2001.jp4.entity
One ActionProfileGroup returned by P4Switch.readActionProfileGroup.
ActionProfileGroup(String, long, int, List<WeightedMember>) - Constructor for record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Creates an instance of a ActionProfileGroup record class.
ActionProfileGroupReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against the groups of an action profile, returned by P4Switch.readActionProfileGroup(String).
ActionProfileInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 action profile, derived from P4Info.
ActionProfileMember - Record Class in io.github.zhh2001.jp4.entity
One ActionProfileMember returned by P4Switch.readActionProfileMember.
ActionProfileMember(String, long, ActionInstance) - Constructor for record class io.github.zhh2001.jp4.entity.ActionProfileMember
Creates an instance of a ActionProfileMember record class.
ActionProfileMemberReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against the members of an action profile, returned by P4Switch.readActionProfileMember(String).
actionProfileName() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns the value of the actionProfileName record component.
actionProfileName() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Returns the value of the actionProfileName record component.
actionProfileNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Action profile names declared in the bound P4Info, as an immutable list.
ACTIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
addActionProfileActions(int, P4RuntimeOuterClass.ActionProfileAction) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfileActions(int, P4RuntimeOuterClass.ActionProfileAction.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfileActions(P4RuntimeOuterClass.ActionProfileAction) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfileActions(P4RuntimeOuterClass.ActionProfileAction.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfileActionsBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfileActionsBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addActionProfiles(int, P4InfoOuterClass.ActionProfile) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionProfiles(int, P4InfoOuterClass.ActionProfile.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionProfiles(P4InfoOuterClass.ActionProfile) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionProfiles(P4InfoOuterClass.ActionProfile.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionProfilesBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionProfilesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addActionRefs(int, P4InfoOuterClass.ActionRef) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActionRefs(int, P4InfoOuterClass.ActionRef.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActionRefs(P4InfoOuterClass.ActionRef) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActionRefs(P4InfoOuterClass.ActionRef.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActionRefsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActionRefsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addActions(int, P4InfoOuterClass.Action) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addActions(int, P4InfoOuterClass.Action.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addActions(P4InfoOuterClass.Action) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addActions(P4InfoOuterClass.Action.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addActionsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addActionsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addAllActionProfileActions(Iterable<? extends P4RuntimeOuterClass.ActionProfileAction>) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
addAllActionProfiles(Iterable<? extends P4InfoOuterClass.ActionProfile>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
addAllActionRefs(Iterable<? extends P4InfoOuterClass.ActionRef>) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
addAllActions(Iterable<? extends P4InfoOuterClass.Action>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAllAnnotationLocations(Iterable<? extends P4Types.SourceLocation>) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
addAllAnnotations(Iterable<String>) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
addAllArguments(Iterable<? extends P4InfoOuterClass.TableActionCall.Argument>) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addAllBackupReplicas(Iterable<? extends P4RuntimeOuterClass.BackupReplica>) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addAllBitstrings(Iterable<? extends ByteString>) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
addAllControllerPacketMetadata(Iterable<? extends P4InfoOuterClass.ControllerPacketMetadata>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addAllCounters(Iterable<? extends P4InfoOuterClass.Counter>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addAllData(Iterable<? extends P4DataOuterClass.P4Data>) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addAllDigests(Iterable<? extends P4InfoOuterClass.Digest>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addAllDirectCounters(Iterable<? extends P4InfoOuterClass.DirectCounter>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addAllDirectMeters(Iterable<? extends P4InfoOuterClass.DirectMeter>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addAllDirectResourceIds(Iterable<? extends Integer>) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
addAllEntities(Iterable<? extends P4RuntimeOuterClass.Entity>) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addAllEntities(Iterable<? extends P4RuntimeOuterClass.Entity>) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addAllEntries(Iterable<? extends P4DataOuterClass.P4Header>) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addAllEntries(Iterable<? extends P4DataOuterClass.P4HeaderUnion>) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addAllExpressions(Iterable<? extends P4Types.Expression>) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addAllExterns(Iterable<? extends P4InfoOuterClass.Extern>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addAllInstances(Iterable<? extends P4InfoOuterClass.ExternInstance>) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addAllKvPairs(Iterable<? extends P4Types.KeyValuePair>) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addAllMatch(Iterable<? extends P4InfoOuterClass.MatchField>) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addAllMatch(Iterable<? extends P4RuntimeOuterClass.FieldMatch>) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addAllMatch(Iterable<? extends P4RuntimeOuterClass.FieldMatch>) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addAllMatchFields(Iterable<? extends P4InfoOuterClass.MatchField>) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addAllMembers(Iterable<? extends P4Types.P4DataTypeSpec>) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addAllMembers(Iterable<? extends P4Types.P4EnumTypeSpec.Member>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addAllMembers(Iterable<? extends P4Types.P4HeaderTypeSpec.Member>) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addAllMembers(Iterable<? extends P4Types.P4HeaderUnionTypeSpec.Member>) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addAllMembers(Iterable<? extends P4Types.P4SerializableEnumTypeSpec.Member>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addAllMembers(Iterable<? extends P4Types.P4StructTypeSpec.Member>) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addAllMembers(Iterable<? extends P4DataOuterClass.P4Data>) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addAllMembers(Iterable<? extends P4RuntimeOuterClass.ActionProfileGroup.Member>) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addAllMembers(Iterable<? extends P4RuntimeOuterClass.ValueSetMember>) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addAllMembers(Iterable<String>) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
addAllMetadata(Iterable<? extends P4InfoOuterClass.ControllerPacketMetadata.Metadata>) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addAllMetadata(Iterable<? extends P4RuntimeOuterClass.PacketMetadata>) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addAllMetadata(Iterable<? extends P4RuntimeOuterClass.PacketMetadata>) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addAllMeters(Iterable<? extends P4InfoOuterClass.Meter>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addAllParams(Iterable<? extends P4InfoOuterClass.Action.Param>) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addAllParams(Iterable<? extends P4RuntimeOuterClass.Action.Param>) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addAllRegisters(Iterable<? extends P4InfoOuterClass.Register>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addAllReplicas(Iterable<? extends P4RuntimeOuterClass.Replica>) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addAllReplicas(Iterable<? extends P4RuntimeOuterClass.Replica>) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllStructuredAnnotations(Iterable<? extends P4Types.StructuredAnnotation>) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addAllTableEntry(Iterable<? extends P4RuntimeOuterClass.TableEntry>) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addAllTableIds(Iterable<? extends Integer>) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
addAllTables(Iterable<? extends P4InfoOuterClass.Table>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addAllUpdates(Iterable<? extends P4RuntimeOuterClass.Update>) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addAllValueSets(Iterable<? extends P4InfoOuterClass.ValueSet>) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocations(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocationsBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
addAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
addAnnotations(String) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
addAnnotations(String) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
addAnnotationsBytes(ByteString) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
addArguments(int, P4InfoOuterClass.TableActionCall.Argument) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addArguments(int, P4InfoOuterClass.TableActionCall.Argument.Builder) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addArguments(P4InfoOuterClass.TableActionCall.Argument) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addArguments(P4InfoOuterClass.TableActionCall.Argument.Builder) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addArgumentsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addArgumentsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
addBackupReplicas(int, P4RuntimeOuterClass.BackupReplica) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBackupReplicas(int, P4RuntimeOuterClass.BackupReplica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBackupReplicas(P4RuntimeOuterClass.BackupReplica) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBackupReplicas(P4RuntimeOuterClass.BackupReplica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBackupReplicasBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBackupReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
addBitstrings(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
addControllerPacketMetadata(int, P4InfoOuterClass.ControllerPacketMetadata) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addControllerPacketMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addControllerPacketMetadata(P4InfoOuterClass.ControllerPacketMetadata) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addControllerPacketMetadata(P4InfoOuterClass.ControllerPacketMetadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addControllerPacketMetadataBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addControllerPacketMetadataBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
addCounters(int, P4InfoOuterClass.Counter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addCounters(int, P4InfoOuterClass.Counter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addCounters(P4InfoOuterClass.Counter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addCounters(P4InfoOuterClass.Counter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addCountersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addCountersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
addData(int, P4DataOuterClass.P4Data) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addData(int, P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addData(P4DataOuterClass.P4Data) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addData(P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addDataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
addDigests(int, P4InfoOuterClass.Digest) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDigests(int, P4InfoOuterClass.Digest.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDigests(P4InfoOuterClass.Digest) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDigests(P4InfoOuterClass.Digest.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDigestsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDigestsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
addDirectCounters(int, P4InfoOuterClass.DirectCounter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectCounters(int, P4InfoOuterClass.DirectCounter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectCounters(P4InfoOuterClass.DirectCounter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectCounters(P4InfoOuterClass.DirectCounter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectCountersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectCountersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
addDirectMeters(int, P4InfoOuterClass.DirectMeter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectMeters(int, P4InfoOuterClass.DirectMeter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectMeters(P4InfoOuterClass.DirectMeter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectMeters(P4InfoOuterClass.DirectMeter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectMetersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectMetersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
addDirectResourceIds(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
addEntities(int, P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntities(int, P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntities(int, P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntities(int, P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntities(P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntities(P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntities(P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntities(P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntitiesBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntitiesBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntitiesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
addEntitiesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
addEntries(int, P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntries(int, P4DataOuterClass.P4Header.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntries(int, P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addEntries(int, P4DataOuterClass.P4HeaderUnion.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addEntries(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntries(P4DataOuterClass.P4Header.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntries(P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addEntries(P4DataOuterClass.P4HeaderUnion.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addEntriesBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntriesBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addEntriesBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
addEntriesBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
addExpressions(int, P4Types.Expression) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExpressions(int, P4Types.Expression.Builder) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExpressions(P4Types.Expression) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExpressions(P4Types.Expression.Builder) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExpressionsBuilder() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExpressionsBuilder(int) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
addExterns(int, P4InfoOuterClass.Extern) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addExterns(int, P4InfoOuterClass.Extern.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addExterns(P4InfoOuterClass.Extern) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addExterns(P4InfoOuterClass.Extern.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addExternsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addExternsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
addInstances(int, P4InfoOuterClass.ExternInstance) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addInstances(int, P4InfoOuterClass.ExternInstance.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addInstances(P4InfoOuterClass.ExternInstance) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addInstances(P4InfoOuterClass.ExternInstance.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addInstancesBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addInstancesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
addKvPairs(int, P4Types.KeyValuePair) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addKvPairs(int, P4Types.KeyValuePair.Builder) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addKvPairs(P4Types.KeyValuePair) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addKvPairs(P4Types.KeyValuePair.Builder) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addKvPairsBuilder() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addKvPairsBuilder(int) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
addMatch(int, P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatch(int, P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatch(int, P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatch(int, P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatch(int, P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatch(int, P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatch(P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatch(P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatch(P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatch(P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatch(P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatch(P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatchBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatchBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatchBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatchBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
addMatchBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
addMatchBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
addMatchFields(int, P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMatchFields(int, P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMatchFields(P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMatchFields(P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMatchFieldsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMatchFieldsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
addMembers(int, P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembers(int, P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembers(int, P4Types.P4EnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembers(int, P4Types.P4EnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembers(int, P4Types.P4HeaderTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembers(int, P4Types.P4HeaderTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembers(int, P4Types.P4HeaderUnionTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembers(int, P4Types.P4HeaderUnionTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembers(int, P4Types.P4SerializableEnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembers(int, P4Types.P4SerializableEnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembers(int, P4Types.P4StructTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembers(int, P4Types.P4StructTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembers(int, P4DataOuterClass.P4Data) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembers(int, P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembers(int, P4RuntimeOuterClass.ActionProfileGroup.Member) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembers(int, P4RuntimeOuterClass.ActionProfileGroup.Member.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembers(int, P4RuntimeOuterClass.ValueSetMember) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembers(int, P4RuntimeOuterClass.ValueSetMember.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembers(String) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
addMembers(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembers(P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembers(P4Types.P4EnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembers(P4Types.P4EnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembers(P4Types.P4HeaderTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembers(P4Types.P4HeaderTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembers(P4Types.P4HeaderUnionTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembers(P4Types.P4HeaderUnionTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembers(P4Types.P4SerializableEnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembers(P4Types.P4SerializableEnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembers(P4Types.P4StructTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembers(P4Types.P4StructTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembers(P4DataOuterClass.P4Data) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembers(P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembers(P4RuntimeOuterClass.ActionProfileGroup.Member) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembers(P4RuntimeOuterClass.ActionProfileGroup.Member.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembers(P4RuntimeOuterClass.ValueSetMember) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembers(P4RuntimeOuterClass.ValueSetMember.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembersBuilder() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembersBuilder() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembersBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembersBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
addMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
addMembersBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
addMembersBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
addMembersBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
addMembersBytes(ByteString) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
addMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Metadata) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadata(int, P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadata(int, P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMetadata(int, P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadata(int, P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMetadata(P4InfoOuterClass.ControllerPacketMetadata.Metadata) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadata(P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadata(P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadata(P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMetadata(P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadata(P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMetadataBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMetadataBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
addMetadataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
addMetadataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
addMeters(int, P4InfoOuterClass.Meter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addMeters(int, P4InfoOuterClass.Meter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addMeters(P4InfoOuterClass.Meter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addMeters(P4InfoOuterClass.Meter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addMetersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addMetersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
addParams(int, P4InfoOuterClass.Action.Param) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParams(int, P4InfoOuterClass.Action.Param.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParams(int, P4RuntimeOuterClass.Action.Param) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addParams(int, P4RuntimeOuterClass.Action.Param.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addParams(P4InfoOuterClass.Action.Param) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParams(P4InfoOuterClass.Action.Param.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParams(P4RuntimeOuterClass.Action.Param) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addParams(P4RuntimeOuterClass.Action.Param.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addParamsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParamsBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addParamsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
addParamsBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
addRegisters(int, P4InfoOuterClass.Register) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addRegisters(int, P4InfoOuterClass.Register.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addRegisters(P4InfoOuterClass.Register) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addRegisters(P4InfoOuterClass.Register.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addRegistersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addRegistersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
addReplicas(int, P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(int, P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(int, P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(int, P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicas(P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicasBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicasBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
addReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
address() - Method in class io.github.zhh2001.jp4.P4Switch
 
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotations(P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
addTableEntry(int, P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableEntry(int, P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableEntry(P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableEntryBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
addTableIds(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
addTables(int, P4InfoOuterClass.Table) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addTables(int, P4InfoOuterClass.Table.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addTables(P4InfoOuterClass.Table) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addTables(P4InfoOuterClass.Table.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addTablesBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addTablesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
addUpdates(int, P4RuntimeOuterClass.Update) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addUpdates(int, P4RuntimeOuterClass.Update.Builder) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addUpdates(P4RuntimeOuterClass.Update) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addUpdates(P4RuntimeOuterClass.Update.Builder) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addUpdatesBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addUpdatesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
addValueSets(int, P4InfoOuterClass.ValueSet) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addValueSets(int, P4InfoOuterClass.ValueSet.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addValueSets(P4InfoOuterClass.ValueSet) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addValueSets(P4InfoOuterClass.ValueSet.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addValueSetsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
addValueSetsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
ALIAS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
all() - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
Reads every matching group into a list.
all() - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
Reads every matching member into a list.
all() - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
Reads every matching session into a list.
all() - Method in interface io.github.zhh2001.jp4.CounterReadQuery
Reads every matching cell into a list.
all() - Method in interface io.github.zhh2001.jp4.MeterReadQuery
Reads every matching cell into a list.
all() - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
Reads every matching group into a list.
all() - Method in interface io.github.zhh2001.jp4.ReadQuery
Reads every matching entry into a list.
all() - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
Reads every matching cell into a list.
ALL - Enum constant in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Default behaviour.
ALL_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Default behaviour.
allAsync() - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.CounterReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.MeterReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.ReadQuery
 
allAsync() - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
 
allSucceeded() - Method in record class io.github.zhh2001.jp4.WriteResult
 
ALREADY_EXISTS - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionRef
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
ANNOTATION_LOCATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionRef
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec
 
ARBITRATION - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
ARBITRATION - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
ARBITRATION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
ARBITRATION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
ARCH_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
ARGUMENTS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
asPrimary() - Method in class io.github.zhh2001.jp4.Connector
 
asPrimary() - Method in class io.github.zhh2001.jp4.P4Switch
Re-claims primary on a switch that has observed mastership loss.
asSecondary() - Method in class io.github.zhh2001.jp4.Connector
 
ATOMICITY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 

B

BACKUP_REPLICAS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Replica
 
BackupReplica - Record Class in io.github.zhh2001.jp4.entity
A backup port for a Replica slot, used as a fallback when the primary replica's port and all higher-preference backup ports are down.
BackupReplica(Bytes, int) - Constructor for record class io.github.zhh2001.jp4.entity.BackupReplica
Creates an instance of a BackupReplica record class.
backupReplicas() - Method in record class io.github.zhh2001.jp4.entity.Replica
Returns the value of the backupReplicas record component.
batch() - Method in class io.github.zhh2001.jp4.P4Switch
 
BatchBuilder - Interface in io.github.zhh2001.jp4
Accumulator for one batched Write RPC, returned by P4Switch.batch().
bindPipeline(P4Info, DeviceConfig) - Method in class io.github.zhh2001.jp4.P4Switch
Pushes the supplied p4info and deviceConfig to the device via SetForwardingPipelineConfig(VERIFY_AND_COMMIT), then atomically caches the pair on the switch.
bindService() - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeImplBase
 
bindService(P4RuntimeGrpc.AsyncService) - Static method in class p4.v1.P4RuntimeGrpc
 
BIT - Enum constant in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
BIT_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
BITSTRING - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
BITSTRING - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
BITSTRING_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
BITSTRING_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
BITSTRING_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Varbit
 
BITSTRINGS_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Header
 
bitWidth() - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Returns the value of the bitWidth record component.
bitWidth() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns the value of the bitWidth record component.
bitWidth() - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Returns the value of the bitWidth record component.
BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitTypeSpec
 
BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4IntTypeSpec
 
BITWIDTH_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Varbit
 
Bmv2(byte[]) - Constructor for record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Creates an instance of a Bmv2 record class.
BODY_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
 
BOOL - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
BOOL - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
BOOL_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
BOOL_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
BOOL_VALUE - Enum constant in enum class p4.config.v1.P4Types.Expression.ValueCase
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.Expression
 
BOTH - Enum constant in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
 
BOTH - Enum constant in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
BOTH = 3;
BOTH_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
BOTH = 3;
BRIEF_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Documentation
 
build() - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
Records the action on the parent builder, then delegates to TableEntryBuilder.build().
build() - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
build() - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
Builds the table entry.
build() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
build() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
build() - Method in class p4.config.v1.P4Types.Expression.Builder
 
build() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
build() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
build() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
build() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
build() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
build() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
build() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
build() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
build() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
build() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
build() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
build() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
build() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
build() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
build() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
build() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
build() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
build() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
build(Channel, CallOptions) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
 
build(Channel, CallOptions) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
 
build(Channel, CallOptions) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeFutureStub
 
build(Channel, CallOptions) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
 
builder() - Static method in class io.github.zhh2001.jp4.entity.PacketOut
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
buildPartial() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.Expression.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
buildPartial() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
buildPartial() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
buildPartial() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
BYTE_COUNT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CounterData
 
byteCount() - Method in record class io.github.zhh2001.jp4.entity.CounterData
Returns the value of the byteCount record component.
byteCount() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns the value of the byteCount record component.
bytes() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
 
bytes() - Method in interface io.github.zhh2001.jp4.pipeline.DeviceConfig
Returns the bytes that go into ForwardingPipelineConfig.p4_device_config.
bytes() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Returns the value of the bytes record component.
Bytes - Class in io.github.zhh2001.jp4.types
Immutable byte sequence used for P4Runtime field values, action parameters, and packet payloads.
BYTES - Enum constant in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
 
BYTES - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MeterInfo.Unit
 
BYTES - Enum constant in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
BYTES = 1;
BYTES - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
BYTES = 1;
BYTES_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
BYTES = 1;
BYTES_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
BYTES = 1;

C

CANCELLED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
canonical() - Method in class io.github.zhh2001.jp4.types.Bytes
Returns a new Bytes with leading zero bytes stripped.
CANONICAL_CODE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Error
 
CANONICAL_CODE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
capabilities(P4RuntimeOuterClass.CapabilitiesRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
 
capabilities(P4RuntimeOuterClass.CapabilitiesRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
 
capabilities(P4RuntimeOuterClass.CapabilitiesRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeFutureStub
 
capabilities(P4RuntimeOuterClass.CapabilitiesRequest, StreamObserver<P4RuntimeOuterClass.CapabilitiesResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
 
capabilities(P4RuntimeOuterClass.CapabilitiesRequest, StreamObserver<P4RuntimeOuterClass.CapabilitiesResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
 
cburst() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns the value of the cburst record component.
CBURST_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
cir() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns the value of the cir record component.
CIR_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
CLASS_OF_SERVICE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
classOfService() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns the value of the classOfService record component.
clear() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
clear() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
clear() - Method in class p4.config.v1.P4Types.Expression.Builder
 
clear() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
clear() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
clear() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clear() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
clear() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
clear() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
clear() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
clear() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
clearAckTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
timeout for DigestListAck message
clearAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
clearAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
clearAction() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
clearAction() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
clearAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
clearActionId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
uint32 action_id = 1;
clearActionId() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
uint32 action_id = 1;
clearActionProfileActions() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
clearActionProfileActionSet() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
clearActionProfileGroup() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
clearActionProfileGroupId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_group_id = 3;
clearActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 action_profile_id = 1;
clearActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 action_profile_id = 1;
clearActionProfileMember() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
clearActionProfileMemberId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_member_id = 2;
clearActionProfiles() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
clearActionRefs() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
clearActions() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
clearActionSelectionMode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines how the group selects a per-packet action.
clearAlias() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
clearAnnotationLocations() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
clearAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
clearAnnotations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
clearAnnotations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
clearAnnotations() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
clearArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
clearArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
clearArch() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
the target architecture, e.g.
clearArguments() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
clearAtomicity() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
clearBackupReplicas() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
clearBit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
clearBitstring() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
clearBitstring() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for bit<W>, int<W>
clearBitstring() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
bytes bitstring = 1;
clearBitstrings() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
clearBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
int32 bitwidth = 4;
clearBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
int32 bitwidth = 4;
clearBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
int32 bitwidth = 4;
clearBitwidth() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
int32 bitwidth = 1;
clearBitwidth() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
int32 bitwidth = 1;
clearBitwidth() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
dynamic bitwidth of the field
clearBody() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
clearBool() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
clearBool() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
bool bool = 3;
clearBoolValue() - Method in class p4.config.v1.P4Types.Expression.Builder
bool bool_value = 3;
clearBrief() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A brief description of something, e.g.
clearByteCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 byte_count = 1;
clearCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
clearCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
clearCburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed burst size
clearCir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed information rate (units per sec)
clearClassOfService() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 class_of_service = 3;
clearCloneSessionEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
clearCode() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Numeric code drawn from target-specific error space above.
clearCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
clearColumn() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
int32 column = 3;
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
clearConfig() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
clearConstDefaultActionId() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
0 (default value) means that the table does not have a const default action
clearContact() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
contact info for support,e.g.
clearControllerMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Deprecated.
p4.v1.TableEntry.controller_metadata is deprecated. See p4/v1/p4runtime.proto;l=164
clearControllerPacketMetadata() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
clearCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
clearCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
uint64 cookie = 1;
clearCounterData() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
clearCounterData() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
clearCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
clearCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
clearCounterId() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
uint32 counter_id = 1;
clearCounters() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
clearData() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
clearData() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
clearData() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
clearData() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
clearData() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
clearDescription() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A more verbose description of something.
clearDetails() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
clearDetails() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
uint64 device_id = 1;
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
uint64 device_id = 1;
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
clearDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
uint64 device_id = 1;
clearDigest() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
clearDigestAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
clearDigestEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
clearDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
uint32 digest_id = 1;
clearDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies the digest extern instance
clearDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint32 digest_id = 1;
clearDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
clearDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
clearDigests() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
clearDirectCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
clearDirectCounters() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
clearDirectMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
clearDirectMeters() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
clearDirectResourceIds() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
clearDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
the id of the table to which the counter is attached
clearDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
the id of the table to which the meter is attached
clearDoc() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
clearDoc() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
clearDoc() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
clearDoc() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
clearEburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Excess burst size (only used by srTCM).
clearEgressPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
clearElapsedNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
clearElectionId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
clearElectionId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
clearElectionId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
clearEntities() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
clearEntities() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
clearEntity() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
clearEntity() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
clearEntries() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
clearEntries() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
clearEntry() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
clearEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
clearEnum() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
clearEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearEnumValue() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
serializable enums only
clearError() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
clearError() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
clearError() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
clearError() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
clearExact() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
clearExperimental() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
clearExpressionList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
clearExpressions() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
clearExternEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
clearExternId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
id of the instance
clearExterns() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
clearExternTypeId() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
clearExternTypeId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
clearExternTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
string extern_type_name = 2;
clearFieldId() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
uint32 field_id = 1;
clearFieldMatchType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
clearFile() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Path to the source file (absolute or relative to the working directory).
clearGreen() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
clearGroupAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
clearGroupId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 group_id = 2;
clearHasInitialEntries() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table has initial entries defined using the 'entries' table property in the P4 source code, either with or without the 'const' qualifier on 'entries', and there is at least one entry in that list.
clearHeader() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
clearHeader() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
clearHeader() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
clearHeader() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
clearHeaders() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearHeaderStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
clearHeaderStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
clearHeaderUnion() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
clearHeaderUnion() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
clearHeaderUnion() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
clearHeaderUnions() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearHeaderUnionStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
clearHeaderUnionStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
clearHigh() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes high = 2;
clearHigh() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Highest 64 bits of a 128 bit number.
clearId() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
uint32 id = 1;
clearId() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
uint32 id = 1;
clearId() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
uint32 id = 1;
clearId() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
uint32 id = 1;
clearId() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
ids share the same number-space; e.g.
clearId() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Deprecated.
p4.v1.Role.id is deprecated. See p4/v1/p4runtime.proto;l=680
clearIdleTimeoutBehavior() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
is idle timeout supported for this table?
clearIdleTimeoutNotification() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
clearIdleTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
The TTL for the entry, in nanoseconds.
clearImplementationId() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
P4 id of the "implementation" for this table (e.g.
clearIndex() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
clearIndex() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
int64 index = 1;
clearIndex() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
clearIndex() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
clearIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
clearIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
clearIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
clearInfo() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
clearInitialDefaultAction() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
clearInstance() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
uint32 instance = 2;
clearInstance() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
uint32 instance = 2;
clearInstances() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
clearInt() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
clearInt64Value() - Method in class p4.config.v1.P4Types.Expression.Builder
int64 int64_value = 2;
clearIsConst() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
True if and only if the entry cannot be deleted or modified, i.e.
clearIsConstTable() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table's entries are immutable, i.e.
clearIsDefaultAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Set to true if the table entry is being used to update the non-const default action of the table.
clearIsValid() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
If the header is invalid (is_valid is "false"), then the bitstrings repeated field must be empty.
clearKey() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
string key = 1;
clearKvPairList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
clearKvPairs() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
clearLine() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Line and column numbers within the source file, 1-based.
clearListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies a list of entries, used by receiver to ack
clearListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint64 list_id = 2;
clearLow() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes low = 1;
clearLow() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Lowest 64 bits of a 128 bit number.
clearLpm() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
clearMask() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes mask = 2;
clearMatch() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
clearMatch() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
clearMatch() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
clearMatch() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
clearMatchFields() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
clearMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
clearMaxBitwidth() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
int32 max_bitwidth = 1;
clearMaxGroupSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
0 if the action profile does not have a selector.
clearMaxListSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max size for a digest list
clearMaxMemberWeight() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
the maximum weight of each individual member in a group.
clearMaxSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
Max number of weighted member entries in this group.
clearMaxTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max timeout for outstanding digest data
clearMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
uint32 member_id = 1;
clearMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 member_id = 2;
clearMembers() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
clearMembers() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
clearMembers() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
clearMembers() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
clearMembers() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
clearMembers() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
clearMembers() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
clearMembers() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
clearMembers() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
clearMembers() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
clearMessage() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Detailed error message.
clearMessage() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
clearMetadata() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
clearMetadata() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
clearMetadata() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
clearMetadata() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
clearMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
clearMetadataId() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
This refers to Metadata.id coming from P4Info ControllerPacketMetadata.
clearMeterConfig() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
clearMeterCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
clearMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
clearMeterId() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
uint32 meter_id = 1;
clearMeters() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
clearMulticastGroupEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
clearMulticastGroupId() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
uint32 multicast_group_id = 1;
clearMulticastGroupTableMaxReplicasPerEntry() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The number of replicas that the platform is required to support per group/entry.
clearMulticastGroupTableSize() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of multicast entries (i.e.
clearMulticastGroupTableTotalReplicas() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of replicas that the platform is required to support across all groups.
clearName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
string name = 2;
clearName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
This is the name of the header field (not fully-qualified), similar to e.g.
clearName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
string name = 2;
clearName() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
a definitive name for this configuration, e.g.
clearName() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
fully qualified name of the P4 object, e.g.
clearName() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
string name = 1;
clearName() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
string name = 1;
clearName() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Added in 1.4.0.
clearNewType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
clearNewTypes() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearOptional() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
clearOrganization() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
organization which produced the configuration, e.g.
clearOriginalType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
clearOther() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
clearOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
clearOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
clearOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
clearOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
clearOtherMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
clearOtherProperties() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
clearP4DeviceConfig() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
Target-specific P4 configuration.
clearP4Info() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
clearP4RuntimeApiVersion() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
The full semantic version string (e.g.
clearPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
clearPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
clearPacketCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 packet_count = 2;
clearPacketLengthBytes() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
int32 packet_length_bytes = 4;
clearPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
clearPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
clearPacketReplicationEngineEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
clearParamId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
uint32 param_id = 2;
clearParamId() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
uint32 param_id = 2;
clearParams() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
clearParams() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
clearPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
bytes payload = 1;
clearPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
bytes payload = 1;
clearPburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak burst size
clearPir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak information rate (units per sec)
clearPkgInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
clearPlatformProperties() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
clearPort() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
bytes port = 1;
clearPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Added in v1.4.0
clearPortKind() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
clearPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
clearPrefixLen() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
in bits
clearPriority() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Should only be set if the match implies a TCAM lookup, i.e.
clearRange() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
clearRed() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
clearRegisterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
clearRegisterId() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
uint32 register_id = 1;
clearRegisters() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
clearReplicas() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
clearReplicas() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
clearRepresentation() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
clearResponseType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
clearRole() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
clearRole() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
When specified, only return table entries for the given role.
clearRole() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Added in 1.4.0.
clearRole() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Added in v1.4.0
clearRoleId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Deprecated.
p4.v1.SetForwardingPipelineConfigRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=786
clearRoleId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Deprecated.
p4.v1.WriteRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=63
clearScope() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
.p4.config.v1.ActionRef.Scope scope = 3;
clearSdnBitwidth() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
int32 sdn_bitwidth = 2;
clearSdnString() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
clearSdnType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
clearSelectorSizeSemantics() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
clearSerializableEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
clearSerializableEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearSessionId() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 session_id = 1;
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
max number of member entries across all groups if the action profile does not have a selector.
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
number of entries in the counter array
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
number of entries in the meter array
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
int32 size = 3;
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
max number of entries in table
clearSize() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
number of entries in the value_set, as per the P4 constructor call.
clearSize() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
int32 size = 2;
clearSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
int32 size = 2;
clearSizeSemantics() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines the resources used by the group.
clearSourceLocation() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
clearSpace() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Target and architecture specific space to which this error belongs.
clearSpace() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
clearSpec() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
clearSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
clearSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
clearSpec() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
clearStatus() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
clearStringValue() - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
clearStruct() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
clearStruct() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
clearStructs() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
clearStructuredAnnotations() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearStructuredAnnotations() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
clearSumOfMembers() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
clearSumOfWeights() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
clearTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
clearTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
clearTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
clearTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
clearTableId() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
uint32 table_id = 1;
clearTableIds() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
clearTables() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
clearTernary() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
clearTimeSinceLastHit() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
clearTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
clearTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
clearTranslatedType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
clearTuple() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
clearTuple() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
clearType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
Added in 1.4.0.
clearType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
clearType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
clearType() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Update.Type type = 1;
clearTypeInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
clearTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
clearTypeName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
clearTypeName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
clearTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
clearTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
clearTypeSpec() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
clearTypeSpec() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
clearTypeSpec() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
clearTypeSpec() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
clearUnderlyingType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
clearUnit() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
.p4.config.v1.CounterSpec.Unit unit = 1;
clearUnit() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
.p4.config.v1.MeterSpec.Unit unit = 1;
clearUpdate() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
clearUpdate() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
clearUpdates() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
clearUri() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
clearUrl() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
url for more information, e.g.
clearValidHeader() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
clearValidHeaderName() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
clearValue() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
bytes value = 3;
clearValue() - Method in class p4.config.v1.P4Types.Expression.Builder
 
clearValue() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
clearValue() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
bytes value = 2;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
bytes value = 3;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
bytes value = 1;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
bytes value = 1;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
bytes value = 1;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes value = 1;
clearValue() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
bytes value = 2;
clearValueSetEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
clearValueSetId() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
uint32 value_set_id = 1;
clearValueSets() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
clearVarbit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
clearVarbit() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
clearVersion() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
configuration version, free-format string
clearWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
clearWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
clearWatchKind() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
clearWatchKind() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
clearWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
bytes watch_port = 4;
clearWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
bytes watch_port = 4;
clearWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
int32 weight = 2;
clearWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
int32 weight = 2;
clearWeightsDisallowed() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
Dictates whether the controller can specify weights for groups programmed in this ActionProfile.
clearWithSelector() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
true iff the action profile used dynamic selection
clearYellow() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
CLONE_SESSION_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
 
CLONE_SESSION_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
CloneSessionEntry - Record Class in io.github.zhh2001.jp4.entity
One clone session programmed on the device's packet replication engine (PRE), returned by P4Switch.readCloneSession.
CloneSessionEntry(long, List<Replica>, long, int) - Constructor for record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Creates an instance of a CloneSessionEntry record class.
CloneSessionReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against clone sessions on the device's packet replication engine, returned by P4Switch.readCloneSession().
close() - Method in class io.github.zhh2001.jp4.P4Switch
Ends the StreamChannel, cancels any pending reconnect, shuts down internal executors, and closes the gRPC channel.
code() - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Returns the value of the code record component.
CODE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Error
 
CODE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
COLUMN_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.SourceLocation
 
COMMIT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Realize the last saved, but not yet committed, config.
COMMIT_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Realize the last saved, but not yet committed, config.
compareTo(ElectionId) - Method in record class io.github.zhh2001.jp4.types.ElectionId
 
config() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns the value of the config record component.
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Role
 
CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
connect(String) - Static method in class io.github.zhh2001.jp4.P4Switch
 
connectAsPrimary(String) - Static method in class io.github.zhh2001.jp4.P4Switch
 
Connector - Class in io.github.zhh2001.jp4
Intermediate stage between P4Switch.connect(String) and one of the terminals Connector.asPrimary() / Connector.asSecondary().
CONST_DEFAULT_ACTION_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
CONTACT_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
containsEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
containsEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
containsEnums(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
containsHeaders(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
containsHeaders(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
containsHeaders(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
containsHeaderUnions(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
containsHeaderUnions(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
containsHeaderUnions(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
containsNewTypes(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
containsNewTypes(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
containsNewTypes(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
containsSerializableEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
containsSerializableEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
containsSerializableEnums(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
containsStructs(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
containsStructs(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
containsStructs(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
CONTINUE_ON_ERROR - Enum constant in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Required.
CONTINUE_ON_ERROR_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Required.
CONTROLLER_HEADER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
CONTROLLER_HEADER = 4;
CONTROLLER_HEADER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
CONTROLLER_HEADER = 4;
CONTROLLER_METADATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
CONTROLLER_PACKET_METADATA_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
COOKIE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
COOKIE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
COOKIE_ONLY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting only the cookie field, omitting all other fields.
COOKIE_ONLY_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting only the cookie field, omitting all other fields.
counter(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up a counter by its fully-qualified name (e.g.
COUNTER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
COUNTER = 18;
COUNTER_DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
COUNTER_DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
COUNTER_DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
COUNTER_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
COUNTER_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
COUNTER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
COUNTER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
COUNTER = 18;
counterById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup: returns the CounterInfo for a given numeric counter id, or null when the bound P4Info declares no counter with that id.
counterData() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns the value of the counterData record component.
CounterData - Record Class in io.github.zhh2001.jp4.entity
A pair of cumulative packet_count and byte_count values, mirroring the P4Runtime CounterData proto.
CounterData(long, long) - Constructor for record class io.github.zhh2001.jp4.entity.CounterData
Creates an instance of a CounterData record class.
CounterEntry - Record Class in io.github.zhh2001.jp4.entity
One P4 counter cell returned by P4Switch.readCounter.
CounterEntry(String, long, long, long) - Constructor for record class io.github.zhh2001.jp4.entity.CounterEntry
Creates an instance of a CounterEntry record class.
CounterInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 counter array, derived from P4Info.
CounterInfo.Unit - Enum Class in io.github.zhh2001.jp4.pipeline
What a counter cell tracks.
counterName() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns the value of the counterName record component.
counterNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Counter names declared in the bound P4Info, as an immutable list.
CounterReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against a counter array, returned by P4Switch.readCounter(String).
COUNTERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
currentPrimaryElectionId() - Method in exception class io.github.zhh2001.jp4.error.P4ArbitrationLost
 
currentPrimaryElectionId() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
Returns the value of the currentPrimaryElectionId record component.

D

data() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns the value of the data record component.
data() - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Returns the value of the data record component.
DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestList
 
DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
DATA_LOSS - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
DATA_NOT_SET - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
DATAPLANE_ATOMIC - Enum constant in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Optional.
DATAPLANE_ATOMIC_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Optional.
DEADLINE_EXCEEDED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
DEFAULT_MODE_DETERMINED_BY_ACTION_SELECTOR - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Uses the mode specified by the action selector.
DEFAULT_MODE_DETERMINED_BY_ACTION_SELECTOR_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Uses the mode specified by the action selector.
DEFAULT_ONLY - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
DEFAULT_ONLY = 2;
DEFAULT_ONLY_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
DEFAULT_ONLY = 2;
DEFAULT_SIZE_DETERMINED_BY_ACTION_SELECTOR - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `selector_size_semantics` specified by the action selector.
DEFAULT_SIZE_DETERMINED_BY_ACTION_SELECTOR_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `selector_size_semantics` specified by the action selector.
delete(TableEntry) - Method in interface io.github.zhh2001.jp4.BatchBuilder
For deletes, only the entry's match key is used; the action half is ignored.
delete(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
Deletes an entry by its match key; the entry's action half (if any) is ignored.
DELETE - Enum constant in enum class io.github.zhh2001.jp4.error.OperationType
 
DELETE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Update.Type
DELETE = 3;
DELETE_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.Update.Type
DELETE = 3;
deleteAsync(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
 
DESCRIPTION_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Documentation
 
DETAILS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Error
 
DETAILS_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
DEVICE_CONFIG_AND_COOKIE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting the p4_device_config and cookie fields.
DEVICE_CONFIG_AND_COOKIE_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting the p4_device_config and cookie fields.
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
DEVICE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
deviceConfig() - Method in record class io.github.zhh2001.jp4.Pipeline
Returns the value of the deviceConfig record component.
DeviceConfig - Interface in io.github.zhh2001.jp4.pipeline
Target-specific binary device configuration shipped alongside a P4Info to SetForwardingPipelineConfig.
DeviceConfig.Bmv2 - Record Class in io.github.zhh2001.jp4.pipeline
BMv2 JSON program (output of p4c --target bmv2).
DeviceConfig.Raw - Record Class in io.github.zhh2001.jp4.pipeline
Pre-encoded device config bytes for any target jp4 doesn't model directly.
deviceId() - Method in class io.github.zhh2001.jp4.P4Switch
 
deviceId(long) - Method in class io.github.zhh2001.jp4.Connector
 
DIGEST - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIGEST = 23;
DIGEST - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
DIGEST_ACK - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
DIGEST_ACK_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
DIGEST_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
DIGEST_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
DIGEST_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
DIGEST_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
DIGEST_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestList
 
DIGEST_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
DIGEST_LIST_ACK - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
DIGEST_LIST_ACK_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
DIGEST_LIST_ACK_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
DIGEST_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIGEST = 23;
DigestConfig - Record Class in io.github.zhh2001.jp4.entity
Configuration knobs the controller hands to the device when enabling a digest extern via P4Switch.enableDigest.
DigestConfig(Duration, int, Duration) - Constructor for record class io.github.zhh2001.jp4.entity.DigestConfig
Creates an instance of a DigestConfig record class.
DigestEvent - Record Class in io.github.zhh2001.jp4.entity
One DigestList stream-message received from a P4Runtime device.
DigestEvent(String, long, List<Bytes>, Instant, int) - Constructor for record class io.github.zhh2001.jp4.entity.DigestEvent
Creates an instance of a DigestEvent record class.
digestIdByName(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of a digest extern by fully-qualified P4 name, returning its numeric id; null when no digest with that name is declared in the bound P4Info.
digestName() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns the value of the digestName record component.
digestNameById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of a digest extern by numeric id, returning the digest's fully-qualified P4 name; null when the bound P4Info declares no digest with that id.
DIGESTS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
DIRECT_COUNTER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIRECT_COUNTER = 19;
DIRECT_COUNTER_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
DIRECT_COUNTER_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
DIRECT_COUNTER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIRECT_COUNTER = 19;
DIRECT_COUNTERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
DIRECT_METER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIRECT_METER = 21;
DIRECT_METER_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
DIRECT_METER_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
DIRECT_METER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
DIRECT_METER = 21;
DIRECT_METERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
DIRECT_RESOURCE_IDS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
DIRECT_TABLE_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
DIRECT_TABLE_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
DOC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
DOC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
DOC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
DOC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
DropEvent - Record Class in io.github.zhh2001.jp4.entity
One backpressure-class drop on the inbound PacketIn path.
DropEvent(DropEvent.Reason, Instant, PacketIn, String) - Constructor for record class io.github.zhh2001.jp4.entity.DropEvent
Creates an instance of a DropEvent record class.
DropEvent.Reason - Enum Class in io.github.zhh2001.jp4.entity
Why a parsed PacketIn was dropped before reaching user code.

E

eburst() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns the value of the eburst record component.
EBURST_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
EGRESS_PORT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
Deprecated.
EGRESS_PORT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Replica
 
ELAPSED_NS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
ELECTION_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
ELECTION_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
ELECTION_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
electionId() - Method in class io.github.zhh2001.jp4.P4Switch
 
electionId(long) - Method in class io.github.zhh2001.jp4.Connector
 
electionId(ElectionId) - Method in class io.github.zhh2001.jp4.Connector
 
ElectionId - Record Class in io.github.zhh2001.jp4.types
128-bit election id used for P4Runtime mastership arbitration.
ElectionId(long, long) - Constructor for record class io.github.zhh2001.jp4.types.ElectionId
Creates an instance of a ElectionId record class.
empty() - Static method in interface io.github.zhh2001.jp4.pipeline.DeviceConfig
Empty payload — useful for targets that ignore device config.
enableDigest(String, DigestConfig) - Method in class io.github.zhh2001.jp4.P4Switch
Enables digest emission for the named digest extern.
enableDigestAsync(String, DigestConfig) - Method in class io.github.zhh2001.jp4.P4Switch
Asynchronous variant of P4Switch.enableDigest(String, DigestConfig): returns a CompletableFuture that completes when the device has acknowledged the DigestEntry write or fails with the underlying exception.
ENTITIES_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
ENTITIES_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
ENTITY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Update
 
ENTITY_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
entries() - Method in record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Returns the value of the entries record component.
ENTRIES_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4HeaderStack
 
ENTRIES_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
ENUM - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
ENUM - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
ENUM_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
ENUM_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
ENUM_VALUE - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
ENUM_VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
ENUMS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.BackupReplica
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.CounterData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.Replica
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.MastershipStatus.Acquired
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.match.Match.Exact
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.match.Match.Lpm
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.match.Match.Optional
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.match.Match.Range
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.match.Match.Ternary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.Pipeline
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.github.zhh2001.jp4.types.Bytes
 
equals(Object) - Method in record class io.github.zhh2001.jp4.types.ElectionId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.types.Ip4
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.types.Ip6
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.types.Mac
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.zhh2001.jp4.WriteResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Action
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Register
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.Table
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
equals(Object) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
equals(Object) - Method in class p4.config.v1.P4Types.Expression
 
equals(Object) - Method in class p4.config.v1.P4Types.ExpressionList
 
equals(Object) - Method in class p4.config.v1.P4Types.KeyValuePair
 
equals(Object) - Method in class p4.config.v1.P4Types.KeyValuePairList
 
equals(Object) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4BoolType
 
equals(Object) - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
equals(Object) - Method in class p4.config.v1.P4Types.P4ErrorType
 
equals(Object) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
equals(Object) - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4NamedType
 
equals(Object) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
equals(Object) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
equals(Object) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
equals(Object) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
equals(Object) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.P4TypeInfo
 
equals(Object) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
equals(Object) - Method in class p4.config.v1.P4Types.SourceLocation
 
equals(Object) - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4Data
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4Header
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
equals(Object) - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Action
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Error
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Index
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Role
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.Update
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
equals(Object) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
ERROR - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
ERROR - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
ERROR - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
ERROR_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
ERROR_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
ERROR_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
ERROR_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
errorCode() - Method in exception class io.github.zhh2001.jp4.error.P4OperationException
 
ErrorCode - Enum Class in io.github.zhh2001.jp4.error
Mirrors the canonical gRPC status codes that P4Runtime uses to report per-update outcomes.
exact(int) - Static method in interface io.github.zhh2001.jp4.match.Match
 
exact(Bytes) - Static method in interface io.github.zhh2001.jp4.match.Match
 
Exact(Bytes) - Constructor for record class io.github.zhh2001.jp4.match.Match.Exact
Creates an instance of a Exact record class.
EXACT - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
EXACT - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
EXACT = 2;
EXACT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
EXACT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
EXACT_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
EXACT = 2;
execute() - Method in interface io.github.zhh2001.jp4.BatchBuilder
Sends the accumulated updates as one Write RPC.
EXPERIMENTAL_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
exponentialBackoff(Duration, Duration, int) - Static method in interface io.github.zhh2001.jp4.ReconnectPolicy
Exponential backoff: initial, 2*initial, 4*initial, ..., capped at max, for at most maxRetries attempts.
EXPRESSION_LIST - Enum constant in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
 
EXPRESSION_LIST_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.StructuredAnnotation
 
EXPRESSIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.ExpressionList
 
EXTERN_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
EXTERN_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
EXTERN_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
EXTERN_TYPE_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Extern
 
EXTERN_TYPE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
EXTERN_TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Extern
 
EXTERNS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 

F

FAILED_PRECONDITION - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
failures() - Method in exception class io.github.zhh2001.jp4.error.P4OperationException
 
failures() - Method in record class io.github.zhh2001.jp4.WriteResult
Returns the value of the failures record component.
FIELD_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
FIELDMATCHTYPE_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
FILE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.SourceLocation
 
FILTERED - Enum constant in enum class io.github.zhh2001.jp4.entity.DropEvent.Reason
A Connector.packetInFilter predicate returned false for this PacketIn, so jp4 dropped it before any sink received it.
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
forNumber(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.Expression.ValueCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
 
forNumber(int) - Static method in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
 
forNumber(int) - Static method in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
forNumber(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
fromBigInteger(BigInteger) - Static method in record class io.github.zhh2001.jp4.types.ElectionId
Builds an election id from a non-negative BigInteger no wider than 128 bits.
fromBinary(Path) - Static method in class io.github.zhh2001.jp4.pipeline.P4Info
Parses a binary protobuf P4Info file.
fromBytes(byte[]) - Static method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Wraps a BMv2 JSON byte array (typically the output of p4c --target bmv2 --arch v1model -o ...json ...) as a Bmv2 device config.
fromBytes(byte[]) - Static method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Wraps a pre-encoded device-config byte array as a Raw.
fromBytes(byte[]) - Static method in class io.github.zhh2001.jp4.pipeline.P4Info
Parses bytes; format is auto-detected.
fromBytes(byte[]) - Static method in record class io.github.zhh2001.jp4.types.Ip4
Wraps a 4-byte big-endian octet array as an Ip4.
fromBytes(byte[]) - Static method in record class io.github.zhh2001.jp4.types.Ip6
Wraps a 16-byte big-endian octet array as an Ip6.
fromBytes(byte[]) - Static method in record class io.github.zhh2001.jp4.types.Mac
Wraps a 6-byte octet array as a Mac.
fromFile(Path) - Static method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Loads a BMv2 JSON config from disk.
fromFile(Path) - Static method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Loads a target-specific device config from disk.
fromFile(Path) - Static method in class io.github.zhh2001.jp4.pipeline.P4Info
Reads a P4Info file and auto-detects whether it is text-format or binary protobuf.
fromGrpcCode(int) - Static method in enum class io.github.zhh2001.jp4.error.ErrorCode
Maps a numeric gRPC code (as defined by google.rpc.Code) to the matching enum value.
fromText(Path) - Static method in class io.github.zhh2001.jp4.pipeline.P4Info
Parses a text-format P4Info file.

G

getAckTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
timeout for DigestListAck message
getAckTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
timeout for DigestListAck message
getAckTimeoutNs() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntry.ConfigOrBuilder
timeout for DigestListAck message
getAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
.p4.v1.Action action = 1;
getAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
.p4.v1.Action action = 1;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
.p4.v1.Action action = 3;
getAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileMemberOrBuilder
.p4.v1.Action action = 3;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getAction() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.Action action = 1;
getAction() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.Action action = 1;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
getAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.TableAction action = 3;
getAction() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.TableAction action = 3;
getActionBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
getActionBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
getActionBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
getActionBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
getActionId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
uint32 action_id = 1;
getActionId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
uint32 action_id = 1;
getActionId() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
uint32 action_id = 1;
getActionId() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
uint32 action_id = 1;
getActionId() - Method in class p4.v1.P4RuntimeOuterClass.Action
uint32 action_id = 1;
getActionId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
uint32 action_id = 1;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
.p4.v1.Action action = 3;
getActionOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileMemberOrBuilder
.p4.v1.Action action = 3;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.Action action = 1;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
getActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.TableAction action = 3;
getActionOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.TableAction action = 3;
getActionProfileActions(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActions(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActions(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsCount() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsCount() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsCount() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionSet() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSet() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSet() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSetBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSetOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSetOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionSetOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
getActionProfileActionsList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileActionsOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
getActionProfileGroup() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroup() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroup() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroupBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroupId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_group_id = 3;
getActionProfileGroupId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
uint32 action_profile_group_id = 3;
getActionProfileGroupId() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
uint32 action_profile_group_id = 3;
getActionProfileGroupOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroupOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileGroupOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileGroup action_profile_group = 4;
getActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 action_profile_id = 1;
getActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
uint32 action_profile_id = 1;
getActionProfileId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
uint32 action_profile_id = 1;
getActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 action_profile_id = 1;
getActionProfileId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
uint32 action_profile_id = 1;
getActionProfileId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileMemberOrBuilder
uint32 action_profile_id = 1;
getActionProfileMember() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMember() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMember() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMemberBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMemberId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_member_id = 2;
getActionProfileMemberId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
uint32 action_profile_member_id = 2;
getActionProfileMemberId() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
uint32 action_profile_member_id = 2;
getActionProfileMemberOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMemberOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfileMemberOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileMember action_profile_member = 3;
getActionProfiles(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfiles(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfiles(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionProfilesOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
getActionRefs(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefs(int) - Method in class p4.config.v1.P4InfoOuterClass.Table
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefs(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsCount() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsList() - Method in class p4.config.v1.P4InfoOuterClass.Table
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsList() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActionRefsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
getActions(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActions(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Action actions = 3;
getActions(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Action actions = 3;
getActionsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Action actions = 3;
getActionsCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Action actions = 3;
getActionSelectionMode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines how the group selects a per-packet action.
getActionSelectionMode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Determines how the group selects a per-packet action.
getActionSelectionMode() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Determines how the group selects a per-packet action.
getActionSelectionModeValue() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines how the group selects a per-packet action.
getActionSelectionModeValue() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Determines how the group selects a per-packet action.
getActionSelectionModeValue() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Determines how the group selects a per-packet action.
getActionsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Action actions = 3;
getActionsList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Action actions = 3;
getActionsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Action actions = 3;
getActionValue() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getActionValue() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getActionValue() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
getAlias() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAlias() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAlias() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAliasBytes() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAliasBytes() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAliasBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
Optional.
getAnnotationLocations(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
Optional.
getAnnotationLocationsCount() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
Optional.
getAnnotationLocationsList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
Optional.
getAnnotationLocationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
getAnnotationLocationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
Optional.
getAnnotationLocationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
Optional.
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated string annotations = 3;
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated string annotations = 3;
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated string annotations = 3;
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
getAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated string annotations = 4;
getAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated string annotations = 4;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
for other annotations (not @p4runtime_translation)
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
for other annotations (not @p4runtime_translation)
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated string annotations = 3;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated string annotations = 3;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated string annotations = 3;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
getAnnotations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated string annotations = 2;
getAnnotations(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated string annotations = 4;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated string annotations = 4;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
for other annotations (not @p4runtime_translation)
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
for other annotations (not @p4runtime_translation)
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated string annotations = 3;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated string annotations = 2;
getAnnotationsBytes(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated string annotations = 3;
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated string annotations = 3;
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated string annotations = 3;
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
getAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated string annotations = 4;
getAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated string annotations = 4;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
for other annotations (not @p4runtime_translation)
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
for other annotations (not @p4runtime_translation)
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated string annotations = 3;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated string annotations = 3;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated string annotations = 3;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated string annotations = 2;
getAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated string annotations = 3;
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated string annotations = 3;
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated string annotations = 3;
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, free-form; a way to extend PkgInfo
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
getAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated string annotations = 4;
getAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated string annotations = 4;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
for other annotations (not @p4runtime_translation)
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
for other annotations (not @p4runtime_translation)
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated string annotations = 3;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated string annotations = 3;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated string annotations = 3;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
getAnnotationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated string annotations = 2;
getAnnotationsList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated string annotations = 2;
getArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitration() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitration() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArbitrationOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
getArch() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
the target architecture, e.g.
getArch() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
the target architecture, e.g.
getArch() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
the target architecture, e.g.
getArchBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
the target architecture, e.g.
getArchBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
the target architecture, e.g.
getArchBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
the target architecture, e.g.
getArguments(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArguments(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArguments(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsCount() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsCount() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsCount() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsList() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsList() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsList() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getArgumentsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCallOrBuilder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
getAtomicity() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getAtomicity() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getAtomicity() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getAtomicityValue() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getAtomicityValue() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getAtomicityValue() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
getBackupReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicas(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.Replica
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasCount() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.Replica
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasList() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Replica
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBackupReplicasOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
getBit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
getBit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
bit<W>
getBit() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
bit<W>
getBitBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
getBitOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
getBitOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
bit<W>
getBitOrBuilder() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
bit<W>
getBitstring() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstring() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstring() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstring() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for bit<W>, int<W>
getBitstring() - Method in class p4.v1.P4DataOuterClass.P4Data
for bit<W>, int<W>
getBitstring() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
for bit<W>, int<W>
getBitstring() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
bytes bitstring = 1;
getBitstring() - Method in class p4.v1.P4DataOuterClass.P4Varbit
bytes bitstring = 1;
getBitstring() - Method in interface p4.v1.P4DataOuterClass.P4VarbitOrBuilder
bytes bitstring = 1;
getBitstringBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstringOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstringOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstringOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
getBitstrings(int) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
getBitstrings(int) - Method in class p4.v1.P4DataOuterClass.P4Header
repeated bytes bitstrings = 2;
getBitstrings(int) - Method in interface p4.v1.P4DataOuterClass.P4HeaderOrBuilder
repeated bytes bitstrings = 2;
getBitstringsCount() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
getBitstringsCount() - Method in class p4.v1.P4DataOuterClass.P4Header
repeated bytes bitstrings = 2;
getBitstringsCount() - Method in interface p4.v1.P4DataOuterClass.P4HeaderOrBuilder
repeated bytes bitstrings = 2;
getBitstringsList() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
getBitstringsList() - Method in class p4.v1.P4DataOuterClass.P4Header
repeated bytes bitstrings = 2;
getBitstringsList() - Method in interface p4.v1.P4DataOuterClass.P4HeaderOrBuilder
repeated bytes bitstrings = 2;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
int32 bitwidth = 4;
getBitwidth() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
int32 bitwidth = 4;
getBitwidth() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
int32 bitwidth = 4;
getBitwidth() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
int32 bitwidth = 4;
getBitwidth() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
int32 bitwidth = 1;
getBitwidth() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
int32 bitwidth = 1;
getBitwidth() - Method in interface p4.config.v1.P4Types.P4BitTypeSpecOrBuilder
int32 bitwidth = 1;
getBitwidth() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
int32 bitwidth = 1;
getBitwidth() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
int32 bitwidth = 1;
getBitwidth() - Method in interface p4.config.v1.P4Types.P4IntTypeSpecOrBuilder
int32 bitwidth = 1;
getBitwidth() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
dynamic bitwidth of the field
getBitwidth() - Method in class p4.v1.P4DataOuterClass.P4Varbit
dynamic bitwidth of the field
getBitwidth() - Method in interface p4.v1.P4DataOuterClass.P4VarbitOrBuilder
dynamic bitwidth of the field
getBodyCase() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
getBodyCase() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
getBodyCase() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
 
getBool() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
getBool() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BoolType bool = 2;
getBool() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BoolType bool = 2;
getBool() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
bool bool = 3;
getBool() - Method in class p4.v1.P4DataOuterClass.P4Data
bool bool = 3;
getBool() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
bool bool = 3;
getBoolBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
getBoolOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
getBoolOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BoolType bool = 2;
getBoolOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BoolType bool = 2;
getBoolValue() - Method in class p4.config.v1.P4Types.Expression.Builder
bool bool_value = 3;
getBoolValue() - Method in class p4.config.v1.P4Types.Expression
bool bool_value = 3;
getBoolValue() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
bool bool_value = 3;
getBrief() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A brief description of something, e.g.
getBrief() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
A brief description of something, e.g.
getBrief() - Method in interface p4.config.v1.P4InfoOuterClass.DocumentationOrBuilder
A brief description of something, e.g.
getBriefBytes() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A brief description of something, e.g.
getBriefBytes() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
A brief description of something, e.g.
getBriefBytes() - Method in interface p4.config.v1.P4InfoOuterClass.DocumentationOrBuilder
A brief description of something, e.g.
getByteCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 byte_count = 1;
getByteCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
int64 byte_count = 1;
getByteCount() - Method in interface p4.v1.P4RuntimeOuterClass.CounterDataOrBuilder
int64 byte_count = 1;
getCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.Error
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCanonicalCode() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCanonicalCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCanonicalCode() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
getCapabilitiesMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getCburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed burst size
getCburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
Committed burst size
getCburst() - Method in interface p4.v1.P4RuntimeOuterClass.MeterConfigOrBuilder
Committed burst size
getCir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed information rate (units per sec)
getCir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
Committed information rate (units per sec)
getCir() - Method in interface p4.v1.P4RuntimeOuterClass.MeterConfigOrBuilder
Committed information rate (units per sec)
getClassOfService() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 class_of_service = 3;
getClassOfService() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
uint32 class_of_service = 3;
getClassOfService() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
uint32 class_of_service = 3;
getCloneSessionEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntry() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCloneSessionEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
getCode() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Numeric code drawn from target-specific error space above.
getCode() - Method in class p4.v1.P4RuntimeOuterClass.Error
Numeric code drawn from target-specific error space above.
getCode() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Numeric code drawn from target-specific error space above.
getCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
getCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
Optional.
getCode() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
Optional.
getColumn() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
int32 column = 3;
getColumn() - Method in class p4.config.v1.P4Types.SourceLocation
int32 column = 3;
getColumn() - Method in interface p4.config.v1.P4Types.SourceLocationOrBuilder
int32 column = 3;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
.p4.v1.DigestEntry.Config config = 2;
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntryOrBuilder
.p4.v1.DigestEntry.Config config = 2;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
.p4.v1.MeterConfig config = 2;
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
.p4.v1.MeterConfig config = 2;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
.p4.v1.ForwardingPipelineConfig config = 1;
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponseOrBuilder
.p4.v1.ForwardingPipelineConfig config = 1;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.MeterConfig config = 3;
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.MeterConfig config = 3;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.Role
Describes the role configuration, i.e.
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Describes the role configuration, i.e.
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
getConfig() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.ForwardingPipelineConfig config = 5;
getConfig() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.ForwardingPipelineConfig config = 5;
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
getConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
.p4.v1.DigestEntry.Config config = 2;
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntryOrBuilder
.p4.v1.DigestEntry.Config config = 2;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
.p4.v1.MeterConfig config = 2;
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
.p4.v1.MeterConfig config = 2;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
.p4.v1.ForwardingPipelineConfig config = 1;
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponseOrBuilder
.p4.v1.ForwardingPipelineConfig config = 1;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.MeterConfig config = 3;
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.MeterConfig config = 3;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Role
Describes the role configuration, i.e.
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Describes the role configuration, i.e.
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
getConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.ForwardingPipelineConfig config = 5;
getConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.ForwardingPipelineConfig config = 5;
getConstDefaultActionId() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
0 (default value) means that the table does not have a const default action
getConstDefaultActionId() - Method in class p4.config.v1.P4InfoOuterClass.Table
0 (default value) means that the table does not have a const default action
getConstDefaultActionId() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
0 (default value) means that the table does not have a const default action
getContact() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
contact info for support,e.g.
getContact() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
contact info for support,e.g.
getContact() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
contact info for support,e.g.
getContactBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
contact info for support,e.g.
getContactBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
contact info for support,e.g.
getContactBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
contact info for support,e.g.
getControllerMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Deprecated.
p4.v1.TableEntry.controller_metadata is deprecated. See p4/v1/p4runtime.proto;l=164
getControllerMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Deprecated.
p4.v1.TableEntry.controller_metadata is deprecated. See p4/v1/p4runtime.proto;l=164
getControllerMetadata() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Deprecated.
p4.v1.TableEntry.controller_metadata is deprecated. See p4/v1/p4runtime.proto;l=164
getControllerPacketMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadata(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getControllerPacketMetadataOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
getCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
uint64 cookie = 1;
getCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
uint64 cookie = 1;
getCookie() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.CookieOrBuilder
uint64 cookie = 1;
getCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookie() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookieBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookieOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookieOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCookieOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
Added in v1.4.0
getCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
Added in v1.4.0
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
Added in v1.4.0
getCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
Added in v1.4.0
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
getCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.CounterData counter_data = 7;
getCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.CounterData counter_data = 7;
getCounterDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
getCounterDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
getCounterDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
Added in v1.4.0
getCounterDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
Added in v1.4.0
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
Added in v1.4.0
getCounterDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
Added in v1.4.0
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
getCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.CounterData counter_data = 7;
getCounterDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.CounterData counter_data = 7;
getCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.CounterEntry counter_entry = 7;
getCounterEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.CounterEntry counter_entry = 7;
getCounterId() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
uint32 counter_id = 1;
getCounterId() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
uint32 counter_id = 1;
getCounterId() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
uint32 counter_id = 1;
getCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Counter counters = 5;
getCounters(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Counter counters = 5;
getCountersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Counter counters = 5;
getCountersCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Counter counters = 5;
getCountersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Counter counters = 5;
getCountersList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Counter counters = 5;
getCountersOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Counter counters = 5;
getData() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
getData() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.CounterData data = 3;
getData() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.CounterData data = 3;
getData() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
getData() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
.p4.v1.CounterData data = 2;
getData() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
.p4.v1.CounterData data = 2;
getData() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
getData() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.P4Data data = 3;
getData() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.P4Data data = 3;
getData(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getData(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getData(int) - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
getDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
getDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
getDataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataCase() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
getDataCase() - Method in class p4.v1.P4DataOuterClass.P4Data
 
getDataCase() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
 
getDataCount() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataCount() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataCount() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataList() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataList() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataList() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.CounterData data = 3;
getDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.CounterData data = 3;
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
.p4.v1.CounterData data = 2;
getDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
.p4.v1.CounterData data = 2;
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
getDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.P4Data data = 3;
getDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.P4Data data = 3;
getDataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDataOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getDefaultInstance() - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.Expression
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.ExpressionList
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.KeyValuePair
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4BoolType
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4ErrorType
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4NamedType
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.SourceLocation
 
getDefaultInstance() - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4Data
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4Header
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
getDefaultInstance() - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getDefaultInstance() - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.Expression.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.Expression
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.ExpressionList
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.KeyValuePair
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4BoolType
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4ErrorType
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NamedType
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.SourceLocation
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
getDefaultInstanceForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Data
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Header
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
getDefaultInstanceForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getDescription() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A more verbose description of something.
getDescription() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
A more verbose description of something.
getDescription() - Method in interface p4.config.v1.P4InfoOuterClass.DocumentationOrBuilder
A more verbose description of something.
getDescriptionBytes() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A more verbose description of something.
getDescriptionBytes() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
A more verbose description of something.
getDescriptionBytes() - Method in interface p4.config.v1.P4InfoOuterClass.DocumentationOrBuilder
A more verbose description of something.
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
getDescriptor() - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getDescriptor() - Static method in class p4.config.v1.P4Types.Expression.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.Expression
 
getDescriptor() - Static method in class p4.config.v1.P4Types.ExpressionList.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.ExpressionList
 
getDescriptor() - Static method in class p4.config.v1.P4Types
 
getDescriptor() - Static method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.KeyValuePair
 
getDescriptor() - Static method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BoolType.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4BoolType
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4ErrorType
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NamedType.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NamedType
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getDescriptor() - Static method in class p4.config.v1.P4Types.SourceLocation.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.SourceLocation
 
getDescriptor() - Static method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
getDescriptor() - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Data
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Header
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
getDescriptor() - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getDescriptor() - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
getDescriptor() - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
getDescriptorForType() - Method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.Expression.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.Expression
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.ExpressionList
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.KeyValuePair
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4BoolType
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4ErrorType
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NamedType
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.SourceLocation
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
getDescriptorForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Data
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Header
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
getDescriptorForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getDescriptorForType() - Method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
getDescriptorForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getDetails() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
getDetails() - Method in class p4.v1.P4RuntimeOuterClass.Error
Optional: Allows reporting back additional target-specific details on the error.
getDetails() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Optional: Allows reporting back additional target-specific details on the error.
getDetailsBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
getDetailsCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
getDetailsCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getDetailsCase() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
 
getDetailsOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
getDetailsOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Error
Optional: Allows reporting back additional target-specific details on the error.
getDetailsOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Optional: Allows reporting back additional target-specific details on the error.
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesRequestOrBuilder
Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
uint64 device_id = 1;
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequestOrBuilder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
uint64 device_id = 1;
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
uint64 device_id = 1;
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
uint64 device_id = 1;
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
uint64 device_id = 1;
getDeviceId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
uint64 device_id = 1;
getDeviceId() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
uint64 device_id = 1;
getDigest() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
getDigest() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.DigestList digest = 3;
getDigest() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.DigestList digest = 3;
getDigestAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
getDigestAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.DigestListAck digest_ack = 3;
getDigestAck() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.DigestListAck digest_ack = 3;
getDigestAckBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
getDigestAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
getDigestAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.DigestListAck digest_ack = 3;
getDigestAckOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.DigestListAck digest_ack = 3;
getDigestBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
getDigestEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DigestEntry digest_entry = 12;
getDigestEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DigestEntry digest_entry = 12;
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
uint32 digest_id = 1;
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
uint32 digest_id = 1;
getDigestId() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntryOrBuilder
uint32 digest_id = 1;
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies the digest extern instance
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
identifies the digest extern instance
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint32 digest_id = 1;
getDigestId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
uint32 digest_id = 1;
getDigestId() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListAckOrBuilder
uint32 digest_id = 1;
getDigestId() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
identifies the digest extern instance
getDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
getDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
Optional.
getDigestListAck() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListAckErrorOrBuilder
Optional.
getDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAck() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAckBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
getDigestListAckBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
getDigestListAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
Optional.
getDigestListAckOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListAckErrorOrBuilder
Optional.
getDigestListAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAckOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestListAckOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.DigestListAckError digest_list_ack = 6;
getDigestOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
getDigestOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.DigestList digest = 3;
getDigestOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.DigestList digest = 3;
getDigests(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigests(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Digest digests = 12;
getDigests(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Digest digests = 12;
getDigestsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Digest digests = 12;
getDigestsCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Digest digests = 12;
getDigestsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Digest digests = 12;
getDigestsList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Digest digests = 12;
getDigestsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Digest digests = 12;
getDirectCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
getDirectCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCounters(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectCountersOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
getDirectMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
getDirectMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMeters(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectMetersOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
getDirectResourceIds(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIds(int) - Method in class p4.config.v1.P4InfoOuterClass.Table
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIds(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsCount() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsList() - Method in class p4.config.v1.P4InfoOuterClass.Table
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectResourceIdsList() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
getDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
the id of the table to which the counter is attached
getDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
the id of the table to which the counter is attached
getDirectTableId() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
the id of the table to which the counter is attached
getDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
the id of the table to which the meter is attached
getDirectTableId() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
the id of the table to which the meter is attached
getDirectTableId() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
the id of the table to which the meter is attached
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Documentation of the Param.
getDoc() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Documentation of the Param.
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Documentation of the match field
getDoc() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Documentation of the match field
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
brief and detailed descriptions
getDoc() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
brief and detailed descriptions
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
getDoc() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Documentation of the entity
getDoc() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Documentation of the entity
getDocBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
getDocBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
getDocBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
getDocBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Documentation of the Param.
getDocOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Documentation of the Param.
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Documentation of the match field
getDocOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Documentation of the match field
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
brief and detailed descriptions
getDocOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
brief and detailed descriptions
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
getDocOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Documentation of the entity
getDocOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Documentation of the entity
getEburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Excess burst size (only used by srTCM).
getEburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
Excess burst size (only used by srTCM).
getEburst() - Method in interface p4.v1.P4RuntimeOuterClass.MeterConfigOrBuilder
Excess burst size (only used by srTCM).
getEgressPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
getEgressPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
getEgressPort() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
getElapsedNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
getElapsedNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
getElapsedNs() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeoutOrBuilder
Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The stream RPC with the highest election_id is the primary.
getElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The stream RPC with the highest election_id is the primary.
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.Uint128 election_id = 3;
getElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
.p4.v1.Uint128 election_id = 3;
getElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
getElectionIdBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
getElectionIdBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionIdBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The stream RPC with the highest election_id is the primary.
getElectionIdOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The stream RPC with the highest election_id is the primary.
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
.p4.v1.Uint128 election_id = 3;
getElectionIdOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
getEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
repeated .p4.v1.Entity entities = 2;
getEntities(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
repeated .p4.v1.Entity entities = 2;
getEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
repeated .p4.v1.Entity entities = 1;
getEntities(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReadResponseOrBuilder
repeated .p4.v1.Entity entities = 1;
getEntitiesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesCount() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesCount() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
repeated .p4.v1.Entity entities = 2;
getEntitiesCount() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
repeated .p4.v1.Entity entities = 2;
getEntitiesCount() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesCount() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
repeated .p4.v1.Entity entities = 1;
getEntitiesCount() - Method in interface p4.v1.P4RuntimeOuterClass.ReadResponseOrBuilder
repeated .p4.v1.Entity entities = 1;
getEntitiesList() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesList() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
repeated .p4.v1.Entity entities = 2;
getEntitiesList() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
repeated .p4.v1.Entity entities = 2;
getEntitiesList() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesList() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
repeated .p4.v1.Entity entities = 1;
getEntitiesList() - Method in interface p4.v1.P4RuntimeOuterClass.ReadResponseOrBuilder
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ReadResponseOrBuilder
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
repeated .p4.v1.Entity entities = 2;
getEntitiesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
repeated .p4.v1.Entity entities = 1;
getEntitiesOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ReadResponseOrBuilder
repeated .p4.v1.Entity entities = 1;
getEntity() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
getEntity() - Method in class p4.v1.P4RuntimeOuterClass.Update
.p4.v1.Entity entity = 2;
getEntity() - Method in interface p4.v1.P4RuntimeOuterClass.UpdateOrBuilder
.p4.v1.Entity entity = 2;
getEntityBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
getEntityCase() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
getEntityCase() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
getEntityCase() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
 
getEntityOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
getEntityOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Update
.p4.v1.Entity entity = 2;
getEntityOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.UpdateOrBuilder
.p4.v1.Entity entity = 2;
getEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntries(int) - Method in interface p4.v1.P4DataOuterClass.P4HeaderStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntries(int) - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesCount() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesCount() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesCount() - Method in interface p4.v1.P4DataOuterClass.P4HeaderStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesCount() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesCount() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesCount() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesList() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesList() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesList() - Method in interface p4.v1.P4DataOuterClass.P4HeaderStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesList() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesList() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesList() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in interface p4.v1.P4DataOuterClass.P4HeaderStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilder(int) - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in interface p4.v1.P4DataOuterClass.P4HeaderStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntriesOrBuilderList() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionStackOrBuilder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
getEntry() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
getEntry() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
.google.protobuf.Any entry = 3;
getEntry() - Method in interface p4.v1.P4RuntimeOuterClass.ExternEntryOrBuilder
.google.protobuf.Any entry = 3;
getEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
getEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
getEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
.google.protobuf.Any entry = 3;
getEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ExternEntryOrBuilder
.google.protobuf.Any entry = 3;
getEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
getEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType enum = 9;
getEnum() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType enum = 9;
getEnum() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
getEnum() - Method in class p4.v1.P4DataOuterClass.P4Data
safe (non-serializable) enums only
getEnum() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
safe (non-serializable) enums only
getEnumBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
getEnumBytes() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
getEnumBytes() - Method in class p4.v1.P4DataOuterClass.P4Data
safe (non-serializable) enums only
getEnumBytes() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
safe (non-serializable) enums only
getEnumOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
getEnumOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType enum = 9;
getEnumOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType enum = 9;
getEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getEnums() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getEnumsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getEnumsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getEnumsCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrDefault(String, P4Types.P4EnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrDefault(String, P4Types.P4EnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrDefault(String, P4Types.P4EnumTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumsOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
getEnumValue() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
serializable enums only
getEnumValue() - Method in class p4.v1.P4DataOuterClass.P4Data
serializable enums only
getEnumValue() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
serializable enums only
getError() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
getError() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4ErrorType error = 10;
getError() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4ErrorType error = 10;
getError() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
getError() - Method in class p4.config.v1.P4Types.P4TypeInfo
.p4.config.v1.P4ErrorTypeSpec error = 5;
getError() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
.p4.config.v1.P4ErrorTypeSpec error = 5;
getError() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
getError() - Method in class p4.v1.P4DataOuterClass.P4Data
string error = 11;
getError() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
string error = 11;
getError() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getError() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getError() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getErrorBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
getErrorBuilder() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
getErrorBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getErrorBytes() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
getErrorBytes() - Method in class p4.v1.P4DataOuterClass.P4Data
string error = 11;
getErrorBytes() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
string error = 11;
getErrorOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
getErrorOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4ErrorType error = 10;
getErrorOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4ErrorType error = 10;
getErrorOrBuilder() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
getErrorOrBuilder() - Method in class p4.config.v1.P4Types.P4TypeInfo
.p4.config.v1.P4ErrorTypeSpec error = 5;
getErrorOrBuilder() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
.p4.config.v1.P4ErrorTypeSpec error = 5;
getErrorOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getErrorOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getErrorOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
getExact() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
getExact() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Exact exact = 2;
getExact() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Exact exact = 2;
getExactBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
getExactOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
getExactOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Exact exact = 2;
getExactOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Exact exact = 2;
getExperimental() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
getExperimental() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
Used for experimental features before proposing them for standardization.
getExperimental() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesResponseOrBuilder
Used for experimental features before proposing them for standardization.
getExperimentalBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
getExperimentalOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
getExperimentalOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
Used for experimental features before proposing them for standardization.
getExperimentalOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesResponseOrBuilder
Used for experimental features before proposing them for standardization.
getExpressionList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionList() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionList() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionListBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionListOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionListOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.ExpressionList expression_list = 2;
getExpressionListOrBuilder() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.ExpressionList expression_list = 2;
getExpressions(int) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressions(int) - Method in class p4.config.v1.P4Types.ExpressionList
repeated .p4.config.v1.Expression expressions = 1;
getExpressions(int) - Method in interface p4.config.v1.P4Types.ExpressionListOrBuilder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsBuilder(int) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsBuilderList() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsCount() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsCount() - Method in class p4.config.v1.P4Types.ExpressionList
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsCount() - Method in interface p4.config.v1.P4Types.ExpressionListOrBuilder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsList() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsList() - Method in class p4.config.v1.P4Types.ExpressionList
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsList() - Method in interface p4.config.v1.P4Types.ExpressionListOrBuilder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilder(int) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilder(int) - Method in class p4.config.v1.P4Types.ExpressionList
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilder(int) - Method in interface p4.config.v1.P4Types.ExpressionListOrBuilder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilderList() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilderList() - Method in class p4.config.v1.P4Types.ExpressionList
repeated .p4.config.v1.Expression expressions = 1;
getExpressionsOrBuilderList() - Method in interface p4.config.v1.P4Types.ExpressionListOrBuilder
repeated .p4.config.v1.Expression expressions = 1;
getExternEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
getExternEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ExternEntry extern_entry = 1;
getExternEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ExternEntry extern_entry = 1;
getExternEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
getExternEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
getExternEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ExternEntry extern_entry = 1;
getExternEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ExternEntry extern_entry = 1;
getExternId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
id of the instance
getExternId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
id of the instance
getExternId() - Method in interface p4.v1.P4RuntimeOuterClass.ExternEntryOrBuilder
id of the instance
getExterns(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExterns(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Extern externs = 100;
getExterns(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Extern externs = 100;
getExternsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Extern externs = 100;
getExternsCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Extern externs = 100;
getExternsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Extern externs = 100;
getExternsList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Extern externs = 100;
getExternsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Extern externs = 100;
getExternTypeId() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeId() - Method in class p4.config.v1.P4InfoOuterClass.Extern
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeId() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeId() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeId() - Method in interface p4.v1.P4RuntimeOuterClass.ExternEntryOrBuilder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
getExternTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
string extern_type_name = 2;
getExternTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Extern
string extern_type_name = 2;
getExternTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
string extern_type_name = 2;
getExternTypeNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
string extern_type_name = 2;
getExternTypeNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Extern
string extern_type_name = 2;
getExternTypeNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
string extern_type_name = 2;
getFieldId() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
uint32 field_id = 1;
getFieldId() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
uint32 field_id = 1;
getFieldId() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
uint32 field_id = 1;
getFieldMatchTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
getFieldMatchTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getFieldMatchTypeCase() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
 
getFile() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Path to the source file (absolute or relative to the working directory).
getFile() - Method in class p4.config.v1.P4Types.SourceLocation
Path to the source file (absolute or relative to the working directory).
getFile() - Method in interface p4.config.v1.P4Types.SourceLocationOrBuilder
Path to the source file (absolute or relative to the working directory).
getFileBytes() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Path to the source file (absolute or relative to the working directory).
getFileBytes() - Method in class p4.config.v1.P4Types.SourceLocation
Path to the source file (absolute or relative to the working directory).
getFileBytes() - Method in interface p4.config.v1.P4Types.SourceLocationOrBuilder
Path to the source file (absolute or relative to the working directory).
getForwardingPipelineConfig(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
Gets the current P4 forwarding-pipeline config.
getForwardingPipelineConfig(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
Gets the current P4 forwarding-pipeline config.
getForwardingPipelineConfig(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeFutureStub
Gets the current P4 forwarding-pipeline config.
getForwardingPipelineConfig(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest, StreamObserver<P4RuntimeOuterClass.GetForwardingPipelineConfigResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
Gets the current P4 forwarding-pipeline config.
getForwardingPipelineConfig(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest, StreamObserver<P4RuntimeOuterClass.GetForwardingPipelineConfigResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
Gets the current P4 forwarding-pipeline config.
getGetForwardingPipelineConfigMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getGreen() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
getGreen() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData green = 1;
getGreen() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData green = 1;
getGreenBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
getGreenOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
getGreenOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData green = 1;
getGreenOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData green = 1;
getGroupAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
getGroupAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Added in v1.6.0.
getGroupAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Added in v1.6.0.
getGroupActionBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
getGroupActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
getGroupActionOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Added in v1.6.0.
getGroupActionOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Added in v1.6.0.
getGroupId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 group_id = 2;
getGroupId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
uint32 group_id = 2;
getGroupId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
uint32 group_id = 2;
getHasInitialEntries() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table has initial entries defined using the 'entries' table property in the P4 source code, either with or without the 'const' qualifier on 'entries', and there is at least one entry in that list.
getHasInitialEntries() - Method in class p4.config.v1.P4InfoOuterClass.Table
True if and only if the table has initial entries defined using the 'entries' table property in the P4 source code, either with or without the 'const' qualifier on 'entries', and there is at least one entry in that list.
getHasInitialEntries() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
True if and only if the table has initial entries defined using the 'entries' table property in the P4 source code, either with or without the 'const' qualifier on 'entries', and there is at least one entry in that list.
getHeader() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
getHeader() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header = 5;
getHeader() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 5;
getHeader() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
getHeader() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
.p4.config.v1.P4NamedType header = 1;
getHeader() - Method in interface p4.config.v1.P4Types.P4HeaderStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 1;
getHeader() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
getHeader() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
.p4.config.v1.P4NamedType header = 2;
getHeader() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder
.p4.config.v1.P4NamedType header = 2;
getHeader() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
getHeader() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4Header header = 6;
getHeader() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4Header header = 6;
getHeaderBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
getHeaderBuilder() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
getHeaderBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
getHeaderBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header = 5;
getHeaderOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 5;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
.p4.config.v1.P4NamedType header = 1;
getHeaderOrBuilder() - Method in interface p4.config.v1.P4Types.P4HeaderStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 1;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
getHeaderOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
.p4.config.v1.P4NamedType header = 2;
getHeaderOrBuilder() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder
.p4.config.v1.P4NamedType header = 2;
getHeaderOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
getHeaderOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4Header header = 6;
getHeaderOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4Header header = 6;
getHeaders() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getHeaders() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getHeaders() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getHeadersCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getHeadersCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getHeadersCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrDefault(String, P4Types.P4HeaderTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrDefault(String, P4Types.P4HeaderTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrDefault(String, P4Types.P4HeaderTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeadersOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
getHeaderStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStack() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStack() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStack() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStackBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStackBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStackOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStackOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStackOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
getHeaderStackOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStackOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderStackOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderStack header_stack = 8;
getHeaderUnion() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnion() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnion() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnion() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnion() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnion() - Method in interface p4.config.v1.P4Types.P4HeaderUnionStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnion() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnion() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnion() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnionBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnionBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnionBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnionOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnionOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnionOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 6;
getHeaderUnionOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnionOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnionOrBuilder() - Method in interface p4.config.v1.P4Types.P4HeaderUnionStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 1;
getHeaderUnionOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnionOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnionOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnion header_union = 7;
getHeaderUnions() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getHeaderUnions() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getHeaderUnions() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getHeaderUnionsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getHeaderUnionsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getHeaderUnionsCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrDefault(String, P4Types.P4HeaderUnionTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrDefault(String, P4Types.P4HeaderUnionTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrDefault(String, P4Types.P4HeaderUnionTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionsOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
getHeaderUnionStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStack() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStack() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStack() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStackBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStackBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStackOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStackOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStackOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
getHeaderUnionStackOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStackOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHeaderUnionStackOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
getHigh() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes high = 2;
getHigh() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
bytes high = 2;
getHigh() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.RangeOrBuilder
bytes high = 2;
getHigh() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Highest 64 bits of a 128 bit number.
getHigh() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
Highest 64 bits of a 128 bit number.
getHigh() - Method in interface p4.v1.P4RuntimeOuterClass.Uint128OrBuilder
Highest 64 bits of a 128 bit number.
getId() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
uint32 id = 1;
getId() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
uint32 id = 1;
getId() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
uint32 id = 1;
getId() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
uint32 id = 1;
getId() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
uint32 id = 1;
getId() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
ids share the same number-space; e.g.
getId() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
ids share the same number-space; e.g.
getId() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
ids share the same number-space; e.g.
getId() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Deprecated.
p4.v1.Role.id is deprecated. See p4/v1/p4runtime.proto;l=680
getId() - Method in class p4.v1.P4RuntimeOuterClass.Role
Deprecated.
p4.v1.Role.id is deprecated. See p4/v1/p4runtime.proto;l=680
getId() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Deprecated.
p4.v1.Role.id is deprecated. See p4/v1/p4runtime.proto;l=680
getIdleTimeoutBehavior() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
is idle timeout supported for this table?
getIdleTimeoutBehavior() - Method in class p4.config.v1.P4InfoOuterClass.Table
is idle timeout supported for this table?
getIdleTimeoutBehavior() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
is idle timeout supported for this table?
getIdleTimeoutBehaviorValue() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
is idle timeout supported for this table?
getIdleTimeoutBehaviorValue() - Method in class p4.config.v1.P4InfoOuterClass.Table
is idle timeout supported for this table?
getIdleTimeoutBehaviorValue() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
is idle timeout supported for this table?
getIdleTimeoutNotification() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotification() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotification() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotificationBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotificationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotificationOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNotificationOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
getIdleTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
The TTL for the entry, in nanoseconds.
getIdleTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
The TTL for the entry, in nanoseconds.
getIdleTimeoutNs() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
The TTL for the entry, in nanoseconds.
getImplementationId() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
P4 id of the "implementation" for this table (e.g.
getImplementationId() - Method in class p4.config.v1.P4InfoOuterClass.Table
P4 id of the "implementation" for this table (e.g.
getImplementationId() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
P4 id of the "implementation" for this table (e.g.
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.Index index = 2;
getIndex() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.Index index = 2;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
int64 index = 1;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.Index
int64 index = 1;
getIndex() - Method in interface p4.v1.P4RuntimeOuterClass.IndexOrBuilder
int64 index = 1;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.Index index = 2;
getIndex() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.Index index = 2;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
getIndex() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.Index index = 2;
getIndex() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.Index index = 2;
getIndexBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
getIndexBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
getIndexBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.Index index = 2;
getIndexOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.Index index = 2;
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Counter
unset if index is not user-defined type
getIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
unset if index is not user-defined type
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Meter
unset if index is not user-defined type
getIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
unset if index is not user-defined type
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
getIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Register
unset if index is not user-defined type
getIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
unset if index is not user-defined type
getIndexTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
getIndexTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
getIndexTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register
unset if index is not user-defined type
getIndexTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
unset if index is not user-defined type
getInfo() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
getInfo() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
specific to the extern type, declared in a separate vendor-specific proto file
getInfo() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
specific to the extern type, declared in a separate vendor-specific proto file
getInfoBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
getInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
getInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
specific to the extern type, declared in a separate vendor-specific proto file
getInfoOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
specific to the extern type, declared in a separate vendor-specific proto file
getInitialDefaultAction() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
getInitialDefaultAction() - Method in class p4.config.v1.P4InfoOuterClass.Table
The initial default action of the table.
getInitialDefaultAction() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
The initial default action of the table.
getInitialDefaultActionBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
getInitialDefaultActionOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
getInitialDefaultActionOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table
The initial default action of the table.
getInitialDefaultActionOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
The initial default action of the table.
getInstance() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
uint32 instance = 2;
getInstance() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
uint32 instance = 2;
getInstance() - Method in interface p4.v1.P4RuntimeOuterClass.BackupReplicaOrBuilder
uint32 instance = 2;
getInstance() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
uint32 instance = 2;
getInstance() - Method in class p4.v1.P4RuntimeOuterClass.Replica
uint32 instance = 2;
getInstance() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
uint32 instance = 2;
getInstances(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstances(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern
repeated .p4.config.v1.ExternInstance instances = 3;
getInstances(int) - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesCount() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesCount() - Method in class p4.config.v1.P4InfoOuterClass.Extern
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesCount() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesList() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesList() - Method in class p4.config.v1.P4InfoOuterClass.Extern
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesList() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Extern
repeated .p4.config.v1.ExternInstance instances = 3;
getInstancesOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ExternOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
getInt() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
getInt() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
int<W>
getInt() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
int<W>
getInt64Value() - Method in class p4.config.v1.P4Types.Expression.Builder
int64 int64_value = 2;
getInt64Value() - Method in class p4.config.v1.P4Types.Expression
int64 int64_value = 2;
getInt64Value() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
int64 int64_value = 2;
getIntBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
getIntOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
getIntOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
int<W>
getIntOrBuilder() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
int<W>
getIsConst() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
True if and only if the entry cannot be deleted or modified, i.e.
getIsConst() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
True if and only if the entry cannot be deleted or modified, i.e.
getIsConst() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
True if and only if the entry cannot be deleted or modified, i.e.
getIsConstTable() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table's entries are immutable, i.e.
getIsConstTable() - Method in class p4.config.v1.P4InfoOuterClass.Table
True if and only if the table's entries are immutable, i.e.
getIsConstTable() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
True if and only if the table's entries are immutable, i.e.
getIsDefaultAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Set to true if the table entry is being used to update the non-const default action of the table.
getIsDefaultAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Set to true if the table entry is being used to update the non-const default action of the table.
getIsDefaultAction() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Set to true if the table entry is being used to update the non-const default action of the table.
getIsValid() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
If the header is invalid (is_valid is "false"), then the bitstrings repeated field must be empty.
getIsValid() - Method in class p4.v1.P4DataOuterClass.P4Header
If the header is invalid (is_valid is "false"), then the bitstrings repeated field must be empty.
getIsValid() - Method in interface p4.v1.P4DataOuterClass.P4HeaderOrBuilder
If the header is invalid (is_valid is "false"), then the bitstrings repeated field must be empty.
getKey() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
string key = 1;
getKey() - Method in class p4.config.v1.P4Types.KeyValuePair
string key = 1;
getKey() - Method in interface p4.config.v1.P4Types.KeyValuePairOrBuilder
string key = 1;
getKeyBytes() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
string key = 1;
getKeyBytes() - Method in class p4.config.v1.P4Types.KeyValuePair
string key = 1;
getKeyBytes() - Method in interface p4.config.v1.P4Types.KeyValuePairOrBuilder
string key = 1;
getKvPairList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairList() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairList() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairListBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairListOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairListOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairListOrBuilder() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
getKvPairs(int) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairs(int) - Method in class p4.config.v1.P4Types.KeyValuePairList
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairs(int) - Method in interface p4.config.v1.P4Types.KeyValuePairListOrBuilder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsBuilder(int) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsBuilderList() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsCount() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsCount() - Method in class p4.config.v1.P4Types.KeyValuePairList
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsCount() - Method in interface p4.config.v1.P4Types.KeyValuePairListOrBuilder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsList() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsList() - Method in class p4.config.v1.P4Types.KeyValuePairList
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsList() - Method in interface p4.config.v1.P4Types.KeyValuePairListOrBuilder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilder(int) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilder(int) - Method in class p4.config.v1.P4Types.KeyValuePairList
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilder(int) - Method in interface p4.config.v1.P4Types.KeyValuePairListOrBuilder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilderList() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilderList() - Method in class p4.config.v1.P4Types.KeyValuePairList
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getKvPairsOrBuilderList() - Method in interface p4.config.v1.P4Types.KeyValuePairListOrBuilder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
getLine() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Line and column numbers within the source file, 1-based.
getLine() - Method in class p4.config.v1.P4Types.SourceLocation
Line and column numbers within the source file, 1-based.
getLine() - Method in interface p4.config.v1.P4Types.SourceLocationOrBuilder
Line and column numbers within the source file, 1-based.
getListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies a list of entries, used by receiver to ack
getListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
identifies a list of entries, used by receiver to ack
getListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint64 list_id = 2;
getListId() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
uint64 list_id = 2;
getListId() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListAckOrBuilder
uint64 list_id = 2;
getListId() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
identifies a list of entries, used by receiver to ack
getLow() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes low = 1;
getLow() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
bytes low = 1;
getLow() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.RangeOrBuilder
bytes low = 1;
getLow() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Lowest 64 bits of a 128 bit number.
getLow() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
Lowest 64 bits of a 128 bit number.
getLow() - Method in interface p4.v1.P4RuntimeOuterClass.Uint128OrBuilder
Lowest 64 bits of a 128 bit number.
getLpm() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
getLpm() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.LPM lpm = 4;
getLpm() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.LPM lpm = 4;
getLpmBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
getLpmOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
getLpmOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.LPM lpm = 4;
getLpmOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.LPM lpm = 4;
getMask() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes mask = 2;
getMask() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
bytes mask = 2;
getMask() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.TernaryOrBuilder
bytes mask = 2;
getMatch(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatch(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
repeated .p4.config.v1.MatchField match = 2;
getMatch(int) - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
repeated .p4.config.v1.MatchField match = 2;
getMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
repeated .p4.v1.FieldMatch match = 2;
getMatch(int) - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
repeated .p4.v1.FieldMatch match = 2;
getMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
repeated .p4.v1.FieldMatch match = 1;
getMatch(int) - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetMemberOrBuilder
repeated .p4.v1.FieldMatch match = 1;
getMatchBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchCase() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
getMatchCase() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getMatchCase() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
 
getMatchCount() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchCount() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
repeated .p4.config.v1.MatchField match = 2;
getMatchCount() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
repeated .p4.config.v1.MatchField match = 2;
getMatchCount() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchCount() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
repeated .p4.v1.FieldMatch match = 2;
getMatchCount() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
repeated .p4.v1.FieldMatch match = 2;
getMatchCount() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchCount() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
repeated .p4.v1.FieldMatch match = 1;
getMatchCount() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetMemberOrBuilder
repeated .p4.v1.FieldMatch match = 1;
getMatchFields(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFields(int) - Method in class p4.config.v1.P4InfoOuterClass.Table
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFields(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsCount() - Method in class p4.config.v1.P4InfoOuterClass.Table
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsCount() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsList() - Method in class p4.config.v1.P4InfoOuterClass.Table
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsList() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Table
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Table
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchFieldsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
repeated .p4.config.v1.MatchField match_fields = 2;
getMatchList() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchList() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
repeated .p4.config.v1.MatchField match = 2;
getMatchList() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
repeated .p4.config.v1.MatchField match = 2;
getMatchList() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchList() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
repeated .p4.v1.FieldMatch match = 2;
getMatchList() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
repeated .p4.v1.FieldMatch match = 2;
getMatchList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
repeated .p4.v1.FieldMatch match = 1;
getMatchList() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetMemberOrBuilder
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetMemberOrBuilder
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
repeated .p4.config.v1.MatchField match = 2;
getMatchOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
repeated .p4.v1.FieldMatch match = 2;
getMatchOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
repeated .p4.v1.FieldMatch match = 1;
getMatchOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetMemberOrBuilder
repeated .p4.v1.FieldMatch match = 1;
getMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
getMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
.p4.config.v1.MatchField.MatchType match_type = 5;
getMatchType() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
.p4.config.v1.MatchField.MatchType match_type = 5;
getMatchTypeValue() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
getMatchTypeValue() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
.p4.config.v1.MatchField.MatchType match_type = 5;
getMatchTypeValue() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
.p4.config.v1.MatchField.MatchType match_type = 5;
getMaxBitwidth() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
int32 max_bitwidth = 1;
getMaxBitwidth() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
int32 max_bitwidth = 1;
getMaxBitwidth() - Method in interface p4.config.v1.P4Types.P4VarbitTypeSpecOrBuilder
int32 max_bitwidth = 1;
getMaxGroupSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
0 if the action profile does not have a selector.
getMaxGroupSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
0 if the action profile does not have a selector.
getMaxGroupSize() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
0 if the action profile does not have a selector.
getMaxListSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max size for a digest list
getMaxListSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
max size for a digest list
getMaxListSize() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntry.ConfigOrBuilder
max size for a digest list
getMaxMemberWeight() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
the maximum weight of each individual member in a group.
getMaxMemberWeight() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
the maximum weight of each individual member in a group.
getMaxMemberWeight() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembersOrBuilder
the maximum weight of each individual member in a group.
getMaxSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
Max number of weighted member entries in this group.
getMaxSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
Max number of weighted member entries in this group.
getMaxSize() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
Max number of weighted member entries in this group.
getMaxTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max timeout for outstanding digest data
getMaxTimeoutNs() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
max timeout for outstanding digest data
getMaxTimeoutNs() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntry.ConfigOrBuilder
max timeout for outstanding digest data
getMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
uint32 member_id = 1;
getMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
uint32 member_id = 1;
getMemberId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
uint32 member_id = 1;
getMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 member_id = 2;
getMemberId() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
uint32 member_id = 2;
getMemberId() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileMemberOrBuilder
uint32 member_id = 2;
getMembers(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
repeated string members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4ErrorTypeSpecOrBuilder
repeated string members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembers(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembers(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembers(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembers(int) - Method in interface p4.config.v1.P4Types.P4TupleTypeSpecOrBuilder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembers(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembers(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike
repeated .p4.v1.P4Data members = 1;
getMembers(int) - Method in interface p4.v1.P4DataOuterClass.P4StructLikeOrBuilder
repeated .p4.v1.P4Data members = 1;
getMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembers(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
repeated .p4.v1.ValueSetMember members = 2;
getMembers(int) - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
repeated .p4.v1.ValueSetMember members = 2;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersBuilder(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersBuilderList() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersBuilderList() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersBytes(int) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
getMembersBytes(int) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
repeated string members = 1;
getMembersBytes(int) - Method in interface p4.config.v1.P4Types.P4ErrorTypeSpecOrBuilder
repeated string members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
repeated string members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4ErrorTypeSpecOrBuilder
repeated string members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersCount() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersCount() - Method in interface p4.config.v1.P4Types.P4TupleTypeSpecOrBuilder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersCount() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersCount() - Method in class p4.v1.P4DataOuterClass.P4StructLike
repeated .p4.v1.P4Data members = 1;
getMembersCount() - Method in interface p4.v1.P4DataOuterClass.P4StructLikeOrBuilder
repeated .p4.v1.P4Data members = 1;
getMembersCount() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersCount() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersCount() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersCount() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersCount() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
repeated .p4.v1.ValueSetMember members = 2;
getMembersCount() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
repeated .p4.v1.ValueSetMember members = 2;
getMembersList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
repeated string members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4ErrorTypeSpecOrBuilder
repeated string members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersList() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersList() - Method in interface p4.config.v1.P4Types.P4TupleTypeSpecOrBuilder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersList() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersList() - Method in class p4.v1.P4DataOuterClass.P4StructLike
repeated .p4.v1.P4Data members = 1;
getMembersList() - Method in interface p4.v1.P4DataOuterClass.P4StructLikeOrBuilder
repeated .p4.v1.P4Data members = 1;
getMembersList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
repeated .p4.v1.ValueSetMember members = 2;
getMembersList() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilder(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4TupleTypeSpecOrBuilder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilder(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilder(int) - Method in interface p4.v1.P4DataOuterClass.P4StructLikeOrBuilder
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilderList() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilderList() - Method in interface p4.config.v1.P4Types.P4TupleTypeSpecOrBuilder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
getMembersOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilderList() - Method in class p4.v1.P4DataOuterClass.P4StructLike
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilderList() - Method in interface p4.v1.P4DataOuterClass.P4StructLikeOrBuilder
repeated .p4.v1.P4Data members = 1;
getMembersOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroupOrBuilder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
getMembersOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
repeated .p4.v1.ValueSetMember members = 2;
getMembersOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
repeated .p4.v1.ValueSetMember members = 2;
getMessage() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Detailed error message.
getMessage() - Method in class p4.v1.P4RuntimeOuterClass.Error
Detailed error message.
getMessage() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Detailed error message.
getMessage() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
getMessage() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
Optional.
getMessage() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
Optional.
getMessageBytes() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Detailed error message.
getMessageBytes() - Method in class p4.v1.P4RuntimeOuterClass.Error
Detailed error message.
getMessageBytes() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Detailed error message.
getMessageBytes() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
getMessageBytes() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
Optional.
getMessageBytes() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
Optional.
getMetadata() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
getMetadata() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
Arbitrary metadata from the controller that is opaque to the target.
getMetadata() - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
Arbitrary metadata from the controller that is opaque to the target.
getMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
getMetadata() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Arbitrary metadata from the controller that is opaque to the target.
getMetadata() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Arbitrary metadata from the controller that is opaque to the target.
getMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
Ordered based on header layout.
getMetadata(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Ordered based on header layout.
getMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadata(int) - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadata(int) - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
Ordered based on header layout.
getMetadataCount() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Ordered based on header layout.
getMetadataCount() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataCount() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataCount() - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataCount() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataCount() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataCount() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataId() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
This refers to Metadata.id coming from P4Info ControllerPacketMetadata.
getMetadataId() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
This refers to Metadata.id coming from P4Info ControllerPacketMetadata.
getMetadataId() - Method in interface p4.v1.P4RuntimeOuterClass.PacketMetadataOrBuilder
This refers to Metadata.id coming from P4Info ControllerPacketMetadata.
getMetadataList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
Ordered based on header layout.
getMetadataList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Ordered based on header layout.
getMetadataList() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataList() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataList() - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataList() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataList() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataList() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
Ordered based on header layout.
getMetadataOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Ordered based on header layout.
getMetadataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
getMetadataOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
Ordered based on header layout.
getMetadataOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
Ordered based on header layout.
getMetadataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
This will be based on P4 header annotated as @controller_header("packet_in").
getMetadataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
This will be based on P4 header annotated as @controller_header("packet_out").
getMetadataOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
This will be based on P4 header annotated as @controller_header("packet_out").
getMeterConfig() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfig() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfig() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfigBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfigOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterConfigOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
getMeterCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
getMeterCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Per color counters for tables with a direct meter.
getMeterCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Per color counters for tables with a direct meter.
getMeterCounterDataBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
getMeterCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
getMeterCounterDataOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Per color counters for tables with a direct meter.
getMeterCounterDataOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Per color counters for tables with a direct meter.
getMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.MeterEntry meter_entry = 5;
getMeterEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.MeterEntry meter_entry = 5;
getMeterId() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
uint32 meter_id = 1;
getMeterId() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
uint32 meter_id = 1;
getMeterId() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
uint32 meter_id = 1;
getMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Meter meters = 7;
getMeters(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Meter meters = 7;
getMetersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Meter meters = 7;
getMetersCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Meter meters = 7;
getMetersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Meter meters = 7;
getMetersList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Meter meters = 7;
getMetersOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Meter meters = 7;
getMulticastGroupEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntry() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
getMulticastGroupId() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
uint32 multicast_group_id = 1;
getMulticastGroupId() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
uint32 multicast_group_id = 1;
getMulticastGroupId() - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
uint32 multicast_group_id = 1;
getMulticastGroupTableMaxReplicasPerEntry() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The number of replicas that the platform is required to support per group/entry.
getMulticastGroupTableMaxReplicasPerEntry() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
The number of replicas that the platform is required to support per group/entry.
getMulticastGroupTableMaxReplicasPerEntry() - Method in interface p4.config.v1.P4InfoOuterClass.PlatformPropertiesOrBuilder
The number of replicas that the platform is required to support per group/entry.
getMulticastGroupTableSize() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of multicast entries (i.e.
getMulticastGroupTableSize() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
The minimum number of multicast entries (i.e.
getMulticastGroupTableSize() - Method in interface p4.config.v1.P4InfoOuterClass.PlatformPropertiesOrBuilder
The minimum number of multicast entries (i.e.
getMulticastGroupTableTotalReplicas() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of replicas that the platform is required to support across all groups.
getMulticastGroupTableTotalReplicas() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
The minimum number of replicas that the platform is required to support across all groups.
getMulticastGroupTableTotalReplicas() - Method in interface p4.config.v1.P4InfoOuterClass.PlatformPropertiesOrBuilder
The minimum number of replicas that the platform is required to support across all groups.
getMutableEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getMutableHeaders() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getMutableHeaderUnions() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getMutableNewTypes() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getMutableSerializableEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getMutableStructs() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
string name = 2;
getName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
string name = 2;
getName() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
string name = 2;
getName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
This is the name of the header field (not fully-qualified), similar to e.g.
getName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
This is the name of the header field (not fully-qualified), similar to e.g.
getName() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
This is the name of the header field (not fully-qualified), similar to e.g.
getName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
string name = 2;
getName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
string name = 2;
getName() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
string name = 2;
getName() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
a definitive name for this configuration, e.g.
getName() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
a definitive name for this configuration, e.g.
getName() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
a definitive name for this configuration, e.g.
getName() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
fully qualified name of the P4 object, e.g.
getName() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
fully qualified name of the P4 object, e.g.
getName() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
fully qualified name of the P4 object, e.g.
getName() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpec.MemberOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4NamedType
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4NamedTypeOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.P4StructTypeSpec.MemberOrBuilder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
string name = 1;
getName() - Method in class p4.config.v1.P4Types.StructuredAnnotation
string name = 1;
getName() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
string name = 1;
getName() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Added in 1.4.0.
getName() - Method in class p4.v1.P4RuntimeOuterClass.Role
Added in 1.4.0.
getName() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Added in 1.4.0.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
string name = 2;
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
string name = 2;
getNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
string name = 2;
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
This is the name of the header field (not fully-qualified), similar to e.g.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
This is the name of the header field (not fully-qualified), similar to e.g.
getNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
This is the name of the header field (not fully-qualified), similar to e.g.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
string name = 2;
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
string name = 2;
getNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
string name = 2;
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
a definitive name for this configuration, e.g.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
a definitive name for this configuration, e.g.
getNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
a definitive name for this configuration, e.g.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
fully qualified name of the P4 object, e.g.
getNameBytes() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
fully qualified name of the P4 object, e.g.
getNameBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
fully qualified name of the P4 object, e.g.
getNameBytes() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpec.MemberOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4NamedType
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4NamedTypeOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.P4StructTypeSpec.MemberOrBuilder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
string name = 1;
getNameBytes() - Method in class p4.config.v1.P4Types.StructuredAnnotation
string name = 1;
getNameBytes() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
string name = 1;
getNameBytes() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Added in 1.4.0.
getNameBytes() - Method in class p4.v1.P4RuntimeOuterClass.Role
Added in 1.4.0.
getNameBytes() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Added in 1.4.0.
getNewType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
getNewType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType new_type = 12;
getNewType() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType new_type = 12;
getNewTypeBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
getNewTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
getNewTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType new_type = 12;
getNewTypeOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType new_type = 12;
getNewTypes() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getNewTypes() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getNewTypes() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getNewTypesCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getNewTypesCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getNewTypesCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrDefault(String, P4Types.P4NewTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrDefault(String, P4Types.P4NewTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrDefault(String, P4Types.P4NewTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNewTypesOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
getNumber() - Method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
getNumber() - Method in enum class p4.config.v1.P4Types.Expression.ValueCase
 
getNumber() - Method in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
getNumber() - Method in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
getNumber() - Method in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
 
getNumber() - Method in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
 
getNumber() - Method in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
 
getNumber() - Method in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
getNumber() - Method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
getOptional() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
getOptional() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Optional optional = 7;
getOptional() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Optional optional = 7;
getOptionalBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
getOptionalOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
getOptionalOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Optional optional = 7;
getOptionalOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Optional optional = 7;
getOrganization() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
organization which produced the configuration, e.g.
getOrganization() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
organization which produced the configuration, e.g.
getOrganization() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
organization which produced the configuration, e.g.
getOrganizationBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
organization which produced the configuration, e.g.
getOrganizationBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
organization which produced the configuration, e.g.
getOrganizationBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
organization which produced the configuration, e.g.
getOriginalType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
getOriginalType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if no @p4runtime_translation annotation present
getOriginalType() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if no @p4runtime_translation annotation present
getOriginalTypeBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
getOriginalTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
getOriginalTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if no @p4runtime_translation annotation present
getOriginalTypeOrBuilder() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if no @p4runtime_translation annotation present
getOther() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOther() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOther() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.StreamOtherError other = 7;
getOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.StreamOtherError other = 7;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.google.protobuf.Any other = 4;
getOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.google.protobuf.Any other = 4;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.google.protobuf.Any other = 5;
getOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.google.protobuf.Any other = 5;
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
getOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
Optional.
getOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamOtherErrorOrBuilder
Optional.
getOtherBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOtherBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
getOtherBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
getOtherBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
getOtherBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
getOtherMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherMatchType() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherMatchTypeBytes() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherMatchTypeBytes() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherMatchTypeBytes() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOtherOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.StreamOtherError other = 7;
getOtherOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.StreamOtherError other = 7;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.google.protobuf.Any other = 4;
getOtherOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.google.protobuf.Any other = 4;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.google.protobuf.Any other = 5;
getOtherOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.google.protobuf.Any other = 5;
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
getOtherOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
Optional.
getOtherOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamOtherErrorOrBuilder
Optional.
getOtherProperties() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherProperties() - Method in class p4.config.v1.P4InfoOuterClass.Table
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherProperties() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherPropertiesBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherPropertiesOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherPropertiesOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getOtherPropertiesOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
getP4DeviceConfig() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
Target-specific P4 configuration.
getP4DeviceConfig() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
Target-specific P4 configuration.
getP4DeviceConfig() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
Target-specific P4 configuration.
getP4Info() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
getP4Info() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.config.v1.P4Info p4info = 1;
getP4Info() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.config.v1.P4Info p4info = 1;
getP4InfoBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
getP4InfoOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
getP4InfoOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.config.v1.P4Info p4info = 1;
getP4InfoOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.config.v1.P4Info p4info = 1;
getP4RuntimeApiVersion() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
The full semantic version string (e.g.
getP4RuntimeApiVersion() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
The full semantic version string (e.g.
getP4RuntimeApiVersion() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesResponseOrBuilder
The full semantic version string (e.g.
getP4RuntimeApiVersionBytes() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
The full semantic version string (e.g.
getP4RuntimeApiVersionBytes() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
The full semantic version string (e.g.
getP4RuntimeApiVersionBytes() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesResponseOrBuilder
The full semantic version string (e.g.
getPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
getPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.PacketOut packet = 2;
getPacket() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.PacketOut packet = 2;
getPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
getPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.PacketIn packet = 2;
getPacket() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.PacketIn packet = 2;
getPacketBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
getPacketBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
getPacketCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 packet_count = 2;
getPacketCount() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
int64 packet_count = 2;
getPacketCount() - Method in interface p4.v1.P4RuntimeOuterClass.CounterDataOrBuilder
int64 packet_count = 2;
getPacketLengthBytes() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
int32 packet_length_bytes = 4;
getPacketLengthBytes() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
int32 packet_length_bytes = 4;
getPacketLengthBytes() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
int32 packet_length_bytes = 4;
getPacketOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
getPacketOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.PacketOut packet = 2;
getPacketOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.PacketOut packet = 2;
getPacketOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
getPacketOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.PacketIn packet = 2;
getPacketOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.PacketIn packet = 2;
getPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
getPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
Optional.
getPacketOut() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutErrorOrBuilder
Optional.
getPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
getPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.PacketOutError packet_out = 5;
getPacketOut() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.PacketOutError packet_out = 5;
getPacketOutBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
getPacketOutBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
getPacketOutOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
getPacketOutOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
Optional.
getPacketOutOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutErrorOrBuilder
Optional.
getPacketOutOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
getPacketOutOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.PacketOutError packet_out = 5;
getPacketOutOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.PacketOutError packet_out = 5;
getPacketReplicationEngineEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getPacketReplicationEngineEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
getParamId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
uint32 param_id = 2;
getParamId() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
uint32 param_id = 2;
getParamId() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCall.ArgumentOrBuilder
uint32 param_id = 2;
getParamId() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
uint32 param_id = 2;
getParamId() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
uint32 param_id = 2;
getParamId() - Method in interface p4.v1.P4RuntimeOuterClass.Action.ParamOrBuilder
uint32 param_id = 2;
getParams(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParams(int) - Method in class p4.config.v1.P4InfoOuterClass.Action
repeated .p4.config.v1.Action.Param params = 2;
getParams(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
repeated .p4.config.v1.Action.Param params = 2;
getParams(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParams(int) - Method in class p4.v1.P4RuntimeOuterClass.Action
repeated .p4.v1.Action.Param params = 4;
getParams(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
repeated .p4.v1.Action.Param params = 4;
getParamsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action
repeated .p4.config.v1.Action.Param params = 2;
getParamsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
repeated .p4.config.v1.Action.Param params = 2;
getParamsCount() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsCount() - Method in class p4.v1.P4RuntimeOuterClass.Action
repeated .p4.v1.Action.Param params = 4;
getParamsCount() - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
repeated .p4.v1.Action.Param params = 4;
getParamsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsList() - Method in class p4.config.v1.P4InfoOuterClass.Action
repeated .p4.config.v1.Action.Param params = 2;
getParamsList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
repeated .p4.config.v1.Action.Param params = 2;
getParamsList() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsList() - Method in class p4.v1.P4RuntimeOuterClass.Action
repeated .p4.v1.Action.Param params = 4;
getParamsList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.Action
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
repeated .p4.config.v1.Action.Param params = 2;
getParamsOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.Action
repeated .p4.v1.Action.Param params = 4;
getParamsOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.ActionOrBuilder
repeated .p4.v1.Action.Param params = 4;
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getParserForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getParserForType() - Method in class p4.config.v1.P4Types.Expression
 
getParserForType() - Method in class p4.config.v1.P4Types.ExpressionList
 
getParserForType() - Method in class p4.config.v1.P4Types.KeyValuePair
 
getParserForType() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
getParserForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4BoolType
 
getParserForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getParserForType() - Method in class p4.config.v1.P4Types.P4ErrorType
 
getParserForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getParserForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4NamedType
 
getParserForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getParserForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getParserForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getParserForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getParserForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getParserForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getParserForType() - Method in class p4.config.v1.P4Types.SourceLocation
 
getParserForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4Data
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4Header
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
getParserForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getParserForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
bytes payload = 1;
getPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
bytes payload = 1;
getPayload() - Method in interface p4.v1.P4RuntimeOuterClass.PacketInOrBuilder
bytes payload = 1;
getPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
bytes payload = 1;
getPayload() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
bytes payload = 1;
getPayload() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutOrBuilder
bytes payload = 1;
getPburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak burst size
getPburst() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
Peak burst size
getPburst() - Method in interface p4.v1.P4RuntimeOuterClass.MeterConfigOrBuilder
Peak burst size
getPir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak information rate (units per sec)
getPir() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
Peak information rate (units per sec)
getPir() - Method in interface p4.v1.P4RuntimeOuterClass.MeterConfigOrBuilder
Peak information rate (units per sec)
getPkgInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfo() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfoBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.PkgInfo pkg_info = 1;
getPkgInfoOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.PkgInfo pkg_info = 1;
getPlatformProperties() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
getPlatformProperties() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
If set, specifies the properties that the underlying platform should have.
getPlatformProperties() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
If set, specifies the properties that the underlying platform should have.
getPlatformPropertiesBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
getPlatformPropertiesOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
getPlatformPropertiesOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
If set, specifies the properties that the underlying platform should have.
getPlatformPropertiesOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
If set, specifies the properties that the underlying platform should have.
getPort() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
bytes port = 1;
getPort() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
bytes port = 1;
getPort() - Method in interface p4.v1.P4RuntimeOuterClass.BackupReplicaOrBuilder
bytes port = 1;
getPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Added in v1.4.0
getPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica
Added in v1.4.0
getPort() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
Added in v1.4.0
getPortKindCase() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
getPortKindCase() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
getPortKindCase() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
 
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Action
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Table
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
.p4.config.v1.Preamble preamble = 1;
getPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
.p4.config.v1.Preamble preamble = 1;
getPreambleOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
.p4.config.v1.Preamble preamble = 1;
getPrefixLen() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
in bits
getPrefixLen() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
in bits
getPrefixLen() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.LPMOrBuilder
in bits
getPriority() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Should only be set if the match implies a TCAM lookup, i.e.
getPriority() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Should only be set if the match implies a TCAM lookup, i.e.
getPriority() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Should only be set if the match implies a TCAM lookup, i.e.
getRange() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
getRange() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Range range = 6;
getRange() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Range range = 6;
getRangeBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
getRangeOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
getRangeOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Range range = 6;
getRangeOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Range range = 6;
getReadMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getRed() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
getRed() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData red = 3;
getRed() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData red = 3;
getRedBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
getRedOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
getRedOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData red = 3;
getRedOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData red = 3;
getRegisterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.RegisterEntry register_entry = 11;
getRegisterEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.RegisterEntry register_entry = 11;
getRegisterId() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
uint32 register_id = 1;
getRegisterId() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
uint32 register_id = 1;
getRegisterId() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
uint32 register_id = 1;
getRegisters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegisters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Register registers = 11;
getRegisters(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Register registers = 11;
getRegistersBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Register registers = 11;
getRegistersCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Register registers = 11;
getRegistersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Register registers = 11;
getRegistersList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Register registers = 11;
getRegistersOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Register registers = 11;
getReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
repeated .p4.v1.Replica replicas = 2;
getReplicas(int) - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
repeated .p4.v1.Replica replicas = 2;
getReplicas(int) - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasCount() - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasList() - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
repeated .p4.v1.Replica replicas = 2;
getReplicasOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.MulticastGroupEntryOrBuilder
repeated .p4.v1.Replica replicas = 2;
getRepresentationCase() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
getRepresentationCase() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getRepresentationCase() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
 
getResponseType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getResponseType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getResponseType() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequestOrBuilder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getResponseTypeValue() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getResponseTypeValue() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getResponseTypeValue() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequestOrBuilder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
getRole() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The role for which the primary client is being arbitrated.
getRole() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The role for which the primary client is being arbitrated.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
When specified, only return table entries for the given role.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
When specified, only return table entries for the given role.
getRole() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
When specified, only return table entries for the given role.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Added in 1.4.0.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
Added in 1.4.0.
getRole() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
Added in 1.4.0.
getRole() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Added in v1.4.0
getRole() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
Added in v1.4.0
getRole() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
Added in v1.4.0
getRoleBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
When specified, only return table entries for the given role.
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
When specified, only return table entries for the given role.
getRoleBytes() - Method in interface p4.v1.P4RuntimeOuterClass.ReadRequestOrBuilder
When specified, only return table entries for the given role.
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Added in 1.4.0.
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
Added in 1.4.0.
getRoleBytes() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
Added in 1.4.0.
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Added in v1.4.0
getRoleBytes() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
Added in v1.4.0
getRoleBytes() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
Added in v1.4.0
getRoleId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Deprecated.
p4.v1.SetForwardingPipelineConfigRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=786
getRoleId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
Deprecated.
p4.v1.SetForwardingPipelineConfigRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=786
getRoleId() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
Deprecated.
p4.v1.SetForwardingPipelineConfigRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=786
getRoleId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Deprecated.
p4.v1.WriteRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=63
getRoleId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
Deprecated.
p4.v1.WriteRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=63
getRoleId() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
Deprecated.
p4.v1.WriteRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=63
getRoleOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
getRoleOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The role for which the primary client is being arbitrated.
getRoleOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The role for which the primary client is being arbitrated.
getScope() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
.p4.config.v1.ActionRef.Scope scope = 3;
getScope() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
.p4.config.v1.ActionRef.Scope scope = 3;
getScope() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
.p4.config.v1.ActionRef.Scope scope = 3;
getScopeValue() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
.p4.config.v1.ActionRef.Scope scope = 3;
getScopeValue() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
.p4.config.v1.ActionRef.Scope scope = 3;
getScopeValue() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
.p4.config.v1.ActionRef.Scope scope = 3;
getSdnBitwidth() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
int32 sdn_bitwidth = 2;
getSdnBitwidth() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
int32 sdn_bitwidth = 2;
getSdnBitwidth() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
int32 sdn_bitwidth = 2;
getSdnString() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnString() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnString() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnStringBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnStringOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnStringOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnStringOrBuilder() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
getSdnTypeCase() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
getSdnTypeCase() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getSdnTypeCase() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
 
getSelectorSizeSemanticsCase() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
getSelectorSizeSemanticsCase() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getSelectorSizeSemanticsCase() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
 
getSerializableEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnum() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnumBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnumOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnumOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnumOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType serializable_enum = 11;
getSerializableEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getSerializableEnums() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getSerializableEnums() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getSerializableEnumsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getSerializableEnumsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getSerializableEnumsCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrDefault(String, P4Types.P4SerializableEnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrDefault(String, P4Types.P4SerializableEnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrDefault(String, P4Types.P4SerializableEnumTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializableEnumsOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
getSerializedSize() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
getSerializedSize() - Method in class p4.config.v1.P4Types.Expression
 
getSerializedSize() - Method in class p4.config.v1.P4Types.ExpressionList
 
getSerializedSize() - Method in class p4.config.v1.P4Types.KeyValuePair
 
getSerializedSize() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4BoolType
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4ErrorType
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4NamedType
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getSerializedSize() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
getSerializedSize() - Method in class p4.config.v1.P4Types.SourceLocation
 
getSerializedSize() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4Data
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4Header
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
getSerializedSize() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
getSerializedSize() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
getServiceDescriptor() - Static method in class p4.v1.P4RuntimeGrpc
 
getSessionId() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 session_id = 1;
getSessionId() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
uint32 session_id = 1;
getSessionId() - Method in interface p4.v1.P4RuntimeOuterClass.CloneSessionEntryOrBuilder
uint32 session_id = 1;
getSetForwardingPipelineConfigMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
max number of member entries across all groups if the action profile does not have a selector.
getSize() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
max number of member entries across all groups if the action profile does not have a selector.
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
max number of member entries across all groups if the action profile does not have a selector.
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
number of entries in the counter array
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Counter
number of entries in the counter array
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
number of entries in the counter array
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
number of entries in the meter array
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Meter
number of entries in the meter array
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
number of entries in the meter array
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
int32 size = 3;
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Register
int32 size = 3;
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
int32 size = 3;
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
max number of entries in table
getSize() - Method in class p4.config.v1.P4InfoOuterClass.Table
max number of entries in table
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
max number of entries in table
getSize() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
number of entries in the value_set, as per the P4 constructor call.
getSize() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
number of entries in the value_set, as per the P4 constructor call.
getSize() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
number of entries in the value_set, as per the P4 constructor call.
getSize() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
int32 size = 2;
getSize() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
int32 size = 2;
getSize() - Method in interface p4.config.v1.P4Types.P4HeaderStackTypeSpecOrBuilder
int32 size = 2;
getSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
int32 size = 2;
getSize() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
int32 size = 2;
getSize() - Method in interface p4.config.v1.P4Types.P4HeaderUnionStackTypeSpecOrBuilder
int32 size = 2;
getSizeSemantics() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines the resources used by the group.
getSizeSemantics() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Determines the resources used by the group.
getSizeSemantics() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Determines the resources used by the group.
getSizeSemanticsValue() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines the resources used by the group.
getSizeSemanticsValue() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Determines the resources used by the group.
getSizeSemanticsValue() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Determines the resources used by the group.
getSourceLocation() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
getSourceLocation() - Method in class p4.config.v1.P4Types.StructuredAnnotation
Optional.
getSourceLocation() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
Optional.
getSourceLocationBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
getSourceLocationOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
getSourceLocationOrBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation
Optional.
getSourceLocationOrBuilder() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
Optional.
getSpace() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Target and architecture specific space to which this error belongs.
getSpace() - Method in class p4.v1.P4RuntimeOuterClass.Error
Target and architecture specific space to which this error belongs.
getSpace() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Target and architecture specific space to which this error belongs.
getSpace() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
getSpace() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
Optional.
getSpace() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
Optional.
getSpaceBytes() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Target and architecture specific space to which this error belongs.
getSpaceBytes() - Method in class p4.v1.P4RuntimeOuterClass.Error
Target and architecture specific space to which this error belongs.
getSpaceBytes() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Target and architecture specific space to which this error belongs.
getSpaceBytes() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
getSpaceBytes() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
Optional.
getSpaceBytes() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
Optional.
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.MeterSpec spec = 2;
getSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpec() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.MeterSpec spec = 2;
getSpec() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
getSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.MeterSpec spec = 2;
getSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
getStatus() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatus() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatus() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatusBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatusOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatusOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStatusOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
getStreamChannelMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getStringValue() - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
getStringValue() - Method in class p4.config.v1.P4Types.Expression
string string_value = 1;
getStringValue() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
string string_value = 1;
getStringValueBytes() - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
getStringValueBytes() - Method in class p4.config.v1.P4Types.Expression
string string_value = 1;
getStringValueBytes() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
string string_value = 1;
getStruct() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
getStruct() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType struct = 4;
getStruct() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType struct = 4;
getStruct() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
getStruct() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike struct = 5;
getStruct() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike struct = 5;
getStructBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
getStructBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
getStructOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
getStructOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType struct = 4;
getStructOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType struct = 4;
getStructOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
getStructOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike struct = 5;
getStructOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike struct = 5;
getStructs() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
Deprecated.
getStructs() - Method in class p4.config.v1.P4Types.P4TypeInfo
Deprecated.
getStructs() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
Deprecated.
getStructsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
getStructsCount() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
getStructsCount() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsMap() - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsMap() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrDefault(String, P4Types.P4StructTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrDefault(String, P4Types.P4StructTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrDefault(String, P4Types.P4StructTypeSpec) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrThrow(String) - Method in class p4.config.v1.P4Types.P4TypeInfo
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructsOrThrow(String) - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotations(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsCount() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilder(int) - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionRefOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
Miscellaneous metadata, structured; a way to extend PkgInfo
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4EnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getStructuredAnnotationsOrBuilderList() - Method in interface p4.config.v1.P4Types.P4StructTypeSpecOrBuilder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
getSumOfMembers() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
getSumOfMembers() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's members.
getSumOfMembers() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's members.
getSumOfMembersBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
getSumOfMembersOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
getSumOfMembersOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's members.
getSumOfMembersOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's members.
getSumOfWeights() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
getSumOfWeights() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's weights.
getSumOfWeights() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's weights.
getSumOfWeightsBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
getSumOfWeightsOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
getSumOfWeightsOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's weights.
getSumOfWeightsOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's weights.
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
The associated table entry.
getTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
The associated table entry.
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
The associated table entry.
getTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
The associated table entry.
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
getTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.TableEntry table_entry = 2;
getTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.TableEntry table_entry = 2;
getTableEntry(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntry(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntry(int) - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
getTableEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
getTableEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
getTableEntryBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryCount() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryCount() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryCount() - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryList() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryList() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryList() - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
The associated table entry.
getTableEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
The associated table entry.
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
The associated table entry.
getTableEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
The associated table entry.
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
getTableEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.TableEntry table_entry = 2;
getTableEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.TableEntry table_entry = 2;
getTableEntryOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableEntryOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
getTableId() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
uint32 table_id = 1;
getTableId() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
uint32 table_id = 1;
getTableId() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
uint32 table_id = 1;
getTableIds(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
getTableIds(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
the ids of the tables sharing this action profile
getTableIds(int) - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
the ids of the tables sharing this action profile
getTableIdsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
getTableIdsCount() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
the ids of the tables sharing this action profile
getTableIdsCount() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
the ids of the tables sharing this action profile
getTableIdsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
getTableIdsList() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
the ids of the tables sharing this action profile
getTableIdsList() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
the ids of the tables sharing this action profile
getTables(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTables(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Table tables = 2;
getTables(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Table tables = 2;
getTablesBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Table tables = 2;
getTablesCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Table tables = 2;
getTablesList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Table tables = 2;
getTablesList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.Table tables = 2;
getTablesOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.Table tables = 2;
getTernary() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernary() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernary() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernaryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernaryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernaryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Ternary ternary = 3;
getTernaryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Ternary ternary = 3;
getTimeSinceLastHit() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
getTimeSinceLastHit() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Table write: this field should be left unset.
getTimeSinceLastHit() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Table write: this field should be left unset.
getTimeSinceLastHitBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
getTimeSinceLastHitOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
getTimeSinceLastHitOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Table write: this field should be left unset.
getTimeSinceLastHitOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Table write: this field should be left unset.
getTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTimestamp() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListOrBuilder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTimestamp() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTimestamp() - Method in interface p4.v1.P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
getTranslatedType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
getTranslatedType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if @p4runtime_translation annotation present
getTranslatedType() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if @p4runtime_translation annotation present
getTranslatedTypeBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
getTranslatedTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
getTranslatedTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if @p4runtime_translation annotation present
getTranslatedTypeOrBuilder() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if @p4runtime_translation annotation present
getTuple() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTuple() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTuple() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTuple() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
getTuple() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike tuple = 4;
getTuple() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike tuple = 4;
getTupleBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTupleBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
getTupleOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTupleOrBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTupleOrBuilder() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
getTupleOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
getTupleOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike tuple = 4;
getTupleOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike tuple = 4;
getType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
Added in 1.4.0.
getType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
Added in 1.4.0.
getType() - Method in interface p4.config.v1.P4InfoOuterClass.MeterSpecOrBuilder
Added in 1.4.0.
getType() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Update.Type type = 1;
getType() - Method in class p4.v1.P4RuntimeOuterClass.Update
.p4.v1.Update.Type type = 1;
getType() - Method in interface p4.v1.P4RuntimeOuterClass.UpdateOrBuilder
.p4.v1.Update.Type type = 1;
getTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
getTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
getTypeCase() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
 
getTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
getTypeCase() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
getTypeCase() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
 
getTypeInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfo() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfoBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfoOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeInfoOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.P4TypeInfo type_info = 200;
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
unset if not user-defined type.
getTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
unset if not user-defined type.
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
unset if not user-defined type
getTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
unset if not user-defined type
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
getTypeName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
unset if not user-defined type
getTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
unset if not user-defined type
getTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
getTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
getTypeNameBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
unset if not user-defined type.
getTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
unset if not user-defined type.
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
unset if not user-defined type
getTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
unset if not user-defined type
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
getTypeNameOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
unset if not user-defined type
getTypeNameOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
unset if not user-defined type
getTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpec() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpec.MemberOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpec() - Method in interface p4.config.v1.P4Types.P4StructTypeSpec.MemberOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpecBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecCase() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
getTypeSpecCase() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
getTypeSpecCase() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
 
getTypeSpecCase() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
getTypeSpecCase() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
getTypeSpecCase() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
 
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpec.MemberOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeSpecOrBuilder() - Method in interface p4.config.v1.P4Types.P4StructTypeSpec.MemberOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
getTypeValue() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
Added in 1.4.0.
getTypeValue() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
Added in 1.4.0.
getTypeValue() - Method in interface p4.config.v1.P4InfoOuterClass.MeterSpecOrBuilder
Added in 1.4.0.
getTypeValue() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Update.Type type = 1;
getTypeValue() - Method in class p4.v1.P4RuntimeOuterClass.Update
.p4.v1.Update.Type type = 1;
getTypeValue() - Method in interface p4.v1.P4RuntimeOuterClass.UpdateOrBuilder
.p4.v1.Update.Type type = 1;
getUnderlyingType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingType() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingTypeBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingTypeOrBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnderlyingTypeOrBuilder() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
getUnit() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnit() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnit() - Method in interface p4.config.v1.P4InfoOuterClass.CounterSpecOrBuilder
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnit() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
.p4.config.v1.MeterSpec.Unit unit = 1;
getUnit() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
.p4.config.v1.MeterSpec.Unit unit = 1;
getUnit() - Method in interface p4.config.v1.P4InfoOuterClass.MeterSpecOrBuilder
.p4.config.v1.MeterSpec.Unit unit = 1;
getUnitValue() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnitValue() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnitValue() - Method in interface p4.config.v1.P4InfoOuterClass.CounterSpecOrBuilder
.p4.config.v1.CounterSpec.Unit unit = 1;
getUnitValue() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
.p4.config.v1.MeterSpec.Unit unit = 1;
getUnitValue() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
.p4.config.v1.MeterSpec.Unit unit = 1;
getUnitValue() - Method in interface p4.config.v1.P4InfoOuterClass.MeterSpecOrBuilder
.p4.config.v1.MeterSpec.Unit unit = 1;
getUpdateCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
getUpdateCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
getUpdateCase() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
 
getUpdateCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
getUpdateCase() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
getUpdateCase() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
 
getUpdates(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdates(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
The write batch, comprising a list of Update operations.
getUpdates(int) - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
The write batch, comprising a list of Update operations.
getUpdatesBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesCount() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesCount() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
The write batch, comprising a list of Update operations.
getUpdatesCount() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
The write batch, comprising a list of Update operations.
getUpdatesList() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesList() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
The write batch, comprising a list of Update operations.
getUpdatesList() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
The write batch, comprising a list of Update operations.
getUpdatesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesOrBuilder(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
The write batch, comprising a list of Update operations.
getUpdatesOrBuilder(int) - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
The write batch, comprising a list of Update operations.
getUpdatesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
getUpdatesOrBuilderList() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
The write batch, comprising a list of Update operations.
getUpdatesOrBuilderList() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
The write batch, comprising a list of Update operations.
getUri() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUri() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUri() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUriBytes() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUriBytes() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUriBytes() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
getUrl() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
url for more information, e.g.
getUrl() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
url for more information, e.g.
getUrl() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
url for more information, e.g.
getUrlBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
url for more information, e.g.
getUrlBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
url for more information, e.g.
getUrlBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
url for more information, e.g.
getValidHeader() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
getValidHeader() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
.p4.v1.P4Header valid_header = 2;
getValidHeader() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionOrBuilder
.p4.v1.P4Header valid_header = 2;
getValidHeaderBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
getValidHeaderName() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderName() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderName() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionOrBuilder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderNameBytes() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderNameBytes() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderNameBytes() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionOrBuilder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
getValidHeaderOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
getValidHeaderOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
.p4.v1.P4Header valid_header = 2;
getValidHeaderOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionOrBuilder
.p4.v1.P4Header valid_header = 2;
getValue() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
bytes value = 3;
getValue() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
bytes value = 3;
getValue() - Method in interface p4.config.v1.P4InfoOuterClass.TableActionCall.ArgumentOrBuilder
bytes value = 3;
getValue() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
getValue() - Method in class p4.config.v1.P4Types.KeyValuePair
.p4.config.v1.Expression value = 2;
getValue() - Method in interface p4.config.v1.P4Types.KeyValuePairOrBuilder
.p4.config.v1.Expression value = 2;
getValue() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
bytes value = 2;
getValue() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
bytes value = 2;
getValue() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder
bytes value = 2;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
bytes value = 3;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
bytes value = 3;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.Action.ParamOrBuilder
bytes value = 3;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
bytes value = 1;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.ExactOrBuilder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
bytes value = 1;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.LPMOrBuilder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
bytes value = 1;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.OptionalOrBuilder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
bytes value = 1;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatch.TernaryOrBuilder
bytes value = 1;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
bytes value = 2;
getValue() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
bytes value = 2;
getValue() - Method in interface p4.v1.P4RuntimeOuterClass.PacketMetadataOrBuilder
bytes value = 2;
getValueBuilder() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
getValueCase() - Method in class p4.config.v1.P4Types.Expression.Builder
 
getValueCase() - Method in class p4.config.v1.P4Types.Expression
 
getValueCase() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
getValueDescriptor() - Method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
getValueDescriptor() - Method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
getValueOrBuilder() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
getValueOrBuilder() - Method in class p4.config.v1.P4Types.KeyValuePair
.p4.config.v1.Expression value = 2;
getValueOrBuilder() - Method in interface p4.config.v1.P4Types.KeyValuePairOrBuilder
.p4.config.v1.Expression value = 2;
getValueSetEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntryBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntryOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetEntryOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ValueSetEntry value_set_entry = 10;
getValueSetId() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
uint32 value_set_id = 1;
getValueSetId() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
uint32 value_set_id = 1;
getValueSetId() - Method in interface p4.v1.P4RuntimeOuterClass.ValueSetEntryOrBuilder
uint32 value_set_id = 1;
getValueSets(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSets(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSets(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsCount() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsCount() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilder(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilder(int) - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilderList() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
repeated .p4.config.v1.ValueSet value_sets = 10;
getValueSetsOrBuilderList() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
repeated .p4.config.v1.ValueSet value_sets = 10;
getVarbit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
getVarbit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
varbit<W>
getVarbit() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
varbit<W>
getVarbit() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
getVarbit() - Method in class p4.v1.P4DataOuterClass.P4Data
for varbit<W>
getVarbit() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
for varbit<W>
getVarbitBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
getVarbitBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
getVarbitOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
getVarbitOrBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
varbit<W>
getVarbitOrBuilder() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
varbit<W>
getVarbitOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
getVarbitOrBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
for varbit<W>
getVarbitOrBuilder() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
for varbit<W>
getVersion() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
configuration version, free-format string
getVersion() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
configuration version, free-format string
getVersion() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
configuration version, free-format string
getVersionBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
configuration version, free-format string
getVersionBytes() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
configuration version, free-format string
getVersionBytes() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
configuration version, free-format string
getWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
getWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
getWatch() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
getWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
getWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
getWatch() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
getWatchKindCase() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
getWatchKindCase() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
getWatchKindCase() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
 
getWatchKindCase() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
getWatchKindCase() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
getWatchKindCase() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
 
getWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
bytes watch_port = 4;
getWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
bytes watch_port = 4;
getWatchPort() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
bytes watch_port = 4;
getWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
bytes watch_port = 4;
getWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
bytes watch_port = 4;
getWatchPort() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
bytes watch_port = 4;
getWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
int32 weight = 2;
getWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
int32 weight = 2;
getWeight() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
int32 weight = 2;
getWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
int32 weight = 2;
getWeight() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
int32 weight = 2;
getWeight() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
int32 weight = 2;
getWeightsDisallowed() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
Dictates whether the controller can specify weights for groups programmed in this ActionProfile.
getWeightsDisallowed() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
Dictates whether the controller can specify weights for groups programmed in this ActionProfile.
getWeightsDisallowed() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
Dictates whether the controller can specify weights for groups programmed in this ActionProfile.
getWithSelector() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
true iff the action profile used dynamic selection
getWithSelector() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
true iff the action profile used dynamic selection
getWithSelector() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
true iff the action profile used dynamic selection
getWriteMethod() - Static method in class p4.v1.P4RuntimeGrpc
 
getYellow() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
getYellow() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData yellow = 2;
getYellow() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData yellow = 2;
getYellowBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
getYellowOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
getYellowOrBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData yellow = 2;
getYellowOrBuilder() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData yellow = 2;
green() - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Returns the value of the green record component.
GREEN_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
GROUP_ACTION - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Added in v1.6.0.
GROUP_ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
GROUP_ACTION_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Added in v1.6.0.
GROUP_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
groupId() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns the value of the groupId record component.
groupId(long) - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
Restricts the read to the group with the given id.
groupId(long) - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
Restricts the read to the multicast group with the given id.

H

HAS_INITIAL_ENTRIES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
.p4.v1.Action action = 1;
hasAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
.p4.v1.Action action = 1;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
.p4.v1.Action action = 3;
hasAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileMemberOrBuilder
.p4.v1.Action action = 3;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.Action action = 1;
hasAction() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.Action action = 1;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
hasAction() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.TableAction action = 3;
hasAction() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.TableAction action = 3;
hasActionProfileActionSet() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
hasActionProfileActionSet() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
hasActionProfileActionSet() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
hasActionProfileGroup() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
hasActionProfileGroup() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileGroup action_profile_group = 4;
hasActionProfileGroup() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileGroup action_profile_group = 4;
hasActionProfileGroupId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_group_id = 3;
hasActionProfileGroupId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
uint32 action_profile_group_id = 3;
hasActionProfileGroupId() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
uint32 action_profile_group_id = 3;
hasActionProfileMember() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
hasActionProfileMember() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ActionProfileMember action_profile_member = 3;
hasActionProfileMember() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ActionProfileMember action_profile_member = 3;
hasActionProfileMemberId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_member_id = 2;
hasActionProfileMemberId() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
uint32 action_profile_member_id = 2;
hasActionProfileMemberId() - Method in interface p4.v1.P4RuntimeOuterClass.TableActionOrBuilder
uint32 action_profile_member_id = 2;
hasArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasArbitration() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasArbitration() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasArbitration() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
hasBit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
hasBit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
bit<W>
hasBit() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
bit<W>
hasBitstring() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
hasBitstring() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
hasBitstring() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
hasBitstring() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for bit<W>, int<W>
hasBitstring() - Method in class p4.v1.P4DataOuterClass.P4Data
for bit<W>, int<W>
hasBitstring() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
for bit<W>, int<W>
hasBool() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
hasBool() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4BoolType bool = 2;
hasBool() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4BoolType bool = 2;
hasBool() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
bool bool = 3;
hasBool() - Method in class p4.v1.P4DataOuterClass.P4Data
bool bool = 3;
hasBool() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
bool bool = 3;
hasBoolValue() - Method in class p4.config.v1.P4Types.Expression.Builder
bool bool_value = 3;
hasBoolValue() - Method in class p4.config.v1.P4Types.Expression
bool bool_value = 3;
hasBoolValue() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
bool bool_value = 3;
hasCloneSessionEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
hasCloneSessionEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.CloneSessionEntry clone_session_entry = 2;
hasCloneSessionEntry() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
.p4.v1.DigestEntry.Config config = 2;
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.DigestEntryOrBuilder
.p4.v1.DigestEntry.Config config = 2;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
.p4.v1.MeterConfig config = 2;
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
.p4.v1.MeterConfig config = 2;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
.p4.v1.ForwardingPipelineConfig config = 1;
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponseOrBuilder
.p4.v1.ForwardingPipelineConfig config = 1;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.MeterConfig config = 3;
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.MeterConfig config = 3;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.Role
Describes the role configuration, i.e.
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.RoleOrBuilder
Describes the role configuration, i.e.
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
hasConfig() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.ForwardingPipelineConfig config = 5;
hasConfig() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.ForwardingPipelineConfig config = 5;
hasCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
hasCookie() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
hasCookie() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
Added in v1.4.0
hasCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
Added in v1.4.0
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
Added in v1.4.0
hasCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
Added in v1.4.0
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
hasCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
.p4.v1.CounterData counter_data = 7;
hasCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
.p4.v1.CounterData counter_data = 7;
hasCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
hasCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.CounterEntry counter_entry = 7;
hasCounterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.CounterEntry counter_entry = 7;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.CounterData data = 3;
hasData() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.CounterData data = 3;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
.p4.v1.CounterData data = 2;
hasData() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
.p4.v1.CounterData data = 2;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
hasData() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.P4Data data = 3;
hasData() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.P4Data data = 3;
hasDetails() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
hasDetails() - Method in class p4.v1.P4RuntimeOuterClass.Error
Optional: Allows reporting back additional target-specific details on the error.
hasDetails() - Method in interface p4.v1.P4RuntimeOuterClass.ErrorOrBuilder
Optional: Allows reporting back additional target-specific details on the error.
hasDigest() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
hasDigest() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.DigestList digest = 3;
hasDigest() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.DigestList digest = 3;
hasDigestAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
hasDigestAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.DigestListAck digest_ack = 3;
hasDigestAck() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.DigestListAck digest_ack = 3;
hasDigestEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
hasDigestEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DigestEntry digest_entry = 12;
hasDigestEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DigestEntry digest_entry = 12;
hasDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
hasDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
Optional.
hasDigestListAck() - Method in interface p4.v1.P4RuntimeOuterClass.DigestListAckErrorOrBuilder
Optional.
hasDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
hasDigestListAck() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.DigestListAckError digest_list_ack = 6;
hasDigestListAck() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.DigestListAckError digest_list_ack = 6;
hasDirectCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
hasDirectCounterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
hasDirectCounterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
hasDirectMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
hasDirectMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
hasDirectMeterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
Documentation of the Param.
hasDoc() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
Documentation of the Param.
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
Documentation of the match field
hasDoc() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
Documentation of the match field
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
brief and detailed descriptions
hasDoc() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
brief and detailed descriptions
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
hasDoc() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
Documentation of the entity
hasDoc() - Method in interface p4.config.v1.P4InfoOuterClass.PreambleOrBuilder
Documentation of the entity
hasEgressPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
hasEgressPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
hasEgressPort() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The stream RPC with the highest election_id is the primary.
hasElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The stream RPC with the highest election_id is the primary.
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
.p4.v1.Uint128 election_id = 3;
hasElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
hasElectionId() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
.p4.v1.Uint128 election_id = 3;
hasElectionId() - Method in interface p4.v1.P4RuntimeOuterClass.WriteRequestOrBuilder
.p4.v1.Uint128 election_id = 3;
hasEntity() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
hasEntity() - Method in class p4.v1.P4RuntimeOuterClass.Update
.p4.v1.Entity entity = 2;
hasEntity() - Method in interface p4.v1.P4RuntimeOuterClass.UpdateOrBuilder
.p4.v1.Entity entity = 2;
hasEntry() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
hasEntry() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
.google.protobuf.Any entry = 3;
hasEntry() - Method in interface p4.v1.P4RuntimeOuterClass.ExternEntryOrBuilder
.google.protobuf.Any entry = 3;
hasEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
hasEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType enum = 9;
hasEnum() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType enum = 9;
hasEnum() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
hasEnum() - Method in class p4.v1.P4DataOuterClass.P4Data
safe (non-serializable) enums only
hasEnum() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
safe (non-serializable) enums only
hasEnumValue() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
serializable enums only
hasEnumValue() - Method in class p4.v1.P4DataOuterClass.P4Data
serializable enums only
hasEnumValue() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
serializable enums only
hasError() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
hasError() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4ErrorType error = 10;
hasError() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4ErrorType error = 10;
hasError() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
hasError() - Method in class p4.config.v1.P4Types.P4TypeInfo
.p4.config.v1.P4ErrorTypeSpec error = 5;
hasError() - Method in interface p4.config.v1.P4Types.P4TypeInfoOrBuilder
.p4.config.v1.P4ErrorTypeSpec error = 5;
hasError() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
hasError() - Method in class p4.v1.P4DataOuterClass.P4Data
string error = 11;
hasError() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
string error = 11;
hasError() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
hasError() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
hasError() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
hasExact() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
hasExact() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Exact exact = 2;
hasExact() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Exact exact = 2;
hasExperimental() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
hasExperimental() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
Used for experimental features before proposing them for standardization.
hasExperimental() - Method in interface p4.v1.P4RuntimeOuterClass.CapabilitiesResponseOrBuilder
Used for experimental features before proposing them for standardization.
hasExpressionList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
hasExpressionList() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.ExpressionList expression_list = 2;
hasExpressionList() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.ExpressionList expression_list = 2;
hasExternEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
hasExternEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ExternEntry extern_entry = 1;
hasExternEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ExternEntry extern_entry = 1;
hasGreen() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
hasGreen() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData green = 1;
hasGreen() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData green = 1;
hasGroupAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
hasGroupAction() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
Added in v1.6.0.
hasGroupAction() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionSetOrBuilder
Added in v1.6.0.
HASH - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Uses the hash mode specified by the action selector or a target-defined hash mode if there is none.
HASH_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Uses the hash mode specified by the action selector or a target-defined hash mode if there is none.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.BackupReplica
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.CounterData
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.Replica
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Acquired
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.match.Match.Exact
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.match.Match.Lpm
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.match.Match.Optional
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.match.Match.Range
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.match.Match.Ternary
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.Pipeline
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Returns a hash code value for this object.
hashCode() - Method in class io.github.zhh2001.jp4.types.Bytes
 
hashCode() - Method in record class io.github.zhh2001.jp4.types.ElectionId
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.types.Ip4
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.types.Ip6
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.types.Mac
Returns a hash code value for this object.
hashCode() - Method in record class io.github.zhh2001.jp4.WriteResult
Returns a hash code value for this object.
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
hashCode() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
hashCode() - Method in class p4.config.v1.P4Types.Expression
 
hashCode() - Method in class p4.config.v1.P4Types.ExpressionList
 
hashCode() - Method in class p4.config.v1.P4Types.KeyValuePair
 
hashCode() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
hashCode() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4BoolType
 
hashCode() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
hashCode() - Method in class p4.config.v1.P4Types.P4ErrorType
 
hashCode() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
hashCode() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4NamedType
 
hashCode() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
hashCode() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
hashCode() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
hashCode() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
hashCode() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
hashCode() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
hashCode() - Method in class p4.config.v1.P4Types.SourceLocation
 
hashCode() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4Data
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4Header
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
hashCode() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
hashCode() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
hasHeader() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
hasHeader() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header = 5;
hasHeader() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 5;
hasHeader() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
hasHeader() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
.p4.config.v1.P4NamedType header = 1;
hasHeader() - Method in interface p4.config.v1.P4Types.P4HeaderStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header = 1;
hasHeader() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
hasHeader() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
.p4.config.v1.P4NamedType header = 2;
hasHeader() - Method in interface p4.config.v1.P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder
.p4.config.v1.P4NamedType header = 2;
hasHeader() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
hasHeader() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4Header header = 6;
hasHeader() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4Header header = 6;
hasHeaderStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
hasHeaderStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
hasHeaderStack() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
hasHeaderStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
hasHeaderStack() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderStack header_stack = 8;
hasHeaderStack() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderStack header_stack = 8;
hasHeaderUnion() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
hasHeaderUnion() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType header_union = 6;
hasHeaderUnion() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 6;
hasHeaderUnion() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
hasHeaderUnion() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
.p4.config.v1.P4NamedType header_union = 1;
hasHeaderUnion() - Method in interface p4.config.v1.P4Types.P4HeaderUnionStackTypeSpecOrBuilder
.p4.config.v1.P4NamedType header_union = 1;
hasHeaderUnion() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
hasHeaderUnion() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnion header_union = 7;
hasHeaderUnion() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnion header_union = 7;
hasHeaderUnionStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
hasHeaderUnionStack() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
hasHeaderUnionStack() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
hasHeaderUnionStack() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
hasHeaderUnionStack() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
hasHeaderUnionStack() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
hasIdleTimeoutNotification() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
hasIdleTimeoutNotification() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
hasIdleTimeoutNotification() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
.p4.v1.Index index = 2;
hasIndex() - Method in interface p4.v1.P4RuntimeOuterClass.CounterEntryOrBuilder
.p4.v1.Index index = 2;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
.p4.v1.Index index = 2;
hasIndex() - Method in interface p4.v1.P4RuntimeOuterClass.MeterEntryOrBuilder
.p4.v1.Index index = 2;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
hasIndex() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
.p4.v1.Index index = 2;
hasIndex() - Method in interface p4.v1.P4RuntimeOuterClass.RegisterEntryOrBuilder
.p4.v1.Index index = 2;
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Counter
unset if index is not user-defined type
hasIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
unset if index is not user-defined type
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Meter
unset if index is not user-defined type
hasIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
unset if index is not user-defined type
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
hasIndexTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Register
unset if index is not user-defined type
hasIndexTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
unset if index is not user-defined type
hasInfo() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
hasInfo() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
specific to the extern type, declared in a separate vendor-specific proto file
hasInfo() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
specific to the extern type, declared in a separate vendor-specific proto file
hasInitialDefaultAction() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
hasInitialDefaultAction() - Method in class p4.config.v1.P4InfoOuterClass.Table
The initial default action of the table.
hasInitialDefaultAction() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
The initial default action of the table.
hasInt() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
hasInt() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
int<W>
hasInt() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
int<W>
hasInt64Value() - Method in class p4.config.v1.P4Types.Expression.Builder
int64 int64_value = 2;
hasInt64Value() - Method in class p4.config.v1.P4Types.Expression
int64 int64_value = 2;
hasInt64Value() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
int64 int64_value = 2;
hasKvPairList() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
hasKvPairList() - Method in class p4.config.v1.P4Types.StructuredAnnotation
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
hasKvPairList() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
hasLpm() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
hasLpm() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.LPM lpm = 4;
hasLpm() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.LPM lpm = 4;
hasMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
hasMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
.p4.config.v1.MatchField.MatchType match_type = 5;
hasMatchType() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
.p4.config.v1.MatchField.MatchType match_type = 5;
hasMeterConfig() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
hasMeterConfig() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
hasMeterConfig() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
hasMeterCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
hasMeterCounterData() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Per color counters for tables with a direct meter.
hasMeterCounterData() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Per color counters for tables with a direct meter.
hasMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
hasMeterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.MeterEntry meter_entry = 5;
hasMeterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.MeterEntry meter_entry = 5;
hasMulticastGroupEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
hasMulticastGroupEntry() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
hasMulticastGroupEntry() - Method in interface p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
hasNewType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
hasNewType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType new_type = 12;
hasNewType() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType new_type = 12;
hasOptional() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
hasOptional() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Optional optional = 7;
hasOptional() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Optional optional = 7;
hasOriginalType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
hasOriginalType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if no @p4runtime_translation annotation present
hasOriginalType() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if no @p4runtime_translation annotation present
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
hasOther() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.StreamOtherError other = 7;
hasOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.StreamOtherError other = 7;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.google.protobuf.Any other = 4;
hasOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.google.protobuf.Any other = 4;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.google.protobuf.Any other = 5;
hasOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.google.protobuf.Any other = 5;
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
hasOther() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
Optional.
hasOther() - Method in interface p4.v1.P4RuntimeOuterClass.StreamOtherErrorOrBuilder
Optional.
hasOtherMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
hasOtherMatchType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
hasOtherMatchType() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
hasOtherProperties() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
hasOtherProperties() - Method in class p4.config.v1.P4InfoOuterClass.Table
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
hasOtherProperties() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
hasP4Info() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
hasP4Info() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
.p4.config.v1.P4Info p4info = 1;
hasP4Info() - Method in interface p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder
.p4.config.v1.P4Info p4info = 1;
hasPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
hasPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
.p4.v1.PacketOut packet = 2;
hasPacket() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageRequestOrBuilder
.p4.v1.PacketOut packet = 2;
hasPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
hasPacket() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
.p4.v1.PacketIn packet = 2;
hasPacket() - Method in interface p4.v1.P4RuntimeOuterClass.StreamMessageResponseOrBuilder
.p4.v1.PacketIn packet = 2;
hasPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
hasPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
Optional.
hasPacketOut() - Method in interface p4.v1.P4RuntimeOuterClass.PacketOutErrorOrBuilder
Optional.
hasPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
hasPacketOut() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
.p4.v1.PacketOutError packet_out = 5;
hasPacketOut() - Method in interface p4.v1.P4RuntimeOuterClass.StreamErrorOrBuilder
.p4.v1.PacketOutError packet_out = 5;
hasPacketReplicationEngineEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
hasPacketReplicationEngineEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
hasPacketReplicationEngineEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
hasPkgInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
hasPkgInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.PkgInfo pkg_info = 1;
hasPkgInfo() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.PkgInfo pkg_info = 1;
hasPlatformProperties() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
hasPlatformProperties() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
If set, specifies the properties that the underlying platform should have.
hasPlatformProperties() - Method in interface p4.config.v1.P4InfoOuterClass.PkgInfoOrBuilder
If set, specifies the properties that the underlying platform should have.
hasPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Added in v1.4.0
hasPort() - Method in class p4.v1.P4RuntimeOuterClass.Replica
Added in v1.4.0
hasPort() - Method in interface p4.v1.P4RuntimeOuterClass.ReplicaOrBuilder
Added in v1.4.0
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Action
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ActionOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadataOrBuilder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ExternInstanceOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.Table
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.TableOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
.p4.config.v1.Preamble preamble = 1;
hasPreamble() - Method in interface p4.config.v1.P4InfoOuterClass.ValueSetOrBuilder
.p4.config.v1.Preamble preamble = 1;
hasRange() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
hasRange() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Range range = 6;
hasRange() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Range range = 6;
hasRed() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
hasRed() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData red = 3;
hasRed() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData red = 3;
hasRegisterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
hasRegisterEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.RegisterEntry register_entry = 11;
hasRegisterEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.RegisterEntry register_entry = 11;
hasRole() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
hasRole() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
The role for which the primary client is being arbitrated.
hasRole() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
The role for which the primary client is being arbitrated.
hasSdnBitwidth() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
int32 sdn_bitwidth = 2;
hasSdnBitwidth() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
int32 sdn_bitwidth = 2;
hasSdnBitwidth() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
int32 sdn_bitwidth = 2;
hasSdnString() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
hasSdnString() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
hasSdnString() - Method in interface p4.config.v1.P4Types.P4NewTypeTranslationOrBuilder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
hasSerializableEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
hasSerializableEnum() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType serializable_enum = 11;
hasSerializableEnum() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType serializable_enum = 11;
hasSourceLocation() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
hasSourceLocation() - Method in class p4.config.v1.P4Types.StructuredAnnotation
Optional.
hasSourceLocation() - Method in interface p4.config.v1.P4Types.StructuredAnnotationOrBuilder
Optional.
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.Counter
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in interface p4.config.v1.P4InfoOuterClass.CounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DirectCounterOrBuilder
.p4.config.v1.CounterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
.p4.config.v1.MeterSpec spec = 2;
hasSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DirectMeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
hasSpec() - Method in class p4.config.v1.P4InfoOuterClass.Meter
.p4.config.v1.MeterSpec spec = 2;
hasSpec() - Method in interface p4.config.v1.P4InfoOuterClass.MeterOrBuilder
.p4.config.v1.MeterSpec spec = 2;
hasStatus() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
hasStatus() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
hasStatus() - Method in interface p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
hasStringValue() - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
hasStringValue() - Method in class p4.config.v1.P4Types.Expression
string string_value = 1;
hasStringValue() - Method in interface p4.config.v1.P4Types.ExpressionOrBuilder
string string_value = 1;
hasStruct() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
hasStruct() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4NamedType struct = 4;
hasStruct() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4NamedType struct = 4;
hasStruct() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
hasStruct() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike struct = 5;
hasStruct() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike struct = 5;
hasSumOfMembers() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
hasSumOfMembers() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's members.
hasSumOfMembers() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's members.
hasSumOfWeights() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
hasSumOfWeights() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
group size is the sum of the group's weights.
hasSumOfWeights() - Method in interface p4.config.v1.P4InfoOuterClass.ActionProfileOrBuilder
group size is the sum of the group's weights.
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
The associated table entry.
hasTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.DirectCounterEntryOrBuilder
The associated table entry.
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
The associated table entry.
hasTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.DirectMeterEntryOrBuilder
The associated table entry.
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
hasTableEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.TableEntry table_entry = 2;
hasTableEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.TableEntry table_entry = 2;
hasTernary() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
hasTernary() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
.p4.v1.FieldMatch.Ternary ternary = 3;
hasTernary() - Method in interface p4.v1.P4RuntimeOuterClass.FieldMatchOrBuilder
.p4.v1.FieldMatch.Ternary ternary = 3;
hasTimeSinceLastHit() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
hasTimeSinceLastHit() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
Table write: this field should be left unset.
hasTimeSinceLastHit() - Method in interface p4.v1.P4RuntimeOuterClass.TableEntryOrBuilder
Table write: this field should be left unset.
hasTranslatedType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
hasTranslatedType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
if @p4runtime_translation annotation present
hasTranslatedType() - Method in interface p4.config.v1.P4Types.P4NewTypeSpecOrBuilder
if @p4runtime_translation annotation present
hasTuple() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
hasTuple() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
.p4.config.v1.P4TupleTypeSpec tuple = 3;
hasTuple() - Method in interface p4.config.v1.P4Types.P4DataTypeSpecOrBuilder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
hasTuple() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
hasTuple() - Method in class p4.v1.P4DataOuterClass.P4Data
.p4.v1.P4StructLike tuple = 4;
hasTuple() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
.p4.v1.P4StructLike tuple = 4;
hasTypeInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
hasTypeInfo() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
.p4.config.v1.P4TypeInfo type_info = 200;
hasTypeInfo() - Method in interface p4.config.v1.P4InfoOuterClass.P4InfoOrBuilder
.p4.config.v1.P4TypeInfo type_info = 200;
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
unset if not user-defined type.
hasTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.Action.ParamOrBuilder
unset if not user-defined type.
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
unset if not user-defined type
hasTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder
unset if not user-defined type
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
hasTypeName() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
unset if not user-defined type
hasTypeName() - Method in interface p4.config.v1.P4InfoOuterClass.MatchFieldOrBuilder
unset if not user-defined type
hasTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Digest
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in interface p4.config.v1.P4InfoOuterClass.DigestOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4InfoOuterClass.Register
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in interface p4.config.v1.P4InfoOuterClass.RegisterOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
hasTypeSpec() - Method in interface p4.config.v1.P4Types.P4HeaderTypeSpec.MemberOrBuilder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasTypeSpec() - Method in interface p4.config.v1.P4Types.P4StructTypeSpec.MemberOrBuilder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
hasUnderlyingType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
hasUnderlyingType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
hasUnderlyingType() - Method in interface p4.config.v1.P4Types.P4SerializableEnumTypeSpecOrBuilder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
hasValidHeader() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
hasValidHeader() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
.p4.v1.P4Header valid_header = 2;
hasValidHeader() - Method in interface p4.v1.P4DataOuterClass.P4HeaderUnionOrBuilder
.p4.v1.P4Header valid_header = 2;
hasValue() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
hasValue() - Method in class p4.config.v1.P4Types.KeyValuePair
.p4.config.v1.Expression value = 2;
hasValue() - Method in interface p4.config.v1.P4Types.KeyValuePairOrBuilder
.p4.config.v1.Expression value = 2;
hasValueSetEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
hasValueSetEntry() - Method in class p4.v1.P4RuntimeOuterClass.Entity
.p4.v1.ValueSetEntry value_set_entry = 10;
hasValueSetEntry() - Method in interface p4.v1.P4RuntimeOuterClass.EntityOrBuilder
.p4.v1.ValueSetEntry value_set_entry = 10;
hasVarbit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
hasVarbit() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
varbit<W>
hasVarbit() - Method in interface p4.config.v1.P4Types.P4BitstringLikeTypeSpecOrBuilder
varbit<W>
hasVarbit() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
hasVarbit() - Method in class p4.v1.P4DataOuterClass.P4Data
for varbit<W>
hasVarbit() - Method in interface p4.v1.P4DataOuterClass.P4DataOrBuilder
for varbit<W>
hasWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
hasWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
hasWatch() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
hasWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
hasWatch() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
hasWatch() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
hasWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
bytes watch_port = 4;
hasWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
bytes watch_port = 4;
hasWatchPort() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileActionOrBuilder
bytes watch_port = 4;
hasWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
bytes watch_port = 4;
hasWatchPort() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
bytes watch_port = 4;
hasWatchPort() - Method in interface p4.v1.P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
bytes watch_port = 4;
hasYellow() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
hasYellow() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
.p4.v1.CounterData yellow = 2;
hasYellow() - Method in interface p4.v1.P4RuntimeOuterClass.MeterCounterDataOrBuilder
.p4.v1.CounterData yellow = 2;
HEADER - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
HEADER - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
HEADER_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
HEADER_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
HEADER_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
HEADER_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
HEADER_STACK - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
HEADER_STACK - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
HEADER_STACK_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
HEADER_STACK_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
HEADER_UNION - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
HEADER_UNION - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
HEADER_UNION_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
HEADER_UNION_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
HEADER_UNION_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
HEADER_UNION_STACK - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
HEADER_UNION_STACK - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
HEADER_UNION_STACK_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
HEADER_UNION_STACK_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
HEADER_UNIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
HEADERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
high() - Method in record class io.github.zhh2001.jp4.match.Match.Range
Returns the value of the high record component.
high() - Method in record class io.github.zhh2001.jp4.types.ElectionId
Returns the value of the high record component.
HIGH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
HIGH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Uint128
 

I

id() - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
 
id() - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Returns the value of the id record component.
id() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
P4Runtime numeric id assigned by p4c.
id() - Method in class io.github.zhh2001.jp4.pipeline.CounterInfo
P4Runtime numeric id assigned by p4c.
id() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns the value of the id record component.
id() - Method in class io.github.zhh2001.jp4.pipeline.MeterInfo
P4Runtime numeric id assigned by p4c.
id() - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Returns the value of the id record component.
id() - Method in class io.github.zhh2001.jp4.pipeline.RegisterInfo
P4Runtime numeric id assigned by p4c.
id() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
P4Runtime numeric id assigned by p4c.
ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionRef
 
ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Role
 
IDLE_TIMEOUT_BEHAVIOR_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
IDLE_TIMEOUT_NOTIFICATION - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
IDLE_TIMEOUT_NOTIFICATION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
IDLE_TIMEOUT_NS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
IdleTimeoutEvent - Record Class in io.github.zhh2001.jp4.entity
One IdleTimeoutNotification stream-message received from a P4Runtime device.
IdleTimeoutEvent(List<TableEntry>, Instant) - Constructor for record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Creates an instance of a IdleTimeoutEvent record class.
idleTimeoutNs() - Method in class io.github.zhh2001.jp4.entity.TableEntry
Idle timeout for this entry, in nanoseconds.
idleTimeoutNs(long) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
Sets the entry's idle timeout through the parent builder so chains stay flat after .action(...).param(...); delegates to TableEntryBuilder.idleTimeoutNs(long) for the actual validation and storage.
idleTimeoutNs(long) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
Sets the entry's idle timeout, in nanoseconds.
IMPLEMENTATION_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
in(String) - Static method in class io.github.zhh2001.jp4.entity.TableEntry
Starts building a TableEntry for the named table.
index() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns the value of the index record component.
index() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns the value of the index record component.
index() - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Returns the value of the index record component.
index() - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Returns the value of the index record component.
index(long) - Method in interface io.github.zhh2001.jp4.CounterReadQuery
Restricts the read to the cell at the given array index.
index(long) - Method in interface io.github.zhh2001.jp4.MeterReadQuery
Restricts the read to the cell at the given array index.
index(long) - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
Restricts the read to the cell at the given array index.
INDEX_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
INDEX_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Index
 
INDEX_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
INDEX_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
INDEX_TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Counter
 
INDEX_TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Meter
 
INDEX_TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Register
 
INFO_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
INITIAL_DEFAULT_ACTION_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
insert(TableEntry) - Method in interface io.github.zhh2001.jp4.BatchBuilder
 
insert(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
Inserts a single entry into its table.
INSERT - Enum constant in enum class io.github.zhh2001.jp4.error.OperationType
 
INSERT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Update.Type
INSERT = 1;
INSERT_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.Update.Type
INSERT = 1;
insertAsync(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
 
instance() - Method in record class io.github.zhh2001.jp4.entity.BackupReplica
Returns the value of the instance record component.
instance() - Method in record class io.github.zhh2001.jp4.entity.Replica
Returns the value of the instance record component.
INSTANCE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
INSTANCE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Replica
 
INSTANCES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Extern
 
INT - Enum constant in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
INT_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
INT64_VALUE - Enum constant in enum class p4.config.v1.P4Types.Expression.ValueCase
 
INT64_VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.Expression
 
INTERNAL - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.Expression.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.Expression
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.ExpressionList
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.KeyValuePair
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4BoolType
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4ErrorType
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NamedType
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.SourceLocation
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Data
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Header
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
internalGetMapFieldReflection(int) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
internalGetMapFieldReflection(int) - Method in class p4.config.v1.P4Types.P4TypeInfo
 
internalGetMutableMapFieldReflection(int) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
internalGetValueMap() - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
internalGetValueMap() - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
INVALID_ARGUMENT - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
io.github.zhh2001.jp4 - package io.github.zhh2001.jp4
jp4's top-level API: the P4Switch class (one client connection to one P4Runtime device) and the surrounding connection / pipeline / stream-message types.
io.github.zhh2001.jp4.entity - package io.github.zhh2001.jp4.entity
Data carriers — the immutable value types passed between the user's controller and the P4Switch surface.
io.github.zhh2001.jp4.error - package io.github.zhh2001.jp4.error
jp4's exception hierarchy.
io.github.zhh2001.jp4.match - package io.github.zhh2001.jp4.match
 
io.github.zhh2001.jp4.pipeline - package io.github.zhh2001.jp4.pipeline
P4Info parsing and the read-only schema metadata it produces.
io.github.zhh2001.jp4.types - package io.github.zhh2001.jp4.types
 
Ip4 - Record Class in io.github.zhh2001.jp4.types
32-bit IPv4 address.
Ip4(byte[]) - Constructor for record class io.github.zhh2001.jp4.types.Ip4
Creates an instance of a Ip4 record class.
Ip6 - Record Class in io.github.zhh2001.jp4.types
128-bit IPv6 address.
Ip6(byte[]) - Constructor for record class io.github.zhh2001.jp4.types.Ip6
Creates an instance of a Ip6 record class.
IS_CONST_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
IS_CONST_TABLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
IS_DEFAULT_ACTION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
IS_VALID_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Header
 
isEmpty() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
True when the P4Info has no tables and no actions defined — used by P4Switch.loadPipeline() to decide whether the device is reporting "no pipeline bound".
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
isInitialized() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
isInitialized() - Method in class p4.config.v1.P4Types.Expression.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.Expression
 
isInitialized() - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.ExpressionList
 
isInitialized() - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.KeyValuePair
 
isInitialized() - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4BoolType
 
isInitialized() - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
isInitialized() - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4ErrorType
 
isInitialized() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
isInitialized() - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NamedType
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
isInitialized() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
isInitialized() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
isInitialized() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
isInitialized() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
isInitialized() - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.SourceLocation
 
isInitialized() - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
isInitialized() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Data
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Header
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
isInitialized() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
isInitialized() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
isLost() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Acquired
 
isLost() - Method in interface io.github.zhh2001.jp4.MastershipStatus
 
isLost() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
 
isPrimary() - Method in class io.github.zhh2001.jp4.P4Switch
 

J

json() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Returns the value of the json record component.

K

KEY_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.KeyValuePair
 
KV_PAIR_LIST - Enum constant in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
 
KV_PAIR_LIST_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.StructuredAnnotation
 
KV_PAIRS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.KeyValuePairList
 

L

length() - Method in class io.github.zhh2001.jp4.types.Bytes
 
LINE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.SourceLocation
 
LIST_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestList
 
LIST_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
listId() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns the value of the listId record component.
loadPipeline() - Method in class io.github.zhh2001.jp4.P4Switch
Fetches the device's currently-bound pipeline via GetForwardingPipelineConfig(ALL) and caches it on the switch.
Lost(ElectionId, ElectionId) - Constructor for record class io.github.zhh2001.jp4.MastershipStatus.Lost
Creates an instance of a Lost record class.
low() - Method in record class io.github.zhh2001.jp4.match.Match.Range
Returns the value of the low record component.
low() - Method in record class io.github.zhh2001.jp4.types.ElectionId
Returns the value of the low record component.
LOW_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
LOW_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Uint128
 
lpm(String) - Static method in interface io.github.zhh2001.jp4.match.Match
 
Lpm(Bytes, int) - Constructor for record class io.github.zhh2001.jp4.match.Match.Lpm
Creates an instance of a Lpm record class.
LPM - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
LPM - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
LPM = 3;
LPM - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
LPM_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
LPM_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
LPM = 3;

M

Mac - Record Class in io.github.zhh2001.jp4.types
48-bit MAC address.
Mac(byte[]) - Constructor for record class io.github.zhh2001.jp4.types.Mac
Creates an instance of a Mac record class.
mask() - Method in record class io.github.zhh2001.jp4.match.Match.Ternary
Returns the value of the mask record component.
MASK_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
mastership() - Method in class io.github.zhh2001.jp4.P4Switch
 
MastershipStatus - Interface in io.github.zhh2001.jp4
Snapshot of mastership state delivered to onMastershipChange listeners.
MastershipStatus.Acquired - Record Class in io.github.zhh2001.jp4
This client is currently primary; MastershipStatus.Acquired.ourElectionId() won the arbitration.
MastershipStatus.Lost - Record Class in io.github.zhh2001.jp4
This client is no longer primary.
match(String) - Method in class io.github.zhh2001.jp4.entity.TableEntry
Returns the Match value bound to fieldName, or null if the field is not part of this entry's key.
match(String, byte[]) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, byte[]) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, int) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, int) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, long) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, long) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, Match) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, Match) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, Bytes) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, Bytes) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, Ip4) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, Ip4) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, Ip6) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, Ip6) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
match(String, Mac) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
 
match(String, Mac) - Method in interface io.github.zhh2001.jp4.ReadQuery
 
Match - Interface in io.github.zhh2001.jp4.match
One value in a TableEntry match key.
MATCH_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ValueSet
 
MATCH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
MATCH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
MATCH_FIELDS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
MATCH_NOT_SET - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
 
MATCH_TYPE - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
 
MATCH_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
Match.Exact - Record Class in io.github.zhh2001.jp4.match
Exact match against a single value.
Match.Lpm - Record Class in io.github.zhh2001.jp4.match
Longest-prefix match: prefixLen most significant bits of value.
Match.Optional - Record Class in io.github.zhh2001.jp4.match
P4Runtime "optional" match kind: present (treated as exact) or absent (skipped).
Match.Range - Record Class in io.github.zhh2001.jp4.match
Range match: low ≤ field ≤ high.
Match.Ternary - Record Class in io.github.zhh2001.jp4.match
Ternary match: value masked by mask.
matches() - Method in class io.github.zhh2001.jp4.entity.TableEntry
Immutable view of the entry's key as a (fieldName -> Match) map.
matchField(String) - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Looks up one match field by its fully-qualified name.
matchFieldById(int) - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Reverse lookup: returns the MatchFieldInfo for a given numeric field id, or null if the table has no field by that id.
MatchFieldInfo - Record Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one match field of a TableInfo, derived from P4Info.
MatchFieldInfo(int, String, MatchFieldInfo.Kind, int) - Constructor for record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Creates an instance of a MatchFieldInfo record class.
MatchFieldInfo.Kind - Enum Class in io.github.zhh2001.jp4.pipeline
Mirrors P4Runtime's MatchField.MatchType enum at the public-API layer so callers don't depend on generated protobuf types.
matchFields() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Match-key fields in the order declared in the P4 program.
matchKind() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns the value of the matchKind record component.
MAX - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
max value for an unsigned 8-bit byte
MAX - Static variable in record class io.github.zhh2001.jp4.types.ElectionId
 
MAX_BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
MAX_GROUP_SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
MAX_LIST_SIZE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
MAX_MEMBER_WEIGHT_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
MAX_SIZE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
MAX_TIMEOUT_NS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
MAX_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
max value for an unsigned 8-bit byte
maxGroupSize() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
Maximum weighted member entries per group; 0 when the profile does not use a selector.
maxListSize() - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Returns the value of the maxListSize record component.
maxSize() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns the value of the maxSize record component.
maxSize() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Maximum entry count declared by the P4 table; 0 means unspecified.
maxTimeout() - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Returns the value of the maxTimeout record component.
MEMBER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
MEMBER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
memberId() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Returns the value of the memberId record component.
memberId() - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Returns the value of the memberId record component.
memberId(long) - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
Restricts the read to the member with the given id.
members() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns the value of the members record component.
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TupleTypeSpec
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4StructLike
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
MEMBERS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
mergeAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
mergeAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
mergeAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
mergeAction(P4RuntimeOuterClass.TableAction) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
mergeActionProfileActionSet(P4RuntimeOuterClass.ActionProfileActionSet) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
mergeActionProfileGroup(P4RuntimeOuterClass.ActionProfileGroup) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
mergeActionProfileMember(P4RuntimeOuterClass.ActionProfileMember) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
mergeArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
mergeArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
mergeBit(P4Types.P4BitTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
mergeBitstring(P4Types.P4BitstringLikeTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
mergeBool(P4Types.P4BoolType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
mergeCloneSessionEntry(P4RuntimeOuterClass.CloneSessionEntry) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
mergeConfig(Any) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
mergeConfig(P4RuntimeOuterClass.DigestEntry.Config) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
mergeConfig(P4RuntimeOuterClass.ForwardingPipelineConfig) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
mergeConfig(P4RuntimeOuterClass.ForwardingPipelineConfig) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
mergeConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
mergeConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
mergeCookie(P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
mergeCounterData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
mergeCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
mergeCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
mergeCounterEntry(P4RuntimeOuterClass.CounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
mergeData(P4DataOuterClass.P4Data) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
mergeData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
mergeData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
mergeDetails(Any) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
mergeDigest(P4RuntimeOuterClass.DigestList) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
mergeDigestAck(P4RuntimeOuterClass.DigestListAck) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
mergeDigestEntry(P4RuntimeOuterClass.DigestEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
mergeDigestListAck(P4RuntimeOuterClass.DigestListAck) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
mergeDigestListAck(P4RuntimeOuterClass.DigestListAckError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
mergeDirectCounterEntry(P4RuntimeOuterClass.DirectCounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
mergeDirectMeterEntry(P4RuntimeOuterClass.DirectMeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
mergeDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
mergeDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
mergeDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
mergeDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
mergeElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
mergeElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
mergeElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
mergeEntity(P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
mergeEntry(Any) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
mergeEnum(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
mergeError(P4Types.P4ErrorType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
mergeError(P4Types.P4ErrorTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
mergeError(P4RuntimeOuterClass.StreamError) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
mergeExact(P4RuntimeOuterClass.FieldMatch.Exact) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
mergeExperimental(Any) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
mergeExpressionList(P4Types.ExpressionList) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
mergeExternEntry(P4RuntimeOuterClass.ExternEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.Expression.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.Expression.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
mergeFrom(Message) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
mergeFrom(Message) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
mergeFrom(P4InfoOuterClass.Action) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
 
mergeFrom(P4InfoOuterClass.Action.Param) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
 
mergeFrom(P4InfoOuterClass.ActionProfile) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
 
mergeFrom(P4InfoOuterClass.ActionProfile.SumOfMembers) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
 
mergeFrom(P4InfoOuterClass.ActionProfile.SumOfWeights) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights.Builder
 
mergeFrom(P4InfoOuterClass.ActionRef) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
 
mergeFrom(P4InfoOuterClass.ControllerPacketMetadata) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
 
mergeFrom(P4InfoOuterClass.ControllerPacketMetadata.Metadata) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
 
mergeFrom(P4InfoOuterClass.Counter) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
 
mergeFrom(P4InfoOuterClass.CounterSpec) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
 
mergeFrom(P4InfoOuterClass.Digest) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
 
mergeFrom(P4InfoOuterClass.DirectCounter) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
 
mergeFrom(P4InfoOuterClass.DirectMeter) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
 
mergeFrom(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
 
mergeFrom(P4InfoOuterClass.Extern) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
 
mergeFrom(P4InfoOuterClass.ExternInstance) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
 
mergeFrom(P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
 
mergeFrom(P4InfoOuterClass.Meter) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
 
mergeFrom(P4InfoOuterClass.MeterSpec) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
 
mergeFrom(P4InfoOuterClass.P4Ids) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids.Builder
 
mergeFrom(P4InfoOuterClass.P4Info) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
 
mergeFrom(P4InfoOuterClass.PkgInfo) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
 
mergeFrom(P4InfoOuterClass.PlatformProperties) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
 
mergeFrom(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
 
mergeFrom(P4InfoOuterClass.Register) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
 
mergeFrom(P4InfoOuterClass.Table) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
 
mergeFrom(P4InfoOuterClass.TableActionCall) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
 
mergeFrom(P4InfoOuterClass.TableActionCall.Argument) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
 
mergeFrom(P4InfoOuterClass.ValueSet) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
 
mergeFrom(P4Types.Expression) - Method in class p4.config.v1.P4Types.Expression.Builder
 
mergeFrom(P4Types.ExpressionList) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
 
mergeFrom(P4Types.KeyValuePair) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
 
mergeFrom(P4Types.KeyValuePairList) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
 
mergeFrom(P4Types.P4BitstringLikeTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
 
mergeFrom(P4Types.P4BitTypeSpec) - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
 
mergeFrom(P4Types.P4BoolType) - Method in class p4.config.v1.P4Types.P4BoolType.Builder
 
mergeFrom(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
 
mergeFrom(P4Types.P4EnumTypeSpec) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
 
mergeFrom(P4Types.P4EnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
 
mergeFrom(P4Types.P4ErrorType) - Method in class p4.config.v1.P4Types.P4ErrorType.Builder
 
mergeFrom(P4Types.P4ErrorTypeSpec) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
 
mergeFrom(P4Types.P4HeaderStackTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
 
mergeFrom(P4Types.P4HeaderTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
 
mergeFrom(P4Types.P4HeaderTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
 
mergeFrom(P4Types.P4HeaderUnionStackTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
 
mergeFrom(P4Types.P4HeaderUnionTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
 
mergeFrom(P4Types.P4HeaderUnionTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
 
mergeFrom(P4Types.P4IntTypeSpec) - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
 
mergeFrom(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4NamedType.Builder
 
mergeFrom(P4Types.P4NewTypeSpec) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
 
mergeFrom(P4Types.P4NewTypeTranslation) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
 
mergeFrom(P4Types.P4NewTypeTranslation.SdnString) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString.Builder
 
mergeFrom(P4Types.P4SerializableEnumTypeSpec) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
 
mergeFrom(P4Types.P4SerializableEnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
 
mergeFrom(P4Types.P4StructTypeSpec) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
 
mergeFrom(P4Types.P4StructTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
 
mergeFrom(P4Types.P4TupleTypeSpec) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
 
mergeFrom(P4Types.P4TypeInfo) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
 
mergeFrom(P4Types.P4VarbitTypeSpec) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
 
mergeFrom(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
 
mergeFrom(P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
 
mergeFrom(P4DataOuterClass.P4Data) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
 
mergeFrom(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
 
mergeFrom(P4DataOuterClass.P4HeaderStack) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
 
mergeFrom(P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
 
mergeFrom(P4DataOuterClass.P4HeaderUnionStack) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
 
mergeFrom(P4DataOuterClass.P4StructLike) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
 
mergeFrom(P4DataOuterClass.P4Varbit) - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
 
mergeFrom(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
 
mergeFrom(P4RuntimeOuterClass.Action.Param) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
 
mergeFrom(P4RuntimeOuterClass.ActionProfileAction) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
 
mergeFrom(P4RuntimeOuterClass.ActionProfileActionSet) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
 
mergeFrom(P4RuntimeOuterClass.ActionProfileGroup) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
 
mergeFrom(P4RuntimeOuterClass.ActionProfileGroup.Member) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
 
mergeFrom(P4RuntimeOuterClass.ActionProfileMember) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
 
mergeFrom(P4RuntimeOuterClass.BackupReplica) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
 
mergeFrom(P4RuntimeOuterClass.CapabilitiesRequest) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.CapabilitiesResponse) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
 
mergeFrom(P4RuntimeOuterClass.CloneSessionEntry) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
 
mergeFrom(P4RuntimeOuterClass.CounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.DigestEntry) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.DigestEntry.Config) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
 
mergeFrom(P4RuntimeOuterClass.DigestList) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
 
mergeFrom(P4RuntimeOuterClass.DigestListAck) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
 
mergeFrom(P4RuntimeOuterClass.DigestListAckError) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
 
mergeFrom(P4RuntimeOuterClass.DirectCounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.DirectMeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
 
mergeFrom(P4RuntimeOuterClass.Error) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
 
mergeFrom(P4RuntimeOuterClass.ExternEntry) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch.Exact) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch.LPM) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch.Optional) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch.Range) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
 
mergeFrom(P4RuntimeOuterClass.FieldMatch.Ternary) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
 
mergeFrom(P4RuntimeOuterClass.ForwardingPipelineConfig) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
 
mergeFrom(P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
 
mergeFrom(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.GetForwardingPipelineConfigResponse) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
 
mergeFrom(P4RuntimeOuterClass.IdleTimeoutNotification) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
 
mergeFrom(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
 
mergeFrom(P4RuntimeOuterClass.MasterArbitrationUpdate) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
 
mergeFrom(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
 
mergeFrom(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
 
mergeFrom(P4RuntimeOuterClass.MeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.MulticastGroupEntry) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.PacketIn) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
 
mergeFrom(P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
 
mergeFrom(P4RuntimeOuterClass.PacketOut) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
 
mergeFrom(P4RuntimeOuterClass.PacketOutError) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
 
mergeFrom(P4RuntimeOuterClass.PacketReplicationEngineEntry) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.ReadRequest) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.ReadResponse) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
 
mergeFrom(P4RuntimeOuterClass.RegisterEntry) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
 
mergeFrom(P4RuntimeOuterClass.Role) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
 
mergeFrom(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.SetForwardingPipelineConfigResponse) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder
 
mergeFrom(P4RuntimeOuterClass.StreamError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
 
mergeFrom(P4RuntimeOuterClass.StreamMessageRequest) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.StreamMessageResponse) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
 
mergeFrom(P4RuntimeOuterClass.StreamOtherError) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
 
mergeFrom(P4RuntimeOuterClass.TableAction) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
 
mergeFrom(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.TableEntry.IdleTimeout) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
 
mergeFrom(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
 
mergeFrom(P4RuntimeOuterClass.Update) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
 
mergeFrom(P4RuntimeOuterClass.ValueSetEntry) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
 
mergeFrom(P4RuntimeOuterClass.ValueSetMember) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
 
mergeFrom(P4RuntimeOuterClass.WriteRequest) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
 
mergeFrom(P4RuntimeOuterClass.WriteResponse) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse.Builder
 
mergeGreen(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
mergeGroupAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
mergeHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
mergeHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
mergeHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
mergeHeader(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
mergeHeaderStack(P4Types.P4HeaderStackTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
mergeHeaderStack(P4DataOuterClass.P4HeaderStack) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
mergeHeaderUnion(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
mergeHeaderUnion(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
mergeHeaderUnion(P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
mergeHeaderUnionStack(P4Types.P4HeaderUnionStackTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
mergeHeaderUnionStack(P4DataOuterClass.P4HeaderUnionStack) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
mergeIdleTimeoutNotification(P4RuntimeOuterClass.IdleTimeoutNotification) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
mergeIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
mergeIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
mergeIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
mergeIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
mergeIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
mergeIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
mergeInfo(Any) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
mergeInitialDefaultAction(P4InfoOuterClass.TableActionCall) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
mergeInt(P4Types.P4IntTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
mergeKvPairList(P4Types.KeyValuePairList) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
mergeLpm(P4RuntimeOuterClass.FieldMatch.LPM) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
mergeMeterConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
mergeMeterCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
mergeMeterEntry(P4RuntimeOuterClass.MeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
mergeMulticastGroupEntry(P4RuntimeOuterClass.MulticastGroupEntry) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
mergeNewType(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
mergeOptional(P4RuntimeOuterClass.FieldMatch.Optional) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
mergeOriginalType(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
mergeOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
mergeOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
mergeOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
mergeOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
mergeOther(P4RuntimeOuterClass.StreamOtherError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
mergeOtherProperties(Any) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
mergeP4Info(P4InfoOuterClass.P4Info) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
mergePacket(P4RuntimeOuterClass.PacketIn) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
mergePacket(P4RuntimeOuterClass.PacketOut) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
mergePacketOut(P4RuntimeOuterClass.PacketOut) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
mergePacketOut(P4RuntimeOuterClass.PacketOutError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
mergePacketReplicationEngineEntry(P4RuntimeOuterClass.PacketReplicationEngineEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
mergePkgInfo(P4InfoOuterClass.PkgInfo) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
mergePlatformProperties(P4InfoOuterClass.PlatformProperties) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
mergePreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
mergeRange(P4RuntimeOuterClass.FieldMatch.Range) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
mergeRed(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
mergeRegisterEntry(P4RuntimeOuterClass.RegisterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
mergeRole(P4RuntimeOuterClass.Role) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
mergeSdnString(P4Types.P4NewTypeTranslation.SdnString) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
mergeSerializableEnum(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
mergeSourceLocation(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
mergeSpec(P4InfoOuterClass.CounterSpec) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
mergeSpec(P4InfoOuterClass.CounterSpec) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
mergeSpec(P4InfoOuterClass.MeterSpec) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
mergeSpec(P4InfoOuterClass.MeterSpec) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
mergeStatus(Status) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
mergeStruct(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
mergeStruct(P4DataOuterClass.P4StructLike) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
mergeSumOfMembers(P4InfoOuterClass.ActionProfile.SumOfMembers) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
mergeSumOfWeights(P4InfoOuterClass.ActionProfile.SumOfWeights) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
mergeTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
mergeTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
mergeTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
mergeTernary(P4RuntimeOuterClass.FieldMatch.Ternary) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
mergeTimeSinceLastHit(P4RuntimeOuterClass.TableEntry.IdleTimeout) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
mergeTranslatedType(P4Types.P4NewTypeTranslation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
mergeTuple(P4Types.P4TupleTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
mergeTuple(P4DataOuterClass.P4StructLike) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
mergeTypeInfo(P4Types.P4TypeInfo) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
mergeTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
mergeTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
mergeTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
mergeTypeSpec(P4Types.P4BitstringLikeTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
mergeTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
mergeTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
mergeTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
mergeUnderlyingType(P4Types.P4BitTypeSpec) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
mergeValidHeader(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
mergeValue(P4Types.Expression) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
mergeValueSetEntry(P4RuntimeOuterClass.ValueSetEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
mergeVarbit(P4Types.P4VarbitTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
mergeVarbit(P4DataOuterClass.P4Varbit) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
mergeYellow(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
message() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns the value of the message record component.
message() - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Returns the value of the message record component.
MESSAGE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Error
 
MESSAGE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
metadata() - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Returns the value of the metadata record component.
metadata() - Method in class io.github.zhh2001.jp4.entity.PacketIn
Immutable view of the full metadata map, in iteration order matching the P4Info field-declaration order.
metadata() - Method in class io.github.zhh2001.jp4.entity.PacketOut
Immutable view of the metadata fields keyed by name (insertion order).
metadata(String) - Method in class io.github.zhh2001.jp4.entity.PacketIn
Returns the metadata field by name, or null if the device did not carry a value for that field on this packet.
metadata(String, byte[]) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
metadata(String, int) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
metadata(String, long) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
metadata(String, Bytes) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
metadata(String, Mac) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
METADATA_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
METADATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
METADATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketIn
 
METADATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketOut
 
METADATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
METADATA_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
metadataInt(String) - Method in class io.github.zhh2001.jp4.entity.PacketIn
Convenience accessor that interprets the metadata as an unsigned big-endian integer and returns the value as a Java int.
metadataLong(String) - Method in class io.github.zhh2001.jp4.entity.PacketIn
Convenience accessor that interprets the metadata as an unsigned big-endian integer and returns the value as a Java long.
meter(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up a meter by its fully-qualified name.
METER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
METER = 20;
METER_CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
METER_COUNTER_DATA_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
METER_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
METER_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
METER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
METER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
METER = 20;
meterById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of a meter by id; null on miss.
MeterConfig - Record Class in io.github.zhh2001.jp4.entity
Rate configuration of one P4 meter cell.
MeterConfig(long, long, long, long, long) - Constructor for record class io.github.zhh2001.jp4.entity.MeterConfig
Creates an instance of a MeterConfig record class.
MeterCounterData - Record Class in io.github.zhh2001.jp4.entity
Per-color cumulative packet and byte counters for one P4 meter cell.
MeterCounterData(CounterData, CounterData, CounterData) - Constructor for record class io.github.zhh2001.jp4.entity.MeterCounterData
Creates an instance of a MeterCounterData record class.
MeterEntry - Record Class in io.github.zhh2001.jp4.entity
One P4 meter cell returned by P4Switch.readMeter.
MeterEntry(String, long, MeterConfig, MeterCounterData) - Constructor for record class io.github.zhh2001.jp4.entity.MeterEntry
Creates an instance of a MeterEntry record class.
MeterInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 meter array, derived from P4Info.
MeterInfo.Unit - Enum Class in io.github.zhh2001.jp4.pipeline
What a meter cell measures.
meterName() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns the value of the meterName record component.
meterNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Meter names declared in the bound P4Info, as an immutable list.
MeterReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against a meter array, returned by P4Switch.readMeter(String).
METERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
modify(TableEntry) - Method in interface io.github.zhh2001.jp4.BatchBuilder
 
modify(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
See P4Switch.insert(io.github.zhh2001.jp4.entity.TableEntry) — same semantics with MODIFY update type.
MODIFY - Enum constant in enum class io.github.zhh2001.jp4.error.OperationType
 
MODIFY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Update.Type
MODIFY = 2;
MODIFY_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.Update.Type
MODIFY = 2;
modifyAsync(TableEntry) - Method in class io.github.zhh2001.jp4.P4Switch
 
MULTICAST_GROUP_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
 
MULTICAST_GROUP_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
MULTICAST_GROUP_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
MULTICAST_GROUP_TABLE_MAX_REPLICAS_PER_ENTRY_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
MULTICAST_GROUP_TABLE_SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
MULTICAST_GROUP_TABLE_TOTAL_REPLICAS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
MulticastGroupEntry - Record Class in io.github.zhh2001.jp4.entity
One multicast group programmed on the device's packet replication engine (PRE), returned by P4Switch.readMulticastGroup.
MulticastGroupEntry(long, List<Replica>, Bytes) - Constructor for record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Creates an instance of a MulticastGroupEntry record class.
multicastGroupId() - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Returns the value of the multicastGroupId record component.
MulticastGroupReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against multicast groups on the device's packet replication engine, returned by P4Switch.readMulticastGroup().

N

name() - Method in class io.github.zhh2001.jp4.entity.ActionInstance
Fully-qualified action name, e.g.
name() - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
 
name() - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Returns the value of the name record component.
name() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
Fully-qualified action-profile name, e.g.
name() - Method in class io.github.zhh2001.jp4.pipeline.CounterInfo
Fully-qualified counter name, e.g.
name() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns the value of the name record component.
name() - Method in class io.github.zhh2001.jp4.pipeline.MeterInfo
Fully-qualified meter name, e.g.
name() - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Returns the value of the name record component.
name() - Method in class io.github.zhh2001.jp4.pipeline.RegisterInfo
Fully-qualified register name, e.g.
name() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
Fully-qualified table name, e.g.
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NamedType
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.StructuredAnnotation
 
NAME_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Role
 
NEW_TYPE - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
NEW_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
NEW_TYPES_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
newBlockingStub(Channel) - Static method in class p4.v1.P4RuntimeGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingV2Stub(Channel) - Static method in class p4.v1.P4RuntimeGrpc
Creates a new blocking-style stub that supports all types of calls on the service
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
newBuilder() - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
newBuilder() - Static method in class p4.config.v1.P4Types.Expression
 
newBuilder() - Static method in class p4.config.v1.P4Types.ExpressionList
 
newBuilder() - Static method in class p4.config.v1.P4Types.KeyValuePair
 
newBuilder() - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4BoolType
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4ErrorType
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4NamedType
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
newBuilder() - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
newBuilder() - Static method in class p4.config.v1.P4Types.SourceLocation
 
newBuilder() - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4Data
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4Header
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
newBuilder() - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
newBuilder() - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
newBuilder(P4InfoOuterClass.Action) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
newBuilder(P4InfoOuterClass.Action.Param) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
newBuilder(P4InfoOuterClass.ActionProfile) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
newBuilder(P4InfoOuterClass.ActionProfile.SumOfMembers) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
newBuilder(P4InfoOuterClass.ActionProfile.SumOfWeights) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
newBuilder(P4InfoOuterClass.ActionRef) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
newBuilder(P4InfoOuterClass.ControllerPacketMetadata) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
newBuilder(P4InfoOuterClass.ControllerPacketMetadata.Metadata) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
newBuilder(P4InfoOuterClass.Counter) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
newBuilder(P4InfoOuterClass.CounterSpec) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
newBuilder(P4InfoOuterClass.Digest) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
newBuilder(P4InfoOuterClass.DirectCounter) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
newBuilder(P4InfoOuterClass.DirectMeter) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
newBuilder(P4InfoOuterClass.Documentation) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
newBuilder(P4InfoOuterClass.Extern) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
newBuilder(P4InfoOuterClass.ExternInstance) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
newBuilder(P4InfoOuterClass.MatchField) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
newBuilder(P4InfoOuterClass.Meter) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
newBuilder(P4InfoOuterClass.MeterSpec) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
newBuilder(P4InfoOuterClass.P4Ids) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
newBuilder(P4InfoOuterClass.P4Info) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
newBuilder(P4InfoOuterClass.PkgInfo) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
newBuilder(P4InfoOuterClass.PlatformProperties) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
newBuilder(P4InfoOuterClass.Preamble) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
newBuilder(P4InfoOuterClass.Register) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
newBuilder(P4InfoOuterClass.Table) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
newBuilder(P4InfoOuterClass.TableActionCall) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
newBuilder(P4InfoOuterClass.TableActionCall.Argument) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
newBuilder(P4InfoOuterClass.ValueSet) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
newBuilder(P4Types.Expression) - Static method in class p4.config.v1.P4Types.Expression
 
newBuilder(P4Types.ExpressionList) - Static method in class p4.config.v1.P4Types.ExpressionList
 
newBuilder(P4Types.KeyValuePair) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
newBuilder(P4Types.KeyValuePairList) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
newBuilder(P4Types.P4BitstringLikeTypeSpec) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
newBuilder(P4Types.P4BitTypeSpec) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
newBuilder(P4Types.P4BoolType) - Static method in class p4.config.v1.P4Types.P4BoolType
 
newBuilder(P4Types.P4DataTypeSpec) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
newBuilder(P4Types.P4EnumTypeSpec) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
newBuilder(P4Types.P4EnumTypeSpec.Member) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
newBuilder(P4Types.P4ErrorType) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
newBuilder(P4Types.P4ErrorTypeSpec) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
newBuilder(P4Types.P4HeaderStackTypeSpec) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
newBuilder(P4Types.P4HeaderTypeSpec) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
newBuilder(P4Types.P4HeaderTypeSpec.Member) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
newBuilder(P4Types.P4HeaderUnionStackTypeSpec) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
newBuilder(P4Types.P4HeaderUnionTypeSpec) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
newBuilder(P4Types.P4HeaderUnionTypeSpec.Member) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
newBuilder(P4Types.P4IntTypeSpec) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
newBuilder(P4Types.P4NamedType) - Static method in class p4.config.v1.P4Types.P4NamedType
 
newBuilder(P4Types.P4NewTypeSpec) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
newBuilder(P4Types.P4NewTypeTranslation) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
newBuilder(P4Types.P4NewTypeTranslation.SdnString) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
newBuilder(P4Types.P4SerializableEnumTypeSpec) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
newBuilder(P4Types.P4SerializableEnumTypeSpec.Member) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
newBuilder(P4Types.P4StructTypeSpec) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
newBuilder(P4Types.P4StructTypeSpec.Member) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
newBuilder(P4Types.P4TupleTypeSpec) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
newBuilder(P4Types.P4TypeInfo) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
newBuilder(P4Types.P4VarbitTypeSpec) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
newBuilder(P4Types.SourceLocation) - Static method in class p4.config.v1.P4Types.SourceLocation
 
newBuilder(P4Types.StructuredAnnotation) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
newBuilder(P4DataOuterClass.P4Data) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
newBuilder(P4DataOuterClass.P4Header) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
newBuilder(P4DataOuterClass.P4HeaderStack) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
newBuilder(P4DataOuterClass.P4HeaderUnion) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
newBuilder(P4DataOuterClass.P4HeaderUnionStack) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
newBuilder(P4DataOuterClass.P4StructLike) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
newBuilder(P4DataOuterClass.P4Varbit) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
newBuilder(P4RuntimeOuterClass.Action) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
newBuilder(P4RuntimeOuterClass.Action.Param) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
newBuilder(P4RuntimeOuterClass.ActionProfileAction) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
newBuilder(P4RuntimeOuterClass.ActionProfileActionSet) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
newBuilder(P4RuntimeOuterClass.ActionProfileGroup) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
newBuilder(P4RuntimeOuterClass.ActionProfileGroup.Member) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
newBuilder(P4RuntimeOuterClass.ActionProfileMember) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
newBuilder(P4RuntimeOuterClass.BackupReplica) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
newBuilder(P4RuntimeOuterClass.CapabilitiesRequest) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
newBuilder(P4RuntimeOuterClass.CapabilitiesResponse) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
newBuilder(P4RuntimeOuterClass.CloneSessionEntry) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
newBuilder(P4RuntimeOuterClass.CounterData) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
newBuilder(P4RuntimeOuterClass.CounterEntry) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
newBuilder(P4RuntimeOuterClass.DigestEntry) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
newBuilder(P4RuntimeOuterClass.DigestEntry.Config) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
newBuilder(P4RuntimeOuterClass.DigestList) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
newBuilder(P4RuntimeOuterClass.DigestListAck) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
newBuilder(P4RuntimeOuterClass.DigestListAckError) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
newBuilder(P4RuntimeOuterClass.DirectCounterEntry) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
newBuilder(P4RuntimeOuterClass.DirectMeterEntry) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
newBuilder(P4RuntimeOuterClass.Entity) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
newBuilder(P4RuntimeOuterClass.Error) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
newBuilder(P4RuntimeOuterClass.ExternEntry) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
newBuilder(P4RuntimeOuterClass.FieldMatch) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
newBuilder(P4RuntimeOuterClass.FieldMatch.Exact) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
newBuilder(P4RuntimeOuterClass.FieldMatch.LPM) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
newBuilder(P4RuntimeOuterClass.FieldMatch.Optional) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
newBuilder(P4RuntimeOuterClass.FieldMatch.Range) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
newBuilder(P4RuntimeOuterClass.FieldMatch.Ternary) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
newBuilder(P4RuntimeOuterClass.ForwardingPipelineConfig) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
newBuilder(P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
newBuilder(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
newBuilder(P4RuntimeOuterClass.GetForwardingPipelineConfigResponse) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
newBuilder(P4RuntimeOuterClass.IdleTimeoutNotification) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
newBuilder(P4RuntimeOuterClass.Index) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
newBuilder(P4RuntimeOuterClass.MasterArbitrationUpdate) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
newBuilder(P4RuntimeOuterClass.MeterConfig) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
newBuilder(P4RuntimeOuterClass.MeterCounterData) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
newBuilder(P4RuntimeOuterClass.MeterEntry) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
newBuilder(P4RuntimeOuterClass.MulticastGroupEntry) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
newBuilder(P4RuntimeOuterClass.PacketIn) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
newBuilder(P4RuntimeOuterClass.PacketMetadata) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
newBuilder(P4RuntimeOuterClass.PacketOut) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
newBuilder(P4RuntimeOuterClass.PacketOutError) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
newBuilder(P4RuntimeOuterClass.PacketReplicationEngineEntry) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
newBuilder(P4RuntimeOuterClass.ReadRequest) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
newBuilder(P4RuntimeOuterClass.ReadResponse) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
newBuilder(P4RuntimeOuterClass.RegisterEntry) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
newBuilder(P4RuntimeOuterClass.Replica) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
newBuilder(P4RuntimeOuterClass.Role) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
newBuilder(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
newBuilder(P4RuntimeOuterClass.SetForwardingPipelineConfigResponse) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
newBuilder(P4RuntimeOuterClass.StreamError) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
newBuilder(P4RuntimeOuterClass.StreamMessageRequest) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
newBuilder(P4RuntimeOuterClass.StreamMessageResponse) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
newBuilder(P4RuntimeOuterClass.StreamOtherError) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
newBuilder(P4RuntimeOuterClass.TableAction) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
newBuilder(P4RuntimeOuterClass.TableEntry) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
newBuilder(P4RuntimeOuterClass.TableEntry.IdleTimeout) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
newBuilder(P4RuntimeOuterClass.Uint128) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
newBuilder(P4RuntimeOuterClass.Update) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
newBuilder(P4RuntimeOuterClass.ValueSetEntry) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
newBuilder(P4RuntimeOuterClass.ValueSetMember) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
newBuilder(P4RuntimeOuterClass.WriteRequest) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
newBuilder(P4RuntimeOuterClass.WriteResponse) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
newBuilderForType() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
newBuilderForType() - Method in class p4.config.v1.P4Types.Expression
 
newBuilderForType() - Method in class p4.config.v1.P4Types.ExpressionList
 
newBuilderForType() - Method in class p4.config.v1.P4Types.KeyValuePair
 
newBuilderForType() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4BoolType
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4ErrorType
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4NamedType
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
newBuilderForType() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
newBuilderForType() - Method in class p4.config.v1.P4Types.SourceLocation
 
newBuilderForType() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4Data
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4Header
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
newBuilderForType() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
newBuilderForType() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Action
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Register
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.Table
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.Expression
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.ExpressionList
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.KeyValuePair
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.KeyValuePairList
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4BoolType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4ErrorType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4NamedType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4TypeInfo
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.SourceLocation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4Data
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4Header
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Action
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Error
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Index
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Role
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.Update
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
newFutureStub(Channel) - Static method in class p4.v1.P4RuntimeGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class p4.v1.P4RuntimeGrpc
Creates a new async stub that supports all call types for the service
nextDelayMillis(int) - Method in interface io.github.zhh2001.jp4.ReconnectPolicy
 
NO_TIMEOUT - Enum constant in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
NO_TIMEOUT = 0;
NO_TIMEOUT_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
NO_TIMEOUT = 0;
noRetry() - Static method in interface io.github.zhh2001.jp4.ReconnectPolicy
No reconnect attempts: the first failure is propagated.
NOT_FOUND - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
NOTIFY_CONTROL - Enum constant in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
NOTIFY_CONTROL = 1;
NOTIFY_CONTROL_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
NOTIFY_CONTROL = 1;

O

octets() - Method in record class io.github.zhh2001.jp4.types.Ip4
Returns the value of the octets record component.
octets() - Method in record class io.github.zhh2001.jp4.types.Ip6
Returns the value of the octets record component.
octets() - Method in record class io.github.zhh2001.jp4.types.Mac
Returns the value of the octets record component.
of(byte...) - Static method in class io.github.zhh2001.jp4.types.Bytes
 
of(int) - Static method in record class io.github.zhh2001.jp4.types.Ip4
Builds an IPv4 address from the 32 bits of value, big-endian.
of(int, int) - Static method in record class io.github.zhh2001.jp4.match.Match.Range
 
of(int, int) - Static method in record class io.github.zhh2001.jp4.match.Match.Ternary
 
of(long) - Static method in record class io.github.zhh2001.jp4.types.ElectionId
Election id with high=0, low=low.
of(long) - Static method in record class io.github.zhh2001.jp4.types.Mac
Builds a MAC from the low 48 bits of value, big-endian.
of(long, long) - Static method in record class io.github.zhh2001.jp4.types.ElectionId
 
of(Bytes, Bytes) - Static method in record class io.github.zhh2001.jp4.match.Match.Ternary
 
of(Ip4, int) - Static method in record class io.github.zhh2001.jp4.match.Match.Lpm
 
of(Ip6, int) - Static method in record class io.github.zhh2001.jp4.match.Match.Lpm
 
of(String) - Static method in record class io.github.zhh2001.jp4.match.Match.Lpm
Parses CIDR notation, e.g.
of(String) - Static method in record class io.github.zhh2001.jp4.types.Ip4
Parses dotted-quad form ("10.0.0.1").
of(String) - Static method in record class io.github.zhh2001.jp4.types.Ip6
Parses any IPv6 literal supported by InetAddress.
of(String) - Static method in record class io.github.zhh2001.jp4.types.Mac
Parses one of the common textual MAC representations.
of(String, Map<String, Bytes>) - Static method in class io.github.zhh2001.jp4.entity.ActionInstance
Constructs an ActionInstance from an already-resolved name and parameter map.
ofHex(String) - Static method in class io.github.zhh2001.jp4.types.Bytes
 
ofInt(int) - Static method in class io.github.zhh2001.jp4.types.Bytes
Canonical big-endian encoding of value as an unsigned integer: no leading zero bytes, but at least one byte (so ofInt(0) returns a single 0x00).
ofInt(int, int) - Static method in class io.github.zhh2001.jp4.types.Bytes
Fixed-width big-endian encoding of value, zero-padded or truncated to the minimum number of bytes that holds bitWidth bits.
ofLong(long) - Static method in class io.github.zhh2001.jp4.types.Bytes
 
OK - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
onDigest(Consumer<DigestEvent>) - Method in class io.github.zhh2001.jp4.P4Switch
Registers a single listener for inbound DigestList stream messages the device emits when a configured digest extern collects entries.
one() - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
Reads at most one group.
one() - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
Reads at most one member.
one() - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
Reads at most one session.
one() - Method in interface io.github.zhh2001.jp4.CounterReadQuery
Reads at most one cell.
one() - Method in interface io.github.zhh2001.jp4.MeterReadQuery
Reads at most one cell.
one() - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
Reads at most one group.
one() - Method in interface io.github.zhh2001.jp4.ReadQuery
Reads at most one entry.
one() - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
Reads at most one cell.
oneAsync() - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.CounterReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.MeterReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.ReadQuery
 
oneAsync() - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
 
onIdleTimeout(Consumer<IdleTimeoutEvent>) - Method in class io.github.zhh2001.jp4.P4Switch
Registers a single listener for inbound IdleTimeoutNotification stream messages the device emits when one or more table entries with a configured idle_timeout_ns expire without being hit.
onMastershipChange(Consumer<MastershipStatus>) - Method in class io.github.zhh2001.jp4.P4Switch
Registers a single listener for mastership changes.
onPacketDropped(Consumer<DropEvent>) - Method in class io.github.zhh2001.jp4.P4Switch
Registers a single listener for inbound PacketIn drops detected by the dispatch path.
onPacketIn(Consumer<PacketIn>) - Method in class io.github.zhh2001.jp4.P4Switch
Registers a single packet-in handler.
operationType() - Method in exception class io.github.zhh2001.jp4.error.P4OperationException
 
OperationType - Enum Class in io.github.zhh2001.jp4.error
Kind of operation an exception or UpdateFailure relates to.
Optional(Bytes) - Constructor for record class io.github.zhh2001.jp4.match.Match.Optional
Creates an instance of a Optional record class.
OPTIONAL - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
OPTIONAL - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
OPTIONAL = 6;
OPTIONAL - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
OPTIONAL_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
OPTIONAL_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
OPTIONAL = 6;
ORGANIZATION_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
ORIGINAL_TYPE - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
 
ORIGINAL_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeSpec
 
OTHER - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
OTHER - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
OTHER - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
OTHER - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
OTHER_EXTERNS_START - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
externs for other architectures (vendor extensions)
OTHER_EXTERNS_START_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
externs for other architectures (vendor extensions)
OTHER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
OTHER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
OTHER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
OTHER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
OTHER_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
OTHER_MATCH_TYPE - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
 
OTHER_MATCH_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
OTHER_PROPERTIES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
ourElectionId() - Method in exception class io.github.zhh2001.jp4.error.P4ArbitrationLost
 
ourElectionId() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Acquired
Returns the value of the ourElectionId record component.
OUT_OF_RANGE - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 

P

P4_DEVICE_CONFIG_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
p4.config.v1 - package p4.config.v1
 
p4.v1 - package p4.v1
 
P4ArbitrationLost - Exception Class in io.github.zhh2001.jp4.error
Thrown when asPrimary() is called but another client holds primary with a higher election id, or when an in-flight write detects mastership has just been lost.
P4ArbitrationLost(String, ElectionId, ElectionId) - Constructor for exception class io.github.zhh2001.jp4.error.P4ArbitrationLost
 
P4ConnectionException - Exception Class in io.github.zhh2001.jp4.error
Raised when the gRPC transport fails or mastership is unavailable.
P4ConnectionException(String) - Constructor for exception class io.github.zhh2001.jp4.error.P4ConnectionException
 
P4ConnectionException(String, Throwable) - Constructor for exception class io.github.zhh2001.jp4.error.P4ConnectionException
 
P4DataOuterClass - Class in p4.v1
 
P4DataOuterClass.P4Data - Class in p4.v1
Protobuf type p4.v1.P4Data
P4DataOuterClass.P4Data.Builder - Class in p4.v1
Protobuf type p4.v1.P4Data
P4DataOuterClass.P4Data.DataCase - Enum Class in p4.v1
 
P4DataOuterClass.P4DataOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4Header - Class in p4.v1
Protobuf type p4.v1.P4Header
P4DataOuterClass.P4Header.Builder - Class in p4.v1
Protobuf type p4.v1.P4Header
P4DataOuterClass.P4HeaderOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4HeaderStack - Class in p4.v1
Protobuf type p4.v1.P4HeaderStack
P4DataOuterClass.P4HeaderStack.Builder - Class in p4.v1
Protobuf type p4.v1.P4HeaderStack
P4DataOuterClass.P4HeaderStackOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4HeaderUnion - Class in p4.v1
Protobuf type p4.v1.P4HeaderUnion
P4DataOuterClass.P4HeaderUnion.Builder - Class in p4.v1
Protobuf type p4.v1.P4HeaderUnion
P4DataOuterClass.P4HeaderUnionOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4HeaderUnionStack - Class in p4.v1
Protobuf type p4.v1.P4HeaderUnionStack
P4DataOuterClass.P4HeaderUnionStack.Builder - Class in p4.v1
Protobuf type p4.v1.P4HeaderUnionStack
P4DataOuterClass.P4HeaderUnionStackOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4StructLike - Class in p4.v1
Protobuf type p4.v1.P4StructLike
P4DataOuterClass.P4StructLike.Builder - Class in p4.v1
Protobuf type p4.v1.P4StructLike
P4DataOuterClass.P4StructLikeOrBuilder - Interface in p4.v1
 
P4DataOuterClass.P4Varbit - Class in p4.v1
Protobuf type p4.v1.P4Varbit
P4DataOuterClass.P4Varbit.Builder - Class in p4.v1
Protobuf type p4.v1.P4Varbit
P4DataOuterClass.P4VarbitOrBuilder - Interface in p4.v1
 
p4info() - Method in record class io.github.zhh2001.jp4.Pipeline
Returns the value of the p4info record component.
P4Info - Class in io.github.zhh2001.jp4.pipeline
Parsed P4Info plus a name-to-id index.
P4INFO_AND_COOKIE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting the p4info and cookie fields.
P4INFO_AND_COOKIE_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Reply by setting the p4info and cookie fields.
P4INFO_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
P4InfoOuterClass - Class in p4.config.v1
 
P4InfoOuterClass.Action - Class in p4.config.v1
Protobuf type p4.config.v1.Action
P4InfoOuterClass.Action.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Action
P4InfoOuterClass.Action.Param - Class in p4.config.v1
Protobuf type p4.config.v1.Action.Param
P4InfoOuterClass.Action.Param.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Action.Param
P4InfoOuterClass.Action.ParamOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ActionOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ActionProfile - Class in p4.config.v1
Protobuf type p4.config.v1.ActionProfile
P4InfoOuterClass.ActionProfile.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.ActionProfile
P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase - Enum Class in p4.config.v1
 
P4InfoOuterClass.ActionProfile.SumOfMembers - Class in p4.config.v1
indicates that `size` and `max_group_size` represent the maximum number of members that can be present across all selector groups and within a single selector group respectively.
P4InfoOuterClass.ActionProfile.SumOfMembers.Builder - Class in p4.config.v1
indicates that `size` and `max_group_size` represent the maximum number of members that can be present across all selector groups and within a single selector group respectively.
P4InfoOuterClass.ActionProfile.SumOfMembersOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ActionProfile.SumOfWeights - Class in p4.config.v1
indicates that `size` and `max_group_size` represent the maximum sum of weights that can be present across all selector groups and within a single selector group respectively.
P4InfoOuterClass.ActionProfile.SumOfWeights.Builder - Class in p4.config.v1
indicates that `size` and `max_group_size` represent the maximum sum of weights that can be present across all selector groups and within a single selector group respectively.
P4InfoOuterClass.ActionProfile.SumOfWeightsOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ActionProfileOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ActionRef - Class in p4.config.v1
used to list all possible actions in a Table
P4InfoOuterClass.ActionRef.Builder - Class in p4.config.v1
used to list all possible actions in a Table
P4InfoOuterClass.ActionRef.Scope - Enum Class in p4.config.v1
Protobuf enum p4.config.v1.ActionRef.Scope
P4InfoOuterClass.ActionRefOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ControllerPacketMetadata - Class in p4.config.v1
Any metadata associated with controller Packet-IO (Packet-In or Packet-Out) is modeled as P4 headers carrying special annotations @controller_header("packet_out") and @controller_header("packet_in") respectively.
P4InfoOuterClass.ControllerPacketMetadata.Builder - Class in p4.config.v1
Any metadata associated with controller Packet-IO (Packet-In or Packet-Out) is modeled as P4 headers carrying special annotations @controller_header("packet_out") and @controller_header("packet_in") respectively.
P4InfoOuterClass.ControllerPacketMetadata.Metadata - Class in p4.config.v1
Protobuf type p4.config.v1.ControllerPacketMetadata.Metadata
P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.ControllerPacketMetadata.Metadata
P4InfoOuterClass.ControllerPacketMetadata.MetadataOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ControllerPacketMetadataOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Counter - Class in p4.config.v1
Protobuf type p4.config.v1.Counter
P4InfoOuterClass.Counter.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Counter
P4InfoOuterClass.CounterOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.CounterSpec - Class in p4.config.v1
Protobuf type p4.config.v1.CounterSpec
P4InfoOuterClass.CounterSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.CounterSpec
P4InfoOuterClass.CounterSpec.Unit - Enum Class in p4.config.v1
Corresponds to 'type' constructor parameter for Counter / DirectCounter in PSA
P4InfoOuterClass.CounterSpecOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Digest - Class in p4.config.v1
Protobuf type p4.config.v1.Digest
P4InfoOuterClass.Digest.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Digest
P4InfoOuterClass.DigestOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.DirectCounter - Class in p4.config.v1
Protobuf type p4.config.v1.DirectCounter
P4InfoOuterClass.DirectCounter.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.DirectCounter
P4InfoOuterClass.DirectCounterOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.DirectMeter - Class in p4.config.v1
Protobuf type p4.config.v1.DirectMeter
P4InfoOuterClass.DirectMeter.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.DirectMeter
P4InfoOuterClass.DirectMeterOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Documentation - Class in p4.config.v1
Protobuf type p4.config.v1.Documentation
P4InfoOuterClass.Documentation.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Documentation
P4InfoOuterClass.DocumentationOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Extern - Class in p4.config.v1
used to group all extern instances of the same type in one message
P4InfoOuterClass.Extern.Builder - Class in p4.config.v1
used to group all extern instances of the same type in one message
P4InfoOuterClass.ExternInstance - Class in p4.config.v1
Protobuf type p4.config.v1.ExternInstance
P4InfoOuterClass.ExternInstance.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.ExternInstance
P4InfoOuterClass.ExternInstanceOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ExternOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.MatchField - Class in p4.config.v1
Protobuf type p4.config.v1.MatchField
P4InfoOuterClass.MatchField.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.MatchField
P4InfoOuterClass.MatchField.MatchCase - Enum Class in p4.config.v1
 
P4InfoOuterClass.MatchField.MatchType - Enum Class in p4.config.v1
Protobuf enum p4.config.v1.MatchField.MatchType
P4InfoOuterClass.MatchFieldOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Meter - Class in p4.config.v1
Protobuf type p4.config.v1.Meter
P4InfoOuterClass.Meter.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Meter
P4InfoOuterClass.MeterOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.MeterSpec - Class in p4.config.v1
Protobuf type p4.config.v1.MeterSpec
P4InfoOuterClass.MeterSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.MeterSpec
P4InfoOuterClass.MeterSpec.Type - Enum Class in p4.config.v1
Used to restrict the MeterConfigs that can be used to instantiate the meter.
P4InfoOuterClass.MeterSpec.Unit - Enum Class in p4.config.v1
Corresponds to 'type' constructor parameter for Meter / DirectMeter in PSA
P4InfoOuterClass.MeterSpecOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.P4Ids - Class in p4.config.v1
wrapping the enum in a message to avoid name collisions in C++, where "enum values are siblings of their type, not children of it"
P4InfoOuterClass.P4Ids.Builder - Class in p4.config.v1
wrapping the enum in a message to avoid name collisions in C++, where "enum values are siblings of their type, not children of it"
P4InfoOuterClass.P4Ids.Prefix - Enum Class in p4.config.v1
ids are allocated in such a way that it is possible based on an id to deduce the resource type (e.g.
P4InfoOuterClass.P4IdsOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.P4Info - Class in p4.config.v1
Protobuf type p4.config.v1.P4Info
P4InfoOuterClass.P4Info.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4Info
P4InfoOuterClass.P4InfoOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.PkgInfo - Class in p4.config.v1
Top-level package documentation describing the forwarding pipeline config Can be used to manage multiple P4 packages.
P4InfoOuterClass.PkgInfo.Builder - Class in p4.config.v1
Top-level package documentation describing the forwarding pipeline config Can be used to manage multiple P4 packages.
P4InfoOuterClass.PkgInfoOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.PlatformProperties - Class in p4.config.v1
Used to describe the required properties of the underlying platform.
P4InfoOuterClass.PlatformProperties.Builder - Class in p4.config.v1
Used to describe the required properties of the underlying platform.
P4InfoOuterClass.PlatformPropertiesOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Preamble - Class in p4.config.v1
Protobuf type p4.config.v1.Preamble
P4InfoOuterClass.Preamble.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Preamble
P4InfoOuterClass.PreambleOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Register - Class in p4.config.v1
Protobuf type p4.config.v1.Register
P4InfoOuterClass.Register.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Register
P4InfoOuterClass.RegisterOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.Table - Class in p4.config.v1
Protobuf type p4.config.v1.Table
P4InfoOuterClass.Table.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Table
P4InfoOuterClass.Table.IdleTimeoutBehavior - Enum Class in p4.config.v1
this enum can be extended in the future with other behaviors, such as "HARD_EVICTION"
P4InfoOuterClass.TableActionCall - Class in p4.config.v1
A TableActionCall references a particular action id and executes the action with the supplied list of arguments.
P4InfoOuterClass.TableActionCall.Argument - Class in p4.config.v1
Protobuf type p4.config.v1.TableActionCall.Argument
P4InfoOuterClass.TableActionCall.Argument.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.TableActionCall.Argument
P4InfoOuterClass.TableActionCall.ArgumentOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.TableActionCall.Builder - Class in p4.config.v1
A TableActionCall references a particular action id and executes the action with the supplied list of arguments.
P4InfoOuterClass.TableActionCallOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.TableOrBuilder - Interface in p4.config.v1
 
P4InfoOuterClass.ValueSet - Class in p4.config.v1
Protobuf type p4.config.v1.ValueSet
P4InfoOuterClass.ValueSet.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.ValueSet
P4InfoOuterClass.ValueSetOrBuilder - Interface in p4.config.v1
 
P4OperationException - Exception Class in io.github.zhh2001.jp4.error
Raised when a Write or Read RPC ran but the device rejected the result.
P4OperationException(String, OperationType, ErrorCode, List<UpdateFailure>) - Constructor for exception class io.github.zhh2001.jp4.error.P4OperationException
 
P4PipelineException - Exception Class in io.github.zhh2001.jp4.error
Raised when a pipeline operation fails because of a configuration mismatch or a structural problem in user-supplied data.
P4PipelineException(String) - Constructor for exception class io.github.zhh2001.jp4.error.P4PipelineException
 
P4PipelineException(String, Throwable) - Constructor for exception class io.github.zhh2001.jp4.error.P4PipelineException
 
P4RUNTIME_API_VERSION_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
P4RuntimeException - Exception Class in io.github.zhh2001.jp4.error
Base type for every exception raised by jp4.
P4RuntimeException(String) - Constructor for exception class io.github.zhh2001.jp4.error.P4RuntimeException
 
P4RuntimeException(String, Throwable) - Constructor for exception class io.github.zhh2001.jp4.error.P4RuntimeException
 
P4RuntimeGrpc - Class in p4.v1
 
P4RuntimeGrpc.AsyncService - Interface in p4.v1
 
P4RuntimeGrpc.P4RuntimeBlockingStub - Class in p4.v1
A stub to allow clients to do limited synchronous rpc calls to service P4Runtime.
P4RuntimeGrpc.P4RuntimeBlockingV2Stub - Class in p4.v1
A stub to allow clients to do synchronous rpc calls to service P4Runtime.
P4RuntimeGrpc.P4RuntimeFutureStub - Class in p4.v1
A stub to allow clients to do ListenableFuture-style rpc calls to service P4Runtime.
P4RuntimeGrpc.P4RuntimeImplBase - Class in p4.v1
Base class for the server implementation of the service P4Runtime.
P4RuntimeGrpc.P4RuntimeStub - Class in p4.v1
A stub to allow clients to do asynchronous rpc calls to service P4Runtime.
P4RuntimeImplBase() - Constructor for class p4.v1.P4RuntimeGrpc.P4RuntimeImplBase
 
P4RuntimeOuterClass - Class in p4.v1
 
P4RuntimeOuterClass.Action - Class in p4.v1
Protobuf type p4.v1.Action
P4RuntimeOuterClass.Action.Builder - Class in p4.v1
Protobuf type p4.v1.Action
P4RuntimeOuterClass.Action.Param - Class in p4.v1
Protobuf type p4.v1.Action.Param
P4RuntimeOuterClass.Action.Param.Builder - Class in p4.v1
Protobuf type p4.v1.Action.Param
P4RuntimeOuterClass.Action.ParamOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionProfileAction - Class in p4.v1
Protobuf type p4.v1.ActionProfileAction
P4RuntimeOuterClass.ActionProfileAction.Builder - Class in p4.v1
Protobuf type p4.v1.ActionProfileAction
P4RuntimeOuterClass.ActionProfileAction.WatchKindCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.ActionProfileActionOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionProfileActionSet - Class in p4.v1
Protobuf type p4.v1.ActionProfileActionSet
P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode - Enum Class in p4.v1
Added in v1.5.0.
P4RuntimeOuterClass.ActionProfileActionSet.Builder - Class in p4.v1
Protobuf type p4.v1.ActionProfileActionSet
P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics - Enum Class in p4.v1
Added in v1.5.0.
P4RuntimeOuterClass.ActionProfileActionSetOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionProfileGroup - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.ActionProfileGroup.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.ActionProfileGroup.Member - Class in p4.v1
Protobuf type p4.v1.ActionProfileGroup.Member
P4RuntimeOuterClass.ActionProfileGroup.Member.Builder - Class in p4.v1
Protobuf type p4.v1.ActionProfileGroup.Member
P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionProfileGroupOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ActionProfileMember - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.ActionProfileMember.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.ActionProfileMemberOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.BackupReplica - Class in p4.v1
A backup replica used as a fallback when the primary replica port goes down.
P4RuntimeOuterClass.BackupReplica.Builder - Class in p4.v1
A backup replica used as a fallback when the primary replica port goes down.
P4RuntimeOuterClass.BackupReplicaOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.CapabilitiesRequest - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.CapabilitiesRequest.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.CapabilitiesRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.CapabilitiesResponse - Class in p4.v1
Protobuf type p4.v1.CapabilitiesResponse
P4RuntimeOuterClass.CapabilitiesResponse.Builder - Class in p4.v1
Protobuf type p4.v1.CapabilitiesResponse
P4RuntimeOuterClass.CapabilitiesResponseOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.CloneSessionEntry - Class in p4.v1
A packet may be cloned by setting the clone_session_id field of PSA ingress/egress output metadata to session_id of a programmed clone session entry.
P4RuntimeOuterClass.CloneSessionEntry.Builder - Class in p4.v1
A packet may be cloned by setting the clone_session_id field of PSA ingress/egress output metadata to session_id of a programmed clone session entry.
P4RuntimeOuterClass.CloneSessionEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.CounterData - Class in p4.v1
Protobuf type p4.v1.CounterData
P4RuntimeOuterClass.CounterData.Builder - Class in p4.v1
Protobuf type p4.v1.CounterData
P4RuntimeOuterClass.CounterDataOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.CounterEntry - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.CounterEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.CounterEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DigestEntry - Class in p4.v1
------------------------------------------------------------------------------ Used to configure the digest extern only, not to stream digests or acks
P4RuntimeOuterClass.DigestEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ Used to configure the digest extern only, not to stream digests or acks
P4RuntimeOuterClass.DigestEntry.Config - Class in p4.v1
a DigestList message is streamed when the following conditions are met: - there is at least one digest ready - the oldest digest in the list has been waiting for at least max_timeout_ns nanoseconds or we have gathered max_list_size digests already
P4RuntimeOuterClass.DigestEntry.Config.Builder - Class in p4.v1
a DigestList message is streamed when the following conditions are met: - there is at least one digest ready - the oldest digest in the list has been waiting for at least max_timeout_ns nanoseconds or we have gathered max_list_size digests already
P4RuntimeOuterClass.DigestEntry.ConfigOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DigestEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DigestList - Class in p4.v1
Protobuf type p4.v1.DigestList
P4RuntimeOuterClass.DigestList.Builder - Class in p4.v1
Protobuf type p4.v1.DigestList
P4RuntimeOuterClass.DigestListAck - Class in p4.v1
Used by the controller to ack a DigestList message.
P4RuntimeOuterClass.DigestListAck.Builder - Class in p4.v1
Used by the controller to ack a DigestList message.
P4RuntimeOuterClass.DigestListAckError - Class in p4.v1
Protobuf type p4.v1.DigestListAckError
P4RuntimeOuterClass.DigestListAckError.Builder - Class in p4.v1
Protobuf type p4.v1.DigestListAckError
P4RuntimeOuterClass.DigestListAckErrorOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DigestListAckOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DigestListOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DirectCounterEntry - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.DirectCounterEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.DirectCounterEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.DirectMeterEntry - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.DirectMeterEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.DirectMeterEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Entity - Class in p4.v1
Protobuf type p4.v1.Entity
P4RuntimeOuterClass.Entity.Builder - Class in p4.v1
Protobuf type p4.v1.Entity
P4RuntimeOuterClass.Entity.EntityCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.EntityOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Error - Class in p4.v1
Error message used to report a single P4-entity error for a Write RPC.
P4RuntimeOuterClass.Error.Builder - Class in p4.v1
Error message used to report a single P4-entity error for a Write RPC.
P4RuntimeOuterClass.ErrorOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ExternEntry - Class in p4.v1
Protobuf type p4.v1.ExternEntry
P4RuntimeOuterClass.ExternEntry.Builder - Class in p4.v1
Protobuf type p4.v1.ExternEntry
P4RuntimeOuterClass.ExternEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatch - Class in p4.v1
field_match_type ::= exact | ternary | lpm | range | optional
P4RuntimeOuterClass.FieldMatch.Builder - Class in p4.v1
field_match_type ::= exact | ternary | lpm | range | optional
P4RuntimeOuterClass.FieldMatch.Exact - Class in p4.v1
Matches can be performed on arbitrarily-large inputs; the protobuf type 'bytes' is used to model arbitrarily-large values.
P4RuntimeOuterClass.FieldMatch.Exact.Builder - Class in p4.v1
Matches can be performed on arbitrarily-large inputs; the protobuf type 'bytes' is used to model arbitrarily-large values.
P4RuntimeOuterClass.FieldMatch.ExactOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.FieldMatch.LPM - Class in p4.v1
Protobuf type p4.v1.FieldMatch.LPM
P4RuntimeOuterClass.FieldMatch.LPM.Builder - Class in p4.v1
Protobuf type p4.v1.FieldMatch.LPM
P4RuntimeOuterClass.FieldMatch.LPMOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatch.Optional - Class in p4.v1
If the Optional match should be a wildcard, the FieldMatch must be omitted.
P4RuntimeOuterClass.FieldMatch.Optional.Builder - Class in p4.v1
If the Optional match should be a wildcard, the FieldMatch must be omitted.
P4RuntimeOuterClass.FieldMatch.OptionalOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatch.Range - Class in p4.v1
A Range is logically a set that contains all values numerically between 'low' and 'high' inclusively.
P4RuntimeOuterClass.FieldMatch.Range.Builder - Class in p4.v1
A Range is logically a set that contains all values numerically between 'low' and 'high' inclusively.
P4RuntimeOuterClass.FieldMatch.RangeOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatch.Ternary - Class in p4.v1
Protobuf type p4.v1.FieldMatch.Ternary
P4RuntimeOuterClass.FieldMatch.Ternary.Builder - Class in p4.v1
Protobuf type p4.v1.FieldMatch.Ternary
P4RuntimeOuterClass.FieldMatch.TernaryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.FieldMatchOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ForwardingPipelineConfig - Class in p4.v1
Protobuf type p4.v1.ForwardingPipelineConfig
P4RuntimeOuterClass.ForwardingPipelineConfig.Builder - Class in p4.v1
Protobuf type p4.v1.ForwardingPipelineConfig
P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie - Class in p4.v1
Metadata (cookie) opaque to the target.
P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder - Class in p4.v1
Metadata (cookie) opaque to the target.
P4RuntimeOuterClass.ForwardingPipelineConfig.CookieOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ForwardingPipelineConfigOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.GetForwardingPipelineConfigRequest - Class in p4.v1
Protobuf type p4.v1.GetForwardingPipelineConfigRequest
P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder - Class in p4.v1
Protobuf type p4.v1.GetForwardingPipelineConfigRequest
P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType - Enum Class in p4.v1
Specifies the fields to populate in the response.
P4RuntimeOuterClass.GetForwardingPipelineConfigRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.GetForwardingPipelineConfigResponse - Class in p4.v1
Protobuf type p4.v1.GetForwardingPipelineConfigResponse
P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder - Class in p4.v1
Protobuf type p4.v1.GetForwardingPipelineConfigResponse
P4RuntimeOuterClass.GetForwardingPipelineConfigResponseOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.IdleTimeoutNotification - Class in p4.v1
Protobuf type p4.v1.IdleTimeoutNotification
P4RuntimeOuterClass.IdleTimeoutNotification.Builder - Class in p4.v1
Protobuf type p4.v1.IdleTimeoutNotification
P4RuntimeOuterClass.IdleTimeoutNotificationOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Index - Class in p4.v1
An index as a protobuf message.
P4RuntimeOuterClass.Index.Builder - Class in p4.v1
An index as a protobuf message.
P4RuntimeOuterClass.IndexOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.MasterArbitrationUpdate - Class in p4.v1
Protobuf type p4.v1.MasterArbitrationUpdate
P4RuntimeOuterClass.MasterArbitrationUpdate.Builder - Class in p4.v1
Protobuf type p4.v1.MasterArbitrationUpdate
P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.MeterConfig - Class in p4.v1
Modeled to support both RFC 2698: A Two Rate Three Color Marker (trTCM) and RFC 2697: A Single Rate Three Color Marker (srTCM) based on the `type` of the corresponding MeterSpec.
P4RuntimeOuterClass.MeterConfig.Builder - Class in p4.v1
Modeled to support both RFC 2698: A Two Rate Three Color Marker (trTCM) and RFC 2697: A Single Rate Three Color Marker (srTCM) based on the `type` of the corresponding MeterSpec.
P4RuntimeOuterClass.MeterConfigOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.MeterCounterData - Class in p4.v1
Added in v1.4.0
P4RuntimeOuterClass.MeterCounterData.Builder - Class in p4.v1
Added in v1.4.0
P4RuntimeOuterClass.MeterCounterDataOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.MeterEntry - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.MeterEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ For WriteRequest, Update.Type must be MODIFY.
P4RuntimeOuterClass.MeterEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.MulticastGroupEntry - Class in p4.v1
The (port, instance) pair must be unique for each replica in a given multicast group entry.
P4RuntimeOuterClass.MulticastGroupEntry.Builder - Class in p4.v1
The (port, instance) pair must be unique for each replica in a given multicast group entry.
P4RuntimeOuterClass.MulticastGroupEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.PacketIn - Class in p4.v1
Packet sent from the switch to the controller.
P4RuntimeOuterClass.PacketIn.Builder - Class in p4.v1
Packet sent from the switch to the controller.
P4RuntimeOuterClass.PacketInOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.PacketMetadata - Class in p4.v1
Any metadata associated with Packet-IO (controller Packet-In or Packet-Out) needs to be modeled as P4 headers carrying special annotations @controller_header("packet_out") and @controller_header("packet_in") respectively.
P4RuntimeOuterClass.PacketMetadata.Builder - Class in p4.v1
Any metadata associated with Packet-IO (controller Packet-In or Packet-Out) needs to be modeled as P4 headers carrying special annotations @controller_header("packet_out") and @controller_header("packet_in") respectively.
P4RuntimeOuterClass.PacketMetadataOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.PacketOut - Class in p4.v1
Packet sent from the controller to the switch.
P4RuntimeOuterClass.PacketOut.Builder - Class in p4.v1
Packet sent from the controller to the switch.
P4RuntimeOuterClass.PacketOutError - Class in p4.v1
Protobuf type p4.v1.PacketOutError
P4RuntimeOuterClass.PacketOutError.Builder - Class in p4.v1
Protobuf type p4.v1.PacketOutError
P4RuntimeOuterClass.PacketOutErrorOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.PacketOutOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.PacketReplicationEngineEntry - Class in p4.v1
------------------------------------------------------------------------------ Only one instance of a Packet Replication Engine (PRE) is expected in the P4 pipeline.
P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ Only one instance of a Packet Replication Engine (PRE) is expected in the P4 pipeline.
P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.PacketReplicationEngineEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ReadRequest - Class in p4.v1
Protobuf type p4.v1.ReadRequest
P4RuntimeOuterClass.ReadRequest.Builder - Class in p4.v1
Protobuf type p4.v1.ReadRequest
P4RuntimeOuterClass.ReadRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ReadResponse - Class in p4.v1
Protobuf type p4.v1.ReadResponse
P4RuntimeOuterClass.ReadResponse.Builder - Class in p4.v1
Protobuf type p4.v1.ReadResponse
P4RuntimeOuterClass.ReadResponseOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.RegisterEntry - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.RegisterEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.RegisterEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Replica - Class in p4.v1
Used for replicas created for cloning and multicasting actions.
P4RuntimeOuterClass.Replica.Builder - Class in p4.v1
Used for replicas created for cloning and multicasting actions.
P4RuntimeOuterClass.Replica.PortKindCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.ReplicaOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Role - Class in p4.v1
Protobuf type p4.v1.Role
P4RuntimeOuterClass.Role.Builder - Class in p4.v1
Protobuf type p4.v1.Role
P4RuntimeOuterClass.RoleOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.SdnPort - Enum Class in p4.v1
------------------------------------------------------------------------------ Reserved controller-specified SDN port numbers for reference.
P4RuntimeOuterClass.SetForwardingPipelineConfigRequest - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action - Enum Class in p4.v1
Protobuf enum p4.v1.SetForwardingPipelineConfigRequest.Action
P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.SetForwardingPipelineConfigRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.SetForwardingPipelineConfigResponse - Class in p4.v1
Protobuf type p4.v1.SetForwardingPipelineConfigResponse
P4RuntimeOuterClass.SetForwardingPipelineConfigResponse.Builder - Class in p4.v1
Protobuf type p4.v1.SetForwardingPipelineConfigResponse
P4RuntimeOuterClass.SetForwardingPipelineConfigResponseOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.StreamError - Class in p4.v1
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
P4RuntimeOuterClass.StreamError.Builder - Class in p4.v1
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
P4RuntimeOuterClass.StreamError.DetailsCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.StreamErrorOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.StreamMessageRequest - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.StreamMessageRequest.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.StreamMessageRequest.UpdateCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.StreamMessageRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.StreamMessageResponse - Class in p4.v1
Protobuf type p4.v1.StreamMessageResponse
P4RuntimeOuterClass.StreamMessageResponse.Builder - Class in p4.v1
Protobuf type p4.v1.StreamMessageResponse
P4RuntimeOuterClass.StreamMessageResponse.UpdateCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.StreamMessageResponseOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.StreamOtherError - Class in p4.v1
Protobuf type p4.v1.StreamOtherError
P4RuntimeOuterClass.StreamOtherError.Builder - Class in p4.v1
Protobuf type p4.v1.StreamOtherError
P4RuntimeOuterClass.StreamOtherErrorOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.TableAction - Class in p4.v1
table_actions ::= action_specification | action_profile_specification
P4RuntimeOuterClass.TableAction.Builder - Class in p4.v1
table_actions ::= action_specification | action_profile_specification
P4RuntimeOuterClass.TableAction.TypeCase - Enum Class in p4.v1
 
P4RuntimeOuterClass.TableActionOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.TableEntry - Class in p4.v1
Protobuf type p4.v1.TableEntry
P4RuntimeOuterClass.TableEntry.Builder - Class in p4.v1
Protobuf type p4.v1.TableEntry
P4RuntimeOuterClass.TableEntry.IdleTimeout - Class in p4.v1
Protobuf type p4.v1.TableEntry.IdleTimeout
P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder - Class in p4.v1
Protobuf type p4.v1.TableEntry.IdleTimeout
P4RuntimeOuterClass.TableEntry.IdleTimeoutOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.TableEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Uint128 - Class in p4.v1
Protobuf type p4.v1.Uint128
P4RuntimeOuterClass.Uint128.Builder - Class in p4.v1
Protobuf type p4.v1.Uint128
P4RuntimeOuterClass.Uint128OrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.Update - Class in p4.v1
Protobuf type p4.v1.Update
P4RuntimeOuterClass.Update.Builder - Class in p4.v1
Protobuf type p4.v1.Update
P4RuntimeOuterClass.Update.Type - Enum Class in p4.v1
Protobuf enum p4.v1.Update.Type
P4RuntimeOuterClass.UpdateOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ValueSetEntry - Class in p4.v1
------------------------------------------------------------------------------ For writing and reading matches in a parser value set.
P4RuntimeOuterClass.ValueSetEntry.Builder - Class in p4.v1
------------------------------------------------------------------------------ For writing and reading matches in a parser value set.
P4RuntimeOuterClass.ValueSetEntryOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.ValueSetMember - Class in p4.v1
A member in a P4 value set.
P4RuntimeOuterClass.ValueSetMember.Builder - Class in p4.v1
A member in a P4 value set.
P4RuntimeOuterClass.ValueSetMemberOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.WriteRequest - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.WriteRequest.Atomicity - Enum Class in p4.v1
Protobuf enum p4.v1.WriteRequest.Atomicity
P4RuntimeOuterClass.WriteRequest.Builder - Class in p4.v1
------------------------------------------------------------------------------
P4RuntimeOuterClass.WriteRequestOrBuilder - Interface in p4.v1
 
P4RuntimeOuterClass.WriteResponse - Class in p4.v1
Protobuf type p4.v1.WriteResponse
P4RuntimeOuterClass.WriteResponse.Builder - Class in p4.v1
Protobuf type p4.v1.WriteResponse
P4RuntimeOuterClass.WriteResponseOrBuilder - Interface in p4.v1
 
P4Switch - Class in io.github.zhh2001.jp4
A live connection to one P4Runtime device, scoped to one device_id and one election_id.
P4Types - Class in p4.config.v1
 
P4Types.Expression - Class in p4.config.v1
Protobuf type p4.config.v1.Expression
P4Types.Expression.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.Expression
P4Types.Expression.ValueCase - Enum Class in p4.config.v1
 
P4Types.ExpressionList - Class in p4.config.v1
Protobuf type p4.config.v1.ExpressionList
P4Types.ExpressionList.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.ExpressionList
P4Types.ExpressionListOrBuilder - Interface in p4.config.v1
 
P4Types.ExpressionOrBuilder - Interface in p4.config.v1
 
P4Types.KeyValuePair - Class in p4.config.v1
Protobuf type p4.config.v1.KeyValuePair
P4Types.KeyValuePair.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.KeyValuePair
P4Types.KeyValuePairList - Class in p4.config.v1
Protobuf type p4.config.v1.KeyValuePairList
P4Types.KeyValuePairList.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.KeyValuePairList
P4Types.KeyValuePairListOrBuilder - Interface in p4.config.v1
 
P4Types.KeyValuePairOrBuilder - Interface in p4.config.v1
 
P4Types.P4BitstringLikeTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4BitstringLikeTypeSpec
P4Types.P4BitstringLikeTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4BitstringLikeTypeSpec
P4Types.P4BitstringLikeTypeSpec.TypeSpecCase - Enum Class in p4.config.v1
 
P4Types.P4BitstringLikeTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4BitTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4BitTypeSpec
P4Types.P4BitTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4BitTypeSpec
P4Types.P4BitTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4BoolType - Class in p4.config.v1
Empty message as no type information needed, just used as a placeholder in the oneof to identify boolean types.
P4Types.P4BoolType.Builder - Class in p4.config.v1
Empty message as no type information needed, just used as a placeholder in the oneof to identify boolean types.
P4Types.P4BoolTypeOrBuilder - Interface in p4.config.v1
 
P4Types.P4DataTypeSpec - Class in p4.config.v1
Describes a P4_16 type.
P4Types.P4DataTypeSpec.Builder - Class in p4.config.v1
Describes a P4_16 type.
P4Types.P4DataTypeSpec.TypeSpecCase - Enum Class in p4.config.v1
 
P4Types.P4DataTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4EnumTypeSpec - Class in p4.config.v1
For "safe" enums with no underlying representation and no member integer values.
P4Types.P4EnumTypeSpec.Builder - Class in p4.config.v1
For "safe" enums with no underlying representation and no member integer values.
P4Types.P4EnumTypeSpec.Member - Class in p4.config.v1
Protobuf type p4.config.v1.P4EnumTypeSpec.Member
P4Types.P4EnumTypeSpec.Member.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4EnumTypeSpec.Member
P4Types.P4EnumTypeSpec.MemberOrBuilder - Interface in p4.config.v1
 
P4Types.P4EnumTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4ErrorType - Class in p4.config.v1
Protobuf type p4.config.v1.P4ErrorType
P4Types.P4ErrorType.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4ErrorType
P4Types.P4ErrorTypeOrBuilder - Interface in p4.config.v1
 
P4Types.P4ErrorTypeSpec - Class in p4.config.v1
Similar to an enum, but there is always one and only one instance per P4 program.
P4Types.P4ErrorTypeSpec.Builder - Class in p4.config.v1
Similar to an enum, but there is always one and only one instance per P4 program.
P4Types.P4ErrorTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderStackTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderStackTypeSpec
P4Types.P4HeaderStackTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderStackTypeSpec
P4Types.P4HeaderStackTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderTypeSpec
P4Types.P4HeaderTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderTypeSpec
P4Types.P4HeaderTypeSpec.Member - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderTypeSpec.Member
P4Types.P4HeaderTypeSpec.Member.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderTypeSpec.Member
P4Types.P4HeaderTypeSpec.MemberOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderUnionStackTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionStackTypeSpec
P4Types.P4HeaderUnionStackTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionStackTypeSpec
P4Types.P4HeaderUnionStackTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderUnionTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionTypeSpec
P4Types.P4HeaderUnionTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionTypeSpec
P4Types.P4HeaderUnionTypeSpec.Member - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionTypeSpec.Member
P4Types.P4HeaderUnionTypeSpec.Member.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4HeaderUnionTypeSpec.Member
P4Types.P4HeaderUnionTypeSpec.MemberOrBuilder - Interface in p4.config.v1
 
P4Types.P4HeaderUnionTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4IntTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4IntTypeSpec
P4Types.P4IntTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4IntTypeSpec
P4Types.P4IntTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4NamedType - Class in p4.config.v1
Protobuf type p4.config.v1.P4NamedType
P4Types.P4NamedType.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4NamedType
P4Types.P4NamedTypeOrBuilder - Interface in p4.config.v1
 
P4Types.P4NewTypeSpec - Class in p4.config.v1
New types introduced with the "type" keyword
P4Types.P4NewTypeSpec.Builder - Class in p4.config.v1
New types introduced with the "type" keyword
P4Types.P4NewTypeSpec.RepresentationCase - Enum Class in p4.config.v1
 
P4Types.P4NewTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4NewTypeTranslation - Class in p4.config.v1
Protobuf type p4.config.v1.P4NewTypeTranslation
P4Types.P4NewTypeTranslation.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4NewTypeTranslation
P4Types.P4NewTypeTranslation.SdnString - Class in p4.config.v1
Protobuf type p4.config.v1.P4NewTypeTranslation.SdnString
P4Types.P4NewTypeTranslation.SdnString.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4NewTypeTranslation.SdnString
P4Types.P4NewTypeTranslation.SdnStringOrBuilder - Interface in p4.config.v1
 
P4Types.P4NewTypeTranslation.SdnTypeCase - Enum Class in p4.config.v1
 
P4Types.P4NewTypeTranslationOrBuilder - Interface in p4.config.v1
 
P4Types.P4SerializableEnumTypeSpec - Class in p4.config.v1
For serializable (or "unsafe") enums, which have an underlying type.
P4Types.P4SerializableEnumTypeSpec.Builder - Class in p4.config.v1
For serializable (or "unsafe") enums, which have an underlying type.
P4Types.P4SerializableEnumTypeSpec.Member - Class in p4.config.v1
Protobuf type p4.config.v1.P4SerializableEnumTypeSpec.Member
P4Types.P4SerializableEnumTypeSpec.Member.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4SerializableEnumTypeSpec.Member
P4Types.P4SerializableEnumTypeSpec.MemberOrBuilder - Interface in p4.config.v1
 
P4Types.P4SerializableEnumTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4StructTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4StructTypeSpec
P4Types.P4StructTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4StructTypeSpec
P4Types.P4StructTypeSpec.Member - Class in p4.config.v1
Protobuf type p4.config.v1.P4StructTypeSpec.Member
P4Types.P4StructTypeSpec.Member.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4StructTypeSpec.Member
P4Types.P4StructTypeSpec.MemberOrBuilder - Interface in p4.config.v1
 
P4Types.P4StructTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4TupleTypeSpec - Class in p4.config.v1
From the P4_16 spec: "A tuple is similar to a struct, in that it holds multiple values.
P4Types.P4TupleTypeSpec.Builder - Class in p4.config.v1
From the P4_16 spec: "A tuple is similar to a struct, in that it holds multiple values.
P4Types.P4TupleTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.P4TypeInfo - Class in p4.config.v1
These P4 types (struct, header_type, header_union and enum) are guaranteed to have a fully-qualified name (e.g.
P4Types.P4TypeInfo.Builder - Class in p4.config.v1
These P4 types (struct, header_type, header_union and enum) are guaranteed to have a fully-qualified name (e.g.
P4Types.P4TypeInfoOrBuilder - Interface in p4.config.v1
 
P4Types.P4VarbitTypeSpec - Class in p4.config.v1
Protobuf type p4.config.v1.P4VarbitTypeSpec
P4Types.P4VarbitTypeSpec.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.P4VarbitTypeSpec
P4Types.P4VarbitTypeSpecOrBuilder - Interface in p4.config.v1
 
P4Types.SourceLocation - Class in p4.config.v1
Location of code relative to a given source file.
P4Types.SourceLocation.Builder - Class in p4.config.v1
Location of code relative to a given source file.
P4Types.SourceLocationOrBuilder - Interface in p4.config.v1
 
P4Types.StructuredAnnotation - Class in p4.config.v1
Protobuf type p4.config.v1.StructuredAnnotation
P4Types.StructuredAnnotation.BodyCase - Enum Class in p4.config.v1
 
P4Types.StructuredAnnotation.Builder - Class in p4.config.v1
Protobuf type p4.config.v1.StructuredAnnotation
P4Types.StructuredAnnotationOrBuilder - Interface in p4.config.v1
 
packet() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns the value of the packet record component.
PACKET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
PACKET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
PACKET_COUNT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CounterData
 
PACKET_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
PACKET_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
PACKET_LENGTH_BYTES_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
PACKET_OUT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
 
PACKET_OUT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
PACKET_OUT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
PACKET_REPLICATION_ENGINE_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
PACKET_REPLICATION_ENGINE_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
packetCount() - Method in record class io.github.zhh2001.jp4.entity.CounterData
Returns the value of the packetCount record component.
packetCount() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns the value of the packetCount record component.
PacketIn - Class in io.github.zhh2001.jp4.entity
One packet delivered to the controller via the StreamChannel PacketIn message.
PacketIn(Bytes, Map<String, Bytes>) - Constructor for class io.github.zhh2001.jp4.entity.PacketIn
Public for the package-internal wire codec; users consume via P4Switch.onPacketIn / packetInStream / pollPacketIn.
packetInField(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up a PacketIn metadata field by name.
packetInFieldById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of a PacketIn metadata field by numeric id, or null when the device sent an id that the bound P4Info does not declare.
packetInFilter(Predicate<? super PacketIn>) - Method in class io.github.zhh2001.jp4.Connector
Configures a predicate that runs against every parsed inbound PacketIn after parsing and before the fan-out to the registered handler, Flow.Publisher subscribers, and the poll deque.
packetInMetadata() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Fields declared on the @controller_header("packet_in") header in P4Info, in declaration order.
packetInQueueSize(int) - Method in class io.github.zhh2001.jp4.Connector
 
packetInStream() - Method in class io.github.zhh2001.jp4.P4Switch
Returns the multi-subscriber Flow.Publisher fed by inbound PacketIn messages.
packetLengthBytes() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns the value of the packetLengthBytes record component.
PacketMetadataInfo - Record Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one field of a P4Runtime controller_packet_metadata declaration — i.e.
PacketMetadataInfo(int, String, int) - Constructor for record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Creates an instance of a PacketMetadataInfo record class.
PacketOut - Class in io.github.zhh2001.jp4.entity
Outbound packet for P4Switch.send(...).
PacketOut.Builder - Class in io.github.zhh2001.jp4.entity
Fluent builder.
packetOutField(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Same as P4Info.packetInField(String) but for the packet_out header.
packetOutFieldById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup for packet_out; null when unknown.
packetOutMetadata() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Fields declared on the @controller_header("packet_out") header in P4Info, in declaration order.
PACKETS - Enum constant in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
 
PACKETS - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MeterInfo.Unit
 
PACKETS - Enum constant in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
PACKETS = 2;
PACKETS - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
PACKETS = 2;
PACKETS_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
PACKETS = 2;
PACKETS_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
PACKETS = 2;
param(String) - Method in class io.github.zhh2001.jp4.entity.ActionInstance
Returns the value bound to paramName, or null if the action has no such parameter on this instance.
param(String) - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
Looks up one parameter by name.
param(String, byte[]) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, int) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, long) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, Bytes) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, Ip4) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, Ip6) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
param(String, Mac) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
 
PARAM_ID_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
PARAM_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Action.Param
 
paramById(int) - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
Reverse lookup: returns the ActionParamInfo for a given numeric param id, or null if the action has no parameter by that id.
paramInt(String) - Method in class io.github.zhh2001.jp4.entity.ActionInstance
Convenience accessor that interprets the parameter as an unsigned big-endian integer and returns the value as a Java int.
paramLong(String) - Method in class io.github.zhh2001.jp4.entity.ActionInstance
Convenience accessor that interprets the parameter as an unsigned big-endian integer and returns the value as a Java long.
params() - Method in class io.github.zhh2001.jp4.entity.ActionInstance
Immutable view of the parameters by name.
params() - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
 
PARAMS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action
 
PARAMS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Action
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.Expression
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseDelimitedFrom(InputStream) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseDelimitedFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(byte[]) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(byte[]) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(byte[]) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(ByteString) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(ByteString) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(ByteString) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(CodedInputStream) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(CodedInputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(InputStream) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(InputStream) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(InputStream) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(ByteBuffer) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(ByteBuffer) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.Expression
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.ExpressionList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4BoolType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NamedType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.SourceLocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Action
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Counter
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Digest
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Documentation
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Extern
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.MatchField
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Meter
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.P4Info
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Preamble
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Register
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.Table
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
parser() - Static method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
parser() - Static method in class p4.config.v1.P4Types.Expression
 
parser() - Static method in class p4.config.v1.P4Types.ExpressionList
 
parser() - Static method in class p4.config.v1.P4Types.KeyValuePair
 
parser() - Static method in class p4.config.v1.P4Types.KeyValuePairList
 
parser() - Static method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4BitTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4BoolType
 
parser() - Static method in class p4.config.v1.P4Types.P4DataTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
parser() - Static method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4ErrorType
 
parser() - Static method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
parser() - Static method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4IntTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4NamedType
 
parser() - Static method in class p4.config.v1.P4Types.P4NewTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
parser() - Static method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
parser() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
parser() - Static method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
parser() - Static method in class p4.config.v1.P4Types.P4StructTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.P4TypeInfo
 
parser() - Static method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
parser() - Static method in class p4.config.v1.P4Types.SourceLocation
 
parser() - Static method in class p4.config.v1.P4Types.StructuredAnnotation
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4Data
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4Header
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4StructLike
 
parser() - Static method in class p4.v1.P4DataOuterClass.P4Varbit
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Action
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.CounterData
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DigestList
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Entity
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Error
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Index
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Replica
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Role
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.StreamError
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.TableAction
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Uint128
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.Update
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
parser() - Static method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
payload() - Method in class io.github.zhh2001.jp4.entity.PacketIn
Raw packet bytes as delivered by the device, after stripping the packet_in controller header.
payload() - Method in class io.github.zhh2001.jp4.entity.PacketOut
Raw bytes the controller wants the device to emit (after the packet_out controller header).
payload(byte[]) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
payload(Bytes) - Method in class io.github.zhh2001.jp4.entity.PacketOut.Builder
 
PAYLOAD_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketIn
 
PAYLOAD_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketOut
 
pburst() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns the value of the pburst record component.
PBURST_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
PERMISSION_DENIED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
pipeline() - Method in class io.github.zhh2001.jp4.P4Switch
Snapshot of the Pipeline currently bound to this switch, or null if no pipeline has been pushed via P4Switch.bindPipeline(io.github.zhh2001.jp4.pipeline.P4Info, io.github.zhh2001.jp4.pipeline.DeviceConfig) or fetched via P4Switch.loadPipeline().
Pipeline - Record Class in io.github.zhh2001.jp4
Snapshot of the P4Info and DeviceConfig bound to a P4Switch.
Pipeline(P4Info, DeviceConfig) - Constructor for record class io.github.zhh2001.jp4.Pipeline
Creates an instance of a Pipeline record class.
PipelineAction - Enum Class in io.github.zhh2001.jp4.pipeline
The action field of SetForwardingPipelineConfigRequest.
pir() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns the value of the pir record component.
PIR_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
PKG_INFO_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
PLATFORM_PROPERTIES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
pollPacketIn(Duration) - Method in class io.github.zhh2001.jp4.P4Switch
Pulls the next PacketIn from the inbound deque, waiting up to timeout.
port() - Method in record class io.github.zhh2001.jp4.entity.BackupReplica
Returns the value of the port record component.
port() - Method in record class io.github.zhh2001.jp4.entity.Replica
Returns the value of the port record component.
PORT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
 
PORT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
PORT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Replica
 
PORTKIND_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Counter
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Digest
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Meter
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Register
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
PREAMBLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ValueSet
 
PREFIX_LEN_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
prefixLen() - Method in record class io.github.zhh2001.jp4.match.Match.Lpm
Returns the value of the prefixLen record component.
preserveRoleOnReconnect(boolean) - Method in class io.github.zhh2001.jp4.Connector
Configures the switch to fail fast if its mastership role on auto-reconnect differs from the role originally requested via Connector.asPrimary().
previousElectionId() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
Returns the value of the previousElectionId record component.
priority() - Method in class io.github.zhh2001.jp4.entity.TableEntry
Priority for ternary / range tables; 0 means unspecified.
priority(int) - Method in class io.github.zhh2001.jp4.entity.ActionBuilder
Sets the entry's priority through the parent builder so chains stay flat.
priority(int) - Method in class io.github.zhh2001.jp4.entity.TableEntryBuilder
Sets the entry's priority (required for ternary / range tables, ignored otherwise).
PRIORITY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
proto() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Internal access to the underlying parsed protobuf — used by P4Switch when building SetForwardingPipelineConfigRequest.
PSA_EXTERNS_START - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
PSA externs
PSA_EXTERNS_START_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
PSA externs
putAllEnums(Map<String, P4Types.P4EnumTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
putAllHeaders(Map<String, P4Types.P4HeaderTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
putAllHeaderUnions(Map<String, P4Types.P4HeaderUnionTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
putAllNewTypes(Map<String, P4Types.P4NewTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
putAllSerializableEnums(Map<String, P4Types.P4SerializableEnumTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
putAllStructs(Map<String, P4Types.P4StructTypeSpec>) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
putEnums(String, P4Types.P4EnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
putEnumsBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
putHeaders(String, P4Types.P4HeaderTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
putHeadersBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
putHeaderUnions(String, P4Types.P4HeaderUnionTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
putHeaderUnionsBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
putNewTypes(String, P4Types.P4NewTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
putNewTypesBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
putSerializableEnums(String, P4Types.P4SerializableEnumTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
putSerializableEnumsBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
putStructs(String, P4Types.P4StructTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
putStructsBuilderIfAbsent(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;

Q

QUEUE_FULL - Enum constant in enum class io.github.zhh2001.jp4.entity.DropEvent.Reason
The poll-style packet queue (P4Switch.pollPacketIn) is at capacity (default 1024, configurable via Connector.packetInQueueSize); the newest PacketIn is dropped rather than evicting a pre-queued one.

R

RANDOM - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Picks the action randomly.
RANDOM_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Picks the action randomly.
Range(Bytes, Bytes) - Constructor for record class io.github.zhh2001.jp4.match.Match.Range
Creates an instance of a Range record class.
RANGE - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
RANGE - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
RANGE = 5;
RANGE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
RANGE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
RANGE_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
RANGE = 5;
Raw(byte[]) - Constructor for record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Creates an instance of a Raw record class.
rawDigestId() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns the value of the rawDigestId record component.
read(String) - Method in class io.github.zhh2001.jp4.P4Switch
Starts a read query against the given table.
read(P4RuntimeOuterClass.ReadRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
Read one or more P4 entities from the target.
read(P4RuntimeOuterClass.ReadRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
Read one or more P4 entities from the target.
read(P4RuntimeOuterClass.ReadRequest, StreamObserver<P4RuntimeOuterClass.ReadResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
Read one or more P4 entities from the target.
read(P4RuntimeOuterClass.ReadRequest, StreamObserver<P4RuntimeOuterClass.ReadResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
Read one or more P4 entities from the target.
READ - Enum constant in enum class io.github.zhh2001.jp4.error.OperationType
 
readActionProfileGroup(String) - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the groups of the action profile named actionProfileName.
readActionProfileMember(String) - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the members of the action profile named actionProfileName.
readCloneSession() - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the clone sessions programmed on the device's packet replication engine.
readCounter(String) - Method in class io.github.zhh2001.jp4.P4Switch
Starts a read against the named counter array.
readMeter(String) - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the meter named meterName.
readMulticastGroup() - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the multicast groups programmed on the device's packet replication engine.
ReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request, returned by P4Switch.read(tableName).
readRegister(String) - Method in class io.github.zhh2001.jp4.P4Switch
Returns a builder for a P4Runtime Read request against the register named registerName.
reason() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns the value of the reason record component.
RECONCILE_AND_COMMIT - Enum constant in enum class io.github.zhh2001.jp4.pipeline.PipelineAction
Used internally on auto-reconnect to re-apply the bound pipeline without disrupting state.
RECONCILE_AND_COMMIT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify, save and realize the given config, while preserving the forwarding state in the target.
RECONCILE_AND_COMMIT_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify, save and realize the given config, while preserving the forwarding state in the target.
Reconnect - Search tag in class io.github.zhh2001.jp4.P4Switch
Section
reconnectPolicy(ReconnectPolicy) - Method in class io.github.zhh2001.jp4.Connector
 
ReconnectPolicy - Interface in io.github.zhh2001.jp4
Strategy for re-establishing the gRPC stream after a transport failure.
red() - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Returns the value of the red record component.
RED_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
register(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up a register by its fully-qualified name.
REGISTER - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
REGISTER = 22;
REGISTER_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
REGISTER_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
REGISTER_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
REGISTER_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
REGISTER = 22;
registerAllExtensions(ExtensionRegistry) - Static method in class p4.config.v1.P4InfoOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class p4.config.v1.P4Types
 
registerAllExtensions(ExtensionRegistry) - Static method in class p4.v1.P4DataOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class p4.v1.P4RuntimeOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class p4.config.v1.P4InfoOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class p4.config.v1.P4Types
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class p4.v1.P4DataOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class p4.v1.P4RuntimeOuterClass
 
registerById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup of a register by id; null on miss.
RegisterEntry - Record Class in io.github.zhh2001.jp4.entity
One P4 register cell returned by P4Switch.readRegister.
RegisterEntry(String, long, Bytes) - Constructor for record class io.github.zhh2001.jp4.entity.RegisterEntry
Creates an instance of a RegisterEntry record class.
RegisterInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 register array, derived from P4Info.
registerName() - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Returns the value of the registerName record component.
registerNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Register names declared in the bound P4Info, as an immutable list.
RegisterReadQuery - Interface in io.github.zhh2001.jp4
Builder for one P4Runtime Read request against a register array, returned by P4Switch.readRegister(String).
REGISTERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
removeActionProfileActions(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
removeActionProfiles(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
removeActionRefs(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
removeActions(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
removeAnnotationLocations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
removeArguments(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
removeBackupReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
removeControllerPacketMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
removeCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
removeData(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
removeDigests(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
removeDirectCounters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
removeDirectMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
removeEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
removeEntities(int) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
removeEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
removeEntries(int) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
removeEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4EnumTypeSpec> enums = 4;
removeExpressions(int) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
removeExterns(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
removeHeaders(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderTypeSpec> headers = 2;
removeHeaderUnions(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4HeaderUnionTypeSpec> header_unions = 3;
removeInstances(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
removeKvPairs(int) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
removeMatch(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
removeMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
removeMatch(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
removeMatchFields(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
removeMembers(int) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
removeMembers(int) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
removeMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
removeMembers(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
removeMetadata(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
removeMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
removeMetadata(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
removeMeters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
removeNewTypes(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4NewTypeSpec> new_types = 7;
removeParams(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
removeParams(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
removeRegisters(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
removeReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
removeReplicas(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
removeSerializableEnums(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4SerializableEnumTypeSpec> serializable_enums = 6;
removeStructs(String) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
map<string, .p4.config.v1.P4StructTypeSpec> structs = 1;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeStructuredAnnotations(int) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
removeTableEntry(int) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
removeTables(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
removeUpdates(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
removeValueSets(int) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
Replica - Record Class in io.github.zhh2001.jp4.entity
One replica slot in a MulticastGroupEntry or CloneSessionEntry.
Replica(Bytes, int, List<BackupReplica>) - Constructor for record class io.github.zhh2001.jp4.entity.Replica
Creates an instance of a Replica record class.
replicas() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns the value of the replicas record component.
replicas() - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Returns the value of the replicas record component.
REPLICAS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
REPLICAS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
REPRESENTATION_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
 
RESOURCE_EXHAUSTED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
RESPONSE_TYPE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
ROLE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
ROLE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
ROLE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
ROLE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
ROLE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
ROLE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
ROLLBACK_ON_ERROR - Enum constant in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Optional.
ROLLBACK_ON_ERROR_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Optional.

S

SCOPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionRef
 
SDN_BITWIDTH - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
 
SDN_BITWIDTH_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeTranslation
 
SDN_PORT_CPU - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
0xfffffffd: Send to CPU
SDN_PORT_CPU_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SdnPort
0xfffffffd: Send to CPU
SDN_PORT_MAX - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
0xfffffeff: The maximum value of an SDN port (physical or logical).
SDN_PORT_MAX_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SdnPort
0xfffffeff: The maximum value of an SDN port (physical or logical).
SDN_PORT_MIN - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
SDN ports are numbered starting form 1.
SDN_PORT_MIN_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SdnPort
SDN ports are numbered starting form 1.
SDN_PORT_RECIRCULATE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Reserved SDN port numbers (0xffffff00 - 0xffffffff) 0xfffffffa: Recirculate the packet back to ingress
SDN_PORT_RECIRCULATE_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Reserved SDN port numbers (0xffffff00 - 0xffffffff) 0xfffffffa: Recirculate the packet back to ingress
SDN_PORT_UNKNOWN - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
SDN_PORT_UNKNOWN = 0;
SDN_PORT_UNKNOWN_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SdnPort
SDN_PORT_UNKNOWN = 0;
SDN_STRING - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
 
SDN_STRING_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeTranslation
 
SDNTYPE_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
 
SELECTORSIZESEMANTICS_NOT_SET - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
 
send(PacketOut) - Method in class io.github.zhh2001.jp4.P4Switch
Sends a single PacketOut to the device via the StreamChannel.
sendAsync(PacketOut) - Method in class io.github.zhh2001.jp4.P4Switch
Async variant of P4Switch.send(PacketOut).
SERIALIZABLE_ENUM - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
SERIALIZABLE_ENUM_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
SERIALIZABLE_ENUMS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
SERVICE_NAME - Static variable in class p4.v1.P4RuntimeGrpc
 
SESSION_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
sessionId() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns the value of the sessionId record component.
sessionId(long) - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
Restricts the read to the clone session with the given id.
setAckTimeoutNs(long) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
timeout for DigestListAck message
setAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
setAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
setAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
setAction(P4RuntimeOuterClass.Action.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
.p4.v1.Action action = 1;
setAction(P4RuntimeOuterClass.Action.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
.p4.v1.Action action = 3;
setAction(P4RuntimeOuterClass.Action.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.Action action = 1;
setAction(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
setAction(P4RuntimeOuterClass.TableAction) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
setAction(P4RuntimeOuterClass.TableAction.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.TableAction action = 3;
setActionId(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
uint32 action_id = 1;
setActionId(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
uint32 action_id = 1;
setActionProfileActions(int, P4RuntimeOuterClass.ActionProfileAction) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
setActionProfileActions(int, P4RuntimeOuterClass.ActionProfileAction.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
repeated .p4.v1.ActionProfileAction action_profile_actions = 1;
setActionProfileActionSet(P4RuntimeOuterClass.ActionProfileActionSet) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
setActionProfileActionSet(P4RuntimeOuterClass.ActionProfileActionSet.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
.p4.v1.ActionProfileActionSet action_profile_action_set = 4;
setActionProfileGroup(P4RuntimeOuterClass.ActionProfileGroup) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
setActionProfileGroup(P4RuntimeOuterClass.ActionProfileGroup.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileGroup action_profile_group = 4;
setActionProfileGroupId(int) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_group_id = 3;
setActionProfileId(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 action_profile_id = 1;
setActionProfileId(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 action_profile_id = 1;
setActionProfileMember(P4RuntimeOuterClass.ActionProfileMember) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
setActionProfileMember(P4RuntimeOuterClass.ActionProfileMember.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ActionProfileMember action_profile_member = 3;
setActionProfileMemberId(int) - Method in class p4.v1.P4RuntimeOuterClass.TableAction.Builder
uint32 action_profile_member_id = 2;
setActionProfiles(int, P4InfoOuterClass.ActionProfile) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
setActionProfiles(int, P4InfoOuterClass.ActionProfile.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ActionProfile action_profiles = 4;
setActionRefs(int, P4InfoOuterClass.ActionRef) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
setActionRefs(int, P4InfoOuterClass.ActionRef.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
even when the table is indirect (see implementation_id) below, this field includes all possible actions for the table; by using ActionRef instead of a repeated field of action ids, each action reference in a P4 table is able to have its own annotations
setActions(int, P4InfoOuterClass.Action) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
setActions(int, P4InfoOuterClass.Action.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Action actions = 3;
setActionSelectionMode(P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines how the group selects a per-packet action.
setActionSelectionModeValue(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines how the group selects a per-packet action.
setActionValue(int) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.SetForwardingPipelineConfigRequest.Action action = 4;
setAlias(String) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
setAliasBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
an alias (alternative name) for the P4 object, probably shorter than its fully qualified name.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
Optional.
setAnnotationLocations(int, P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
Optional.
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated string annotations = 3;
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated string annotations = 2;
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated string annotations = 3;
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated string annotations = 3;
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, free-form; a way to extend PkgInfo
setAnnotations(int, String) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated string annotations = 4;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
Useful to identify well-known types, such as IP address or Ethernet MAC address.
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated string annotations = 2;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated string annotations = 2;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated string annotations = 2;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated string annotations = 2;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
for other annotations (not @p4runtime_translation)
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated string annotations = 3;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated string annotations = 3;
setAnnotations(int, String) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated string annotations = 2;
setArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
setArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
setArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
setArbitration(P4RuntimeOuterClass.MasterArbitrationUpdate.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.MasterArbitrationUpdate arbitration = 1;
setArch(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
the target architecture, e.g.
setArchBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
the target architecture, e.g.
setArguments(int, P4InfoOuterClass.TableActionCall.Argument) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
setArguments(int, P4InfoOuterClass.TableActionCall.Argument.Builder) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Builder
repeated .p4.config.v1.TableActionCall.Argument arguments = 4;
setAtomicity(P4RuntimeOuterClass.WriteRequest.Atomicity) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
setAtomicityValue(int) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.WriteRequest.Atomicity atomicity = 5;
setBackupReplicas(int, P4RuntimeOuterClass.BackupReplica) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
setBackupReplicas(int, P4RuntimeOuterClass.BackupReplica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
List of backup replicas used as a fallback when the primary replica port (and all higher-preference backup replica ports) are down.
setBit(P4Types.P4BitTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
setBit(P4Types.P4BitTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
bit<W>
setBitstring(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for bit<W>, int<W>
setBitstring(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
bytes bitstring = 1;
setBitstring(P4Types.P4BitstringLikeTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
setBitstring(P4Types.P4BitstringLikeTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BitstringLikeTypeSpec bitstring = 1;
setBitstrings(int, ByteString) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
repeated bytes bitstrings = 2;
setBitwidth(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
int32 bitwidth = 4;
setBitwidth(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
int32 bitwidth = 4;
setBitwidth(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
int32 bitwidth = 4;
setBitwidth(int) - Method in class p4.config.v1.P4Types.P4BitTypeSpec.Builder
int32 bitwidth = 1;
setBitwidth(int) - Method in class p4.config.v1.P4Types.P4IntTypeSpec.Builder
int32 bitwidth = 1;
setBitwidth(int) - Method in class p4.v1.P4DataOuterClass.P4Varbit.Builder
dynamic bitwidth of the field
setBool(boolean) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
bool bool = 3;
setBool(P4Types.P4BoolType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
setBool(P4Types.P4BoolType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4BoolType bool = 2;
setBoolValue(boolean) - Method in class p4.config.v1.P4Types.Expression.Builder
bool bool_value = 3;
setBrief(String) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A brief description of something, e.g.
setBriefBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A brief description of something, e.g.
setByteCount(long) - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 byte_count = 1;
setCanonicalCode(int) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
setCanonicalCode(int) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
gRPC canonical error code (see https://developers.google.com/maps-booking/reference/grpc-api/status_codes)
setCburst(long) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed burst size
setCir(long) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Committed information rate (units per sec)
setClassOfService(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 class_of_service = 3;
setCloneSessionEntry(P4RuntimeOuterClass.CloneSessionEntry) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
setCloneSessionEntry(P4RuntimeOuterClass.CloneSessionEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.CloneSessionEntry clone_session_entry = 2;
setCode(int) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Numeric code drawn from target-specific error space above.
setCode(int) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
setColumn(int) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
int32 column = 3;
setConfig(Any) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
setConfig(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Describes the role configuration, i.e.
setConfig(P4RuntimeOuterClass.DigestEntry.Config) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
setConfig(P4RuntimeOuterClass.DigestEntry.Config.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
.p4.v1.DigestEntry.Config config = 2;
setConfig(P4RuntimeOuterClass.ForwardingPipelineConfig) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
setConfig(P4RuntimeOuterClass.ForwardingPipelineConfig) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
setConfig(P4RuntimeOuterClass.ForwardingPipelineConfig.Builder) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse.Builder
.p4.v1.ForwardingPipelineConfig config = 1;
setConfig(P4RuntimeOuterClass.ForwardingPipelineConfig.Builder) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.ForwardingPipelineConfig config = 5;
setConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
setConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
setConfig(P4RuntimeOuterClass.MeterConfig.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
.p4.v1.MeterConfig config = 2;
setConfig(P4RuntimeOuterClass.MeterConfig.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.MeterConfig config = 3;
setConstDefaultActionId(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
0 (default value) means that the table does not have a const default action
setContact(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
contact info for support,e.g.
setContactBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
contact info for support,e.g.
setControllerMetadata(long) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Deprecated.
p4.v1.TableEntry.controller_metadata is deprecated. See p4/v1/p4runtime.proto;l=164
setControllerPacketMetadata(int, P4InfoOuterClass.ControllerPacketMetadata) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
setControllerPacketMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ControllerPacketMetadata controller_packet_metadata = 9;
setCookie(long) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder
uint64 cookie = 1;
setCookie(P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
setCookie(P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.v1.ForwardingPipelineConfig.Cookie cookie = 3;
setCounterData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
setCounterData(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
.p4.v1.CounterData counter_data = 7;
setCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
setCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
setCounterData(P4RuntimeOuterClass.MeterCounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
Added in v1.4.0
setCounterData(P4RuntimeOuterClass.MeterCounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
Added in v1.4.0
setCounterEntry(P4RuntimeOuterClass.CounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
setCounterEntry(P4RuntimeOuterClass.CounterEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.CounterEntry counter_entry = 7;
setCounterId(int) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
uint32 counter_id = 1;
setCounters(int, P4InfoOuterClass.Counter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
setCounters(int, P4InfoOuterClass.Counter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Counter counters = 5;
setData(int, P4DataOuterClass.P4Data) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
setData(int, P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
List of entries: each call to the Digest<T>::pack() method corresponds to one entry and we can have as little as one entry.
setData(P4DataOuterClass.P4Data) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
setData(P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.P4Data data = 3;
setData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
setData(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
setData(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.CounterData data = 3;
setData(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
.p4.v1.CounterData data = 2;
setDescription(String) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A more verbose description of something.
setDescriptionBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Documentation.Builder
A more verbose description of something.
setDetails(Any) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
setDetails(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Optional: Allows reporting back additional target-specific details on the error.
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest.Builder
Optional: Response should include the device-specific capabilities of the device identified by `device_id` in addition to server-wide capabilities.
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
uint64 device_id = 1;
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
uint64 device_id = 1;
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
uint64 device_id = 1;
setDeviceId(long) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
uint64 device_id = 1;
setDigest(P4RuntimeOuterClass.DigestList) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
setDigest(P4RuntimeOuterClass.DigestList.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.DigestList digest = 3;
setDigestAck(P4RuntimeOuterClass.DigestListAck) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
setDigestAck(P4RuntimeOuterClass.DigestListAck.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.DigestListAck digest_ack = 3;
setDigestEntry(P4RuntimeOuterClass.DigestEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
setDigestEntry(P4RuntimeOuterClass.DigestEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DigestEntry digest_entry = 12;
setDigestId(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Builder
uint32 digest_id = 1;
setDigestId(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies the digest extern instance
setDigestId(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint32 digest_id = 1;
setDigestListAck(P4RuntimeOuterClass.DigestListAck) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
setDigestListAck(P4RuntimeOuterClass.DigestListAck.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError.Builder
Optional.
setDigestListAck(P4RuntimeOuterClass.DigestListAckError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
setDigestListAck(P4RuntimeOuterClass.DigestListAckError.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.DigestListAckError digest_list_ack = 6;
setDigests(int, P4InfoOuterClass.Digest) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
setDigests(int, P4InfoOuterClass.Digest.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Digest digests = 12;
setDirectCounterEntry(P4RuntimeOuterClass.DirectCounterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
setDirectCounterEntry(P4RuntimeOuterClass.DirectCounterEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectCounterEntry direct_counter_entry = 8;
setDirectCounters(int, P4InfoOuterClass.DirectCounter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
setDirectCounters(int, P4InfoOuterClass.DirectCounter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectCounter direct_counters = 6;
setDirectMeterEntry(P4RuntimeOuterClass.DirectMeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
setDirectMeterEntry(P4RuntimeOuterClass.DirectMeterEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.DirectMeterEntry direct_meter_entry = 6;
setDirectMeters(int, P4InfoOuterClass.DirectMeter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
setDirectMeters(int, P4InfoOuterClass.DirectMeter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.DirectMeter direct_meters = 8;
setDirectResourceIds(int, int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
ids of the direct resources (if any) attached to this table; for now this includes only direct counters and direct meters, but other resources may be added in the future
setDirectTableId(int) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
the id of the table to which the counter is attached
setDirectTableId(int) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
the id of the table to which the meter is attached
setDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
setDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
setDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
setDoc(P4InfoOuterClass.Documentation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
setDoc(P4InfoOuterClass.Documentation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
Documentation of the Param.
setDoc(P4InfoOuterClass.Documentation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
Documentation of the match field
setDoc(P4InfoOuterClass.Documentation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
brief and detailed descriptions
setDoc(P4InfoOuterClass.Documentation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
Documentation of the entity
setEburst(long) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Excess burst size (only used by srTCM).
setEgressPort(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Deprecated.
p4.v1.Replica.egress_port is deprecated. See p4/v1/p4runtime.proto;l=493
setElapsedNs(long) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
setElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
setElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
setElectionId(P4RuntimeOuterClass.Uint128) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
setElectionId(P4RuntimeOuterClass.Uint128.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The stream RPC with the highest election_id is the primary.
setElectionId(P4RuntimeOuterClass.Uint128.Builder) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
.p4.v1.Uint128 election_id = 3;
setElectionId(P4RuntimeOuterClass.Uint128.Builder) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
.p4.v1.Uint128 election_id = 3;
setEntities(int, P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
setEntities(int, P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
setEntities(int, P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
repeated .p4.v1.Entity entities = 2;
setEntities(int, P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse.Builder
repeated .p4.v1.Entity entities = 1;
setEntity(P4RuntimeOuterClass.Entity) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
setEntity(P4RuntimeOuterClass.Entity.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Entity entity = 2;
setEntries(int, P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
setEntries(int, P4DataOuterClass.P4Header.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header stack, which is specified in P4Info.
setEntries(int, P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
setEntries(int, P4DataOuterClass.P4HeaderUnion.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack.Builder
The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
setEntry(Any) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
setEntry(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
.google.protobuf.Any entry = 3;
setEnum(String) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
setEnum(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
setEnum(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType enum = 9;
setEnumBytes(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
safe (non-serializable) enums only
setEnumValue(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
serializable enums only
setError(String) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
setError(P4Types.P4ErrorType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
setError(P4Types.P4ErrorType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4ErrorType error = 10;
setError(P4Types.P4ErrorTypeSpec) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
setError(P4Types.P4ErrorTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4TypeInfo.Builder
.p4.config.v1.P4ErrorTypeSpec error = 5;
setError(P4RuntimeOuterClass.StreamError) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
setError(P4RuntimeOuterClass.StreamError.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
Used by the server to asynchronously report errors which occur when processing StreamMessageRequest messages.
setErrorBytes(ByteString) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
string error = 11;
setExact(P4RuntimeOuterClass.FieldMatch.Exact) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
setExact(P4RuntimeOuterClass.FieldMatch.Exact.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Exact exact = 2;
setExperimental(Any) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
setExperimental(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
Used for experimental features before proposing them for standardization.
setExpressionList(P4Types.ExpressionList) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
setExpressionList(P4Types.ExpressionList.Builder) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.ExpressionList expression_list = 2;
setExpressions(int, P4Types.Expression) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
setExpressions(int, P4Types.Expression.Builder) - Method in class p4.config.v1.P4Types.ExpressionList.Builder
repeated .p4.config.v1.Expression expressions = 1;
setExternEntry(P4RuntimeOuterClass.ExternEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
setExternEntry(P4RuntimeOuterClass.ExternEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ExternEntry extern_entry = 1;
setExternId(int) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
id of the instance
setExterns(int, P4InfoOuterClass.Extern) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
setExterns(int, P4InfoOuterClass.Extern.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Extern externs = 100;
setExternTypeId(int) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
setExternTypeId(int) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry.Builder
the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
setExternTypeName(String) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
string extern_type_name = 2;
setExternTypeNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
string extern_type_name = 2;
setFieldId(int) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
uint32 field_id = 1;
setFile(String) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Path to the source file (absolute or relative to the working directory).
setFileBytes(ByteString) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Path to the source file (absolute or relative to the working directory).
setForwardingPipelineConfig(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
Sets the P4 forwarding-pipeline config.
setForwardingPipelineConfig(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
Sets the P4 forwarding-pipeline config.
setForwardingPipelineConfig(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeFutureStub
Sets the P4 forwarding-pipeline config.
setForwardingPipelineConfig(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest, StreamObserver<P4RuntimeOuterClass.SetForwardingPipelineConfigResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
Sets the P4 forwarding-pipeline config.
setForwardingPipelineConfig(P4RuntimeOuterClass.SetForwardingPipelineConfigRequest, StreamObserver<P4RuntimeOuterClass.SetForwardingPipelineConfigResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
Sets the P4 forwarding-pipeline config.
setGreen(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
setGreen(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData green = 1;
setGroupAction(P4RuntimeOuterClass.Action) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
setGroupAction(P4RuntimeOuterClass.Action.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Added in v1.6.0.
setGroupId(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
uint32 group_id = 2;
setHasInitialEntries(boolean) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table has initial entries defined using the 'entries' table property in the P4 source code, either with or without the 'const' qualifier on 'entries', and there is at least one entry in that list.
setHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
setHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
setHeader(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
setHeader(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header = 5;
setHeader(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
.p4.config.v1.P4NamedType header = 1;
setHeader(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
.p4.config.v1.P4NamedType header = 2;
setHeader(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
setHeader(P4DataOuterClass.P4Header.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4Header header = 6;
setHeaderStack(P4Types.P4HeaderStackTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
setHeaderStack(P4Types.P4HeaderStackTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderStackTypeSpec header_stack = 7;
setHeaderStack(P4DataOuterClass.P4HeaderStack) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
setHeaderStack(P4DataOuterClass.P4HeaderStack.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderStack header_stack = 8;
setHeaderUnion(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
setHeaderUnion(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
setHeaderUnion(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 6;
setHeaderUnion(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
.p4.config.v1.P4NamedType header_union = 1;
setHeaderUnion(P4DataOuterClass.P4HeaderUnion) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
setHeaderUnion(P4DataOuterClass.P4HeaderUnion.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnion header_union = 7;
setHeaderUnionStack(P4Types.P4HeaderUnionStackTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
setHeaderUnionStack(P4Types.P4HeaderUnionStackTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4HeaderUnionStackTypeSpec header_union_stack = 8;
setHeaderUnionStack(P4DataOuterClass.P4HeaderUnionStack) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
setHeaderUnionStack(P4DataOuterClass.P4HeaderUnionStack.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4HeaderUnionStack header_union_stack = 9;
setHigh(long) - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Highest 64 bits of a 128 bit number.
setHigh(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes high = 2;
setId(int) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
uint32 id = 1;
setId(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
uint32 id = 1;
setId(int) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
uint32 id = 1;
setId(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
uint32 id = 1;
setId(int) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
ids share the same number-space; e.g.
setId(long) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Deprecated.
p4.v1.Role.id is deprecated. See p4/v1/p4runtime.proto;l=680
setIdleTimeoutBehavior(P4InfoOuterClass.Table.IdleTimeoutBehavior) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
is idle timeout supported for this table?
setIdleTimeoutBehaviorValue(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
is idle timeout supported for this table?
setIdleTimeoutNotification(P4RuntimeOuterClass.IdleTimeoutNotification) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
setIdleTimeoutNotification(P4RuntimeOuterClass.IdleTimeoutNotification.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;
setIdleTimeoutNs(long) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
The TTL for the entry, in nanoseconds.
setImplementationId(int) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
P4 id of the "implementation" for this table (e.g.
setIndex(long) - Method in class p4.v1.P4RuntimeOuterClass.Index.Builder
int64 index = 1;
setIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
setIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
setIndex(P4RuntimeOuterClass.Index) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
setIndex(P4RuntimeOuterClass.Index.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry.Builder
.p4.v1.Index index = 2;
setIndex(P4RuntimeOuterClass.Index.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
.p4.v1.Index index = 2;
setIndex(P4RuntimeOuterClass.Index.Builder) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
.p4.v1.Index index = 2;
setIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
setIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
setIndexTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
setIndexTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
unset if index is not user-defined type
setIndexTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
unset if index is not user-defined type
setIndexTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
unset if index is not user-defined type
setInfo(Any) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
setInfo(Any.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
specific to the extern type, declared in a separate vendor-specific proto file
setInitialDefaultAction(P4InfoOuterClass.TableActionCall) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
setInitialDefaultAction(P4InfoOuterClass.TableActionCall.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
The initial default action of the table.
setInstance(int) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
uint32 instance = 2;
setInstance(int) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
uint32 instance = 2;
setInstances(int, P4InfoOuterClass.ExternInstance) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
setInstances(int, P4InfoOuterClass.ExternInstance.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Extern.Builder
repeated .p4.config.v1.ExternInstance instances = 3;
setInt(P4Types.P4IntTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
setInt(P4Types.P4IntTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
int<W>
setInt64Value(long) - Method in class p4.config.v1.P4Types.Expression.Builder
int64 int64_value = 2;
setIsConst(boolean) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
True if and only if the entry cannot be deleted or modified, i.e.
setIsConstTable(boolean) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
True if and only if the table's entries are immutable, i.e.
setIsDefaultAction(boolean) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Set to true if the table entry is being used to update the non-const default action of the table.
setIsValid(boolean) - Method in class p4.v1.P4DataOuterClass.P4Header.Builder
If the header is invalid (is_valid is "false"), then the bitstrings repeated field must be empty.
setKey(String) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
string key = 1;
setKvPairList(P4Types.KeyValuePairList) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
setKvPairList(P4Types.KeyValuePairList.Builder) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
.p4.config.v1.KeyValuePairList kv_pair_list = 3;
setKvPairs(int, P4Types.KeyValuePair) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
setKvPairs(int, P4Types.KeyValuePair.Builder) - Method in class p4.config.v1.P4Types.KeyValuePairList.Builder
repeated .p4.config.v1.KeyValuePair kv_pairs = 1;
setLine(int) - Method in class p4.config.v1.P4Types.SourceLocation.Builder
Line and column numbers within the source file, 1-based.
setListId(long) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
identifies a list of entries, used by receiver to ack
setListId(long) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck.Builder
uint64 list_id = 2;
setLow(long) - Method in class p4.v1.P4RuntimeOuterClass.Uint128.Builder
Lowest 64 bits of a 128 bit number.
setLow(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range.Builder
bytes low = 1;
setLpm(P4RuntimeOuterClass.FieldMatch.LPM) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
setLpm(P4RuntimeOuterClass.FieldMatch.LPM.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.LPM lpm = 4;
setMask(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes mask = 2;
setMatch(int, P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
setMatch(int, P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
repeated .p4.config.v1.MatchField match = 2;
setMatch(int, P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
setMatch(int, P4RuntimeOuterClass.FieldMatch) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
setMatch(int, P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
repeated .p4.v1.FieldMatch match = 2;
setMatch(int, P4RuntimeOuterClass.FieldMatch.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember.Builder
repeated .p4.v1.FieldMatch match = 1;
setMatchFields(int, P4InfoOuterClass.MatchField) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
setMatchFields(int, P4InfoOuterClass.MatchField.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
repeated .p4.config.v1.MatchField match_fields = 2;
setMatchType(P4InfoOuterClass.MatchField.MatchType) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
setMatchTypeValue(int) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
.p4.config.v1.MatchField.MatchType match_type = 5;
setMaxBitwidth(int) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec.Builder
int32 max_bitwidth = 1;
setMaxGroupSize(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
0 if the action profile does not have a selector.
setMaxListSize(int) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max size for a digest list
setMaxMemberWeight(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
the maximum weight of each individual member in a group.
setMaxSize(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
Max number of weighted member entries in this group.
setMaxTimeoutNs(long) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config.Builder
max timeout for outstanding digest data
setMemberId(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
uint32 member_id = 1;
setMemberId(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember.Builder
uint32 member_id = 2;
setMembers(int, String) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec.Builder
repeated string members = 1;
setMembers(int, P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
setMembers(int, P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec.Builder
repeated .p4.config.v1.P4DataTypeSpec members = 1;
setMembers(int, P4Types.P4EnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
setMembers(int, P4Types.P4EnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.P4EnumTypeSpec.Member members = 1;
setMembers(int, P4Types.P4HeaderTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
setMembers(int, P4Types.P4HeaderTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.P4HeaderTypeSpec.Member members = 1;
setMembers(int, P4Types.P4HeaderUnionTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
setMembers(int, P4Types.P4HeaderUnionTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.P4HeaderUnionTypeSpec.Member members = 1;
setMembers(int, P4Types.P4SerializableEnumTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
setMembers(int, P4Types.P4SerializableEnumTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.P4SerializableEnumTypeSpec.Member members = 2;
setMembers(int, P4Types.P4StructTypeSpec.Member) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
setMembers(int, P4Types.P4StructTypeSpec.Member.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.P4StructTypeSpec.Member members = 1;
setMembers(int, P4DataOuterClass.P4Data) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
setMembers(int, P4DataOuterClass.P4Data.Builder) - Method in class p4.v1.P4DataOuterClass.P4StructLike.Builder
repeated .p4.v1.P4Data members = 1;
setMembers(int, P4RuntimeOuterClass.ActionProfileGroup.Member) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
setMembers(int, P4RuntimeOuterClass.ActionProfileGroup.Member.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Builder
repeated .p4.v1.ActionProfileGroup.Member members = 3;
setMembers(int, P4RuntimeOuterClass.ValueSetMember) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
setMembers(int, P4RuntimeOuterClass.ValueSetMember.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
repeated .p4.v1.ValueSetMember members = 2;
setMessage(String) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Detailed error message.
setMessage(String) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
setMessageBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Detailed error message.
setMessageBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
setMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Metadata) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
setMetadata(int, P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
Ordered based on header layout.
setMetadata(int, P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
setMetadata(int, P4RuntimeOuterClass.PacketMetadata) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
setMetadata(int, P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
This will be based on P4 header annotated as @controller_header("packet_in").
setMetadata(int, P4RuntimeOuterClass.PacketMetadata.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
This will be based on P4 header annotated as @controller_header("packet_out").
setMetadata(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
setMetadata(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Arbitrary metadata from the controller that is opaque to the target.
setMetadataId(int) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
This refers to Metadata.id coming from P4Info ControllerPacketMetadata.
setMeterConfig(P4RuntimeOuterClass.MeterConfig) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
setMeterConfig(P4RuntimeOuterClass.MeterConfig.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
meter_config, counter_data and meter_counter_data are convenience fields that enable the controller to configure the direct resources associated with the table at the same time as a match-action entry is inserted or modified.
setMeterCounterData(P4RuntimeOuterClass.MeterCounterData) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
setMeterCounterData(P4RuntimeOuterClass.MeterCounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Per color counters for tables with a direct meter.
setMeterEntry(P4RuntimeOuterClass.MeterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
setMeterEntry(P4RuntimeOuterClass.MeterEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.MeterEntry meter_entry = 5;
setMeterId(int) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry.Builder
uint32 meter_id = 1;
setMeters(int, P4InfoOuterClass.Meter) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
setMeters(int, P4InfoOuterClass.Meter.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Meter meters = 7;
setMulticastGroupEntry(P4RuntimeOuterClass.MulticastGroupEntry) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
setMulticastGroupEntry(P4RuntimeOuterClass.MulticastGroupEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder
.p4.v1.MulticastGroupEntry multicast_group_entry = 1;
setMulticastGroupId(int) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
uint32 multicast_group_id = 1;
setMulticastGroupTableMaxReplicasPerEntry(int) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The number of replicas that the platform is required to support per group/entry.
setMulticastGroupTableSize(int) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of multicast entries (i.e.
setMulticastGroupTableTotalReplicas(int) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties.Builder
The minimum number of replicas that the platform is required to support across all groups.
setName(String) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
string name = 2;
setName(String) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
This is the name of the header field (not fully-qualified), similar to e.g.
setName(String) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
string name = 2;
setName(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
a definitive name for this configuration, e.g.
setName(String) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
fully qualified name of the P4 object, e.g.
setName(String) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.P4NamedType.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
string name = 1;
setName(String) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
string name = 1;
setName(String) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Added in 1.4.0.
setNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
string name = 2;
setNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
This is the name of the header field (not fully-qualified), similar to e.g.
setNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
string name = 2;
setNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
a definitive name for this configuration, e.g.
setNameBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
fully qualified name of the P4 object, e.g.
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4NamedType.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
string name = 1;
setNameBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.Role.Builder
Added in 1.4.0.
setNewType(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
setNewType(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType new_type = 12;
setOptional(P4RuntimeOuterClass.FieldMatch.Optional) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
setOptional(P4RuntimeOuterClass.FieldMatch.Optional.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Optional optional = 7;
setOrganization(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
organization which produced the configuration, e.g.
setOrganizationBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
organization which produced the configuration, e.g.
setOriginalType(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
setOriginalType(P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if no @p4runtime_translation annotation present
setOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
setOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
setOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
setOther(Any) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
setOther(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
Architecture-specific match value; it corresponds to the other_match_type in the P4Info MatchField message.
setOther(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.google.protobuf.Any other = 4;
setOther(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.google.protobuf.Any other = 5;
setOther(Any.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError.Builder
Optional.
setOther(P4RuntimeOuterClass.StreamOtherError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
setOther(P4RuntimeOuterClass.StreamOtherError.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.StreamOtherError other = 7;
setOtherMatchType(String) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
setOtherMatchTypeBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
used for architecture-specific match types which are not part of the core P4 language or of the PSA architecture.
setOtherProperties(Any) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
setOtherProperties(Any.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
architecture-specific table properties which are not part of the core P4 language or of the PSA architecture.
setP4DeviceConfig(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
Target-specific P4 configuration.
setP4Info(P4InfoOuterClass.P4Info) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
setP4Info(P4InfoOuterClass.P4Info.Builder) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Builder
.p4.config.v1.P4Info p4info = 1;
setP4RuntimeApiVersion(String) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
The full semantic version string (e.g.
setP4RuntimeApiVersionBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse.Builder
The full semantic version string (e.g.
setPacket(P4RuntimeOuterClass.PacketIn) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
setPacket(P4RuntimeOuterClass.PacketIn.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.Builder
.p4.v1.PacketIn packet = 2;
setPacket(P4RuntimeOuterClass.PacketOut) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
setPacket(P4RuntimeOuterClass.PacketOut.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.Builder
.p4.v1.PacketOut packet = 2;
setPacketCount(long) - Method in class p4.v1.P4RuntimeOuterClass.CounterData.Builder
int64 packet_count = 2;
setPacketLengthBytes(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
int32 packet_length_bytes = 4;
setPacketOut(P4RuntimeOuterClass.PacketOut) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
setPacketOut(P4RuntimeOuterClass.PacketOut.Builder) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError.Builder
Optional.
setPacketOut(P4RuntimeOuterClass.PacketOutError) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
setPacketOut(P4RuntimeOuterClass.PacketOutError.Builder) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
.p4.v1.PacketOutError packet_out = 5;
setPacketReplicationEngineEntry(P4RuntimeOuterClass.PacketReplicationEngineEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
setPacketReplicationEngineEntry(P4RuntimeOuterClass.PacketReplicationEngineEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.PacketReplicationEngineEntry packet_replication_engine_entry = 9;
setParamId(int) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
uint32 param_id = 2;
setParamId(int) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
uint32 param_id = 2;
setParams(int, P4InfoOuterClass.Action.Param) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
setParams(int, P4InfoOuterClass.Action.Param.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
repeated .p4.config.v1.Action.Param params = 2;
setParams(int, P4RuntimeOuterClass.Action.Param) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
setParams(int, P4RuntimeOuterClass.Action.Param.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Action.Builder
repeated .p4.v1.Action.Param params = 4;
setPayload(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn.Builder
bytes payload = 1;
setPayload(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut.Builder
bytes payload = 1;
setPburst(long) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak burst size
setPir(long) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig.Builder
Peak information rate (units per sec)
setPkgInfo(P4InfoOuterClass.PkgInfo) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
setPkgInfo(P4InfoOuterClass.PkgInfo.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.PkgInfo pkg_info = 1;
setPlatformProperties(P4InfoOuterClass.PlatformProperties) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
setPlatformProperties(P4InfoOuterClass.PlatformProperties.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
If set, specifies the properties that the underlying platform should have.
setPort(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica.Builder
bytes port = 1;
setPort(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.Replica.Builder
Added in v1.4.0
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Builder
preamble.name and preamble.id will specify header type ("packet_out" or "packet_in" for now).
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
.p4.config.v1.Preamble preamble = 1;
setPreamble(P4InfoOuterClass.Preamble.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
.p4.config.v1.Preamble preamble = 1;
setPrefixLen(int) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
in bits
setPriority(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Should only be set if the match implies a TCAM lookup, i.e.
setRange(P4RuntimeOuterClass.FieldMatch.Range) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
setRange(P4RuntimeOuterClass.FieldMatch.Range.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Range range = 6;
setRed(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
setRed(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData red = 3;
setRegisterEntry(P4RuntimeOuterClass.RegisterEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
setRegisterEntry(P4RuntimeOuterClass.RegisterEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.RegisterEntry register_entry = 11;
setRegisterId(int) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry.Builder
uint32 register_id = 1;
setRegisters(int, P4InfoOuterClass.Register) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
setRegisters(int, P4InfoOuterClass.Register.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Register registers = 11;
setReplicas(int, P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
setReplicas(int, P4RuntimeOuterClass.Replica) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
setReplicas(int, P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
repeated .p4.v1.Replica replicas = 2;
setReplicas(int, P4RuntimeOuterClass.Replica.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry.Builder
repeated .p4.v1.Replica replicas = 2;
setResponseType(P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
setResponseTypeValue(int) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.Builder
.p4.v1.GetForwardingPipelineConfigRequest.ResponseType response_type = 2;
setRole(String) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
When specified, only return table entries for the given role.
setRole(String) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Added in 1.4.0.
setRole(String) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Added in v1.4.0
setRole(P4RuntimeOuterClass.Role) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
setRole(P4RuntimeOuterClass.Role.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
The role for which the primary client is being arbitrated.
setRoleBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest.Builder
When specified, only return table entries for the given role.
setRoleBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Added in 1.4.0.
setRoleBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Added in v1.4.0
setRoleId(long) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Builder
Deprecated.
p4.v1.SetForwardingPipelineConfigRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=786
setRoleId(long) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
Deprecated.
p4.v1.WriteRequest.role_id is deprecated. See p4/v1/p4runtime.proto;l=63
setScope(P4InfoOuterClass.ActionRef.Scope) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
.p4.config.v1.ActionRef.Scope scope = 3;
setScopeValue(int) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
.p4.config.v1.ActionRef.Scope scope = 3;
setSdnBitwidth(int) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
int32 sdn_bitwidth = 2;
setSdnString(P4Types.P4NewTypeTranslation.SdnString) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
setSdnString(P4Types.P4NewTypeTranslation.SdnString.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
.p4.config.v1.P4NewTypeTranslation.SdnString sdn_string = 3;
setSerializableEnum(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
setSerializableEnum(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType serializable_enum = 11;
setSessionId(int) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry.Builder
uint32 session_id = 1;
setSize(int) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
int32 size = 3;
setSize(int) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet.Builder
number of entries in the value_set, as per the P4 constructor call.
setSize(int) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec.Builder
int32 size = 2;
setSize(int) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec.Builder
int32 size = 2;
setSize(long) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
max number of member entries across all groups if the action profile does not have a selector.
setSize(long) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
number of entries in the counter array
setSize(long) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
number of entries in the meter array
setSize(long) - Method in class p4.config.v1.P4InfoOuterClass.Table.Builder
max number of entries in table
setSizeSemantics(P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines the resources used by the group.
setSizeSemanticsValue(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.Builder
Determines the resources used by the group.
setSourceLocation(P4Types.SourceLocation) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
setSourceLocation(P4Types.SourceLocation.Builder) - Method in class p4.config.v1.P4Types.StructuredAnnotation.Builder
Optional.
setSpace(String) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Target and architecture specific space to which this error belongs.
setSpace(String) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
setSpaceBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.Error.Builder
Target and architecture specific space to which this error belongs.
setSpaceBytes(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.StreamError.Builder
Optional.
setSpec(P4InfoOuterClass.CounterSpec) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
setSpec(P4InfoOuterClass.CounterSpec) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
setSpec(P4InfoOuterClass.CounterSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Counter.Builder
.p4.config.v1.CounterSpec spec = 2;
setSpec(P4InfoOuterClass.CounterSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter.Builder
.p4.config.v1.CounterSpec spec = 2;
setSpec(P4InfoOuterClass.MeterSpec) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
setSpec(P4InfoOuterClass.MeterSpec) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
setSpec(P4InfoOuterClass.MeterSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter.Builder
.p4.config.v1.MeterSpec spec = 2;
setSpec(P4InfoOuterClass.MeterSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Meter.Builder
.p4.config.v1.MeterSpec spec = 2;
setStatus(Status) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
setStatus(Status.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate.Builder
Switch populates this with OK for the client that is the primary, and with an error status for all other connected clients (at every primary client change).
setStringValue(String) - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
setStringValueBytes(ByteString) - Method in class p4.config.v1.P4Types.Expression.Builder
string string_value = 1;
setStruct(P4Types.P4NamedType) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
setStruct(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4NamedType struct = 4;
setStruct(P4DataOuterClass.P4StructLike) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
setStruct(P4DataOuterClass.P4StructLike.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike struct = 5;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 7;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 9;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
Miscellaneous metadata, structured; a way to extend PkgInfo
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Preamble.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 6;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 3;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setStructuredAnnotations(int, P4Types.StructuredAnnotation.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Builder
repeated .p4.config.v1.StructuredAnnotation structured_annotations = 4;
setSumOfMembers(P4InfoOuterClass.ActionProfile.SumOfMembers) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
setSumOfMembers(P4InfoOuterClass.ActionProfile.SumOfMembers.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's members.
setSumOfWeights(P4InfoOuterClass.ActionProfile.SumOfWeights) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
setSumOfWeights(P4InfoOuterClass.ActionProfile.SumOfWeights.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
group size is the sum of the group's weights.
setTableEntry(int, P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
setTableEntry(int, P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
The only fields that are required to be set in each TableEntry are the "key" fields (table_id, match and priority) along with controller_metadata, metadata and idle_timeout_ns.
setTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
setTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
setTableEntry(P4RuntimeOuterClass.TableEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
setTableEntry(P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry.Builder
The associated table entry.
setTableEntry(P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry.Builder
The associated table entry.
setTableEntry(P4RuntimeOuterClass.TableEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.TableEntry table_entry = 2;
setTableId(int) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
uint32 table_id = 1;
setTableIds(int, int) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
the ids of the tables sharing this action profile
setTables(int, P4InfoOuterClass.Table) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
setTables(int, P4InfoOuterClass.Table.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.Table tables = 2;
setTernary(P4RuntimeOuterClass.FieldMatch.Ternary) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
setTernary(P4RuntimeOuterClass.FieldMatch.Ternary.Builder) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Builder
.p4.v1.FieldMatch.Ternary ternary = 3;
setTimeSinceLastHit(P4RuntimeOuterClass.TableEntry.IdleTimeout) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
setTimeSinceLastHit(P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.Builder
Table write: this field should be left unset.
setTimestamp(long) - Method in class p4.v1.P4RuntimeOuterClass.DigestList.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
setTimestamp(long) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification.Builder
Timestamp at which the server generated the message (in nanoseconds since Epoch)
setTranslatedType(P4Types.P4NewTypeTranslation) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
setTranslatedType(P4Types.P4NewTypeTranslation.Builder) - Method in class p4.config.v1.P4Types.P4NewTypeSpec.Builder
if @p4runtime_translation annotation present
setTuple(P4Types.P4TupleTypeSpec) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
setTuple(P4Types.P4TupleTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4DataTypeSpec.Builder
.p4.config.v1.P4TupleTypeSpec tuple = 3;
setTuple(P4DataOuterClass.P4StructLike) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
setTuple(P4DataOuterClass.P4StructLike.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
.p4.v1.P4StructLike tuple = 4;
setType(P4InfoOuterClass.MeterSpec.Type) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
Added in 1.4.0.
setType(P4RuntimeOuterClass.Update.Type) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Update.Type type = 1;
setTypeInfo(P4Types.P4TypeInfo) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
setTypeInfo(P4Types.P4TypeInfo.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
.p4.config.v1.P4TypeInfo type_info = 200;
setTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
setTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
setTypeName(P4Types.P4NamedType) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
setTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param.Builder
unset if not user-defined type.
setTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata.Builder
unset if not user-defined type
setTypeName(P4Types.P4NamedType.Builder) - Method in class p4.config.v1.P4InfoOuterClass.MatchField.Builder
unset if not user-defined type
setTypeSpec(P4Types.P4BitstringLikeTypeSpec) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4BitstringLikeTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member.Builder
.p4.config.v1.P4BitstringLikeTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Digest.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4InfoOuterClass.Register.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeSpec(P4Types.P4DataTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member.Builder
.p4.config.v1.P4DataTypeSpec type_spec = 2;
setTypeValue(int) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
Added in 1.4.0.
setTypeValue(int) - Method in class p4.v1.P4RuntimeOuterClass.Update.Builder
.p4.v1.Update.Type type = 1;
setUnderlyingType(P4Types.P4BitTypeSpec) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
setUnderlyingType(P4Types.P4BitTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Builder
.p4.config.v1.P4BitTypeSpec underlying_type = 1;
setUnit(P4InfoOuterClass.CounterSpec.Unit) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
.p4.config.v1.CounterSpec.Unit unit = 1;
setUnit(P4InfoOuterClass.MeterSpec.Unit) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
.p4.config.v1.MeterSpec.Unit unit = 1;
setUnitValue(int) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec.Builder
.p4.config.v1.CounterSpec.Unit unit = 1;
setUnitValue(int) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec.Builder
.p4.config.v1.MeterSpec.Unit unit = 1;
setUpdates(int, P4RuntimeOuterClass.Update) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
setUpdates(int, P4RuntimeOuterClass.Update.Builder) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest.Builder
The write batch, comprising a list of Update operations.
setUri(String) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
setUriBytes(ByteString) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.Builder
the URI uniquely identifies the translation in order to enable the P4Runtime agent to perform value-mapping appropriately when required.
setUrl(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
url for more information, e.g.
setUrlBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
url for more information, e.g.
setValidHeader(P4DataOuterClass.P4Header) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
setValidHeader(P4DataOuterClass.P4Header.Builder) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
.p4.v1.P4Header valid_header = 2;
setValidHeaderName(String) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
setValidHeaderNameBytes(ByteString) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion.Builder
An empty string indicates that none of the union members are valid and valid_header must therefore be unset.
setValue(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument.Builder
bytes value = 3;
setValue(ByteString) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member.Builder
bytes value = 2;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param.Builder
bytes value = 3;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact.Builder
bytes value = 1;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM.Builder
bytes value = 1;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional.Builder
bytes value = 1;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary.Builder
bytes value = 1;
setValue(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata.Builder
bytes value = 2;
setValue(P4Types.Expression) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
setValue(P4Types.Expression.Builder) - Method in class p4.config.v1.P4Types.KeyValuePair.Builder
.p4.config.v1.Expression value = 2;
setValueSetEntry(P4RuntimeOuterClass.ValueSetEntry) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
setValueSetEntry(P4RuntimeOuterClass.ValueSetEntry.Builder) - Method in class p4.v1.P4RuntimeOuterClass.Entity.Builder
.p4.v1.ValueSetEntry value_set_entry = 10;
setValueSetId(int) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry.Builder
uint32 value_set_id = 1;
setValueSets(int, P4InfoOuterClass.ValueSet) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
setValueSets(int, P4InfoOuterClass.ValueSet.Builder) - Method in class p4.config.v1.P4InfoOuterClass.P4Info.Builder
repeated .p4.config.v1.ValueSet value_sets = 10;
setVarbit(P4Types.P4VarbitTypeSpec) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
setVarbit(P4Types.P4VarbitTypeSpec.Builder) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.Builder
varbit<W>
setVarbit(P4DataOuterClass.P4Varbit) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
setVarbit(P4DataOuterClass.P4Varbit.Builder) - Method in class p4.v1.P4DataOuterClass.P4Data.Builder
for varbit<W>
setVersion(String) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
configuration version, free-format string
setVersionBytes(ByteString) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo.Builder
configuration version, free-format string
setWatch(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
Deprecated.
p4.v1.ActionProfileAction.watch is deprecated. See p4/v1/p4runtime.proto;l=325
setWatch(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
Deprecated.
p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346
setWatchPort(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
bytes watch_port = 4;
setWatchPort(ByteString) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
bytes watch_port = 4;
setWeight(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction.Builder
int32 weight = 2;
setWeight(int) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
int32 weight = 2;
setWeightsDisallowed(boolean) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
Dictates whether the controller can specify weights for groups programmed in this ActionProfile.
setWithSelector(boolean) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.Builder
true iff the action profile used dynamic selection
setYellow(P4RuntimeOuterClass.CounterData) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
setYellow(P4RuntimeOuterClass.CounterData.Builder) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData.Builder
.p4.v1.CounterData yellow = 2;
SINGLE_RATE_THREE_COLOR - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
As described in RFC 2697, allows meters to use one rate with an Excess Burst Size (EBS) to split packets into three potential colors.
SINGLE_RATE_THREE_COLOR_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
As described in RFC 2697, allows meters to use one rate with an Excess Burst Size (EBS) to split packets into three potential colors.
SINGLE_RATE_TWO_COLOR - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
A simplified version of RFC 2697, restricting meters to using a single rate to split packets into only RED or GREEN, by not providing an Excess Burst Size (EBS).
SINGLE_RATE_TWO_COLOR_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
A simplified version of RFC 2697, restricting meters to using a single rate to split packets into only RED or GREEN, by not providing an Excess Burst Size (EBS).
size() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
Maximum total member entries the profile can hold; if ActionProfileInfo.withSelector() is true the semantics depend on the target's selector_size_semantics.
size() - Method in class io.github.zhh2001.jp4.pipeline.CounterInfo
Number of cells in the counter array; the cell at Index is the user-addressable target on a Read or Write of CounterEntry.
size() - Method in class io.github.zhh2001.jp4.pipeline.MeterInfo
Number of cells in the meter array.
size() - Method in class io.github.zhh2001.jp4.pipeline.RegisterInfo
Number of cells in the register array; the cell at Index is the user-addressable target on a Read or Write of RegisterEntry.
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Counter
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Meter
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Register
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Table
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ValueSet
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
SIZE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
SIZE_SEMANTICS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
SOURCE_LOCATION_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.StructuredAnnotation
 
SPACE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Error
 
SPACE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.StreamError
 
SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Counter
 
SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Meter
 
STATUS_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
stream() - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
Streams matching groups; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
Streams matching members; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
Streams matching sessions; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.CounterReadQuery
Streams matching cells; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.MeterReadQuery
Streams matching cells; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
Streams matching groups; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.ReadQuery
Streams matching entries; the underlying gRPC iterator closes when the stream closes.
stream() - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
Streams matching cells; the underlying gRPC iterator closes when the stream closes.
streamChannel() - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
Represents the bidirectional stream between the controller and the switch (initiated by the controller), and is managed for the following purposes: - connection initiation through client arbitration - indicating switch session liveness: the session is live when switch sends a positive client arbitration update to the controller, and is considered dead when either the stream breaks or the switch sends a negative update for client arbitration - the controller sending/receiving packets to/from the switch - streaming of notifications from the switch
streamChannel(StreamObserver<P4RuntimeOuterClass.StreamMessageResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
Represents the bidirectional stream between the controller and the switch (initiated by the controller), and is managed for the following purposes: - connection initiation through client arbitration - indicating switch session liveness: the session is live when switch sends a positive client arbitration update to the controller, and is considered dead when either the stream breaks or the switch sends a negative update for client arbitration - the controller sending/receiving packets to/from the switch - streaming of notifications from the switch
streamChannel(StreamObserver<P4RuntimeOuterClass.StreamMessageResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
Represents the bidirectional stream between the controller and the switch (initiated by the controller), and is managed for the following purposes: - connection initiation through client arbitration - indicating switch session liveness: the session is live when switch sends a positive client arbitration update to the controller, and is considered dead when either the stream breaks or the switch sends a negative update for client arbitration - the controller sending/receiving packets to/from the switch - streaming of notifications from the switch
STRING_VALUE - Enum constant in enum class p4.config.v1.P4Types.Expression.ValueCase
 
STRING_VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.Expression
 
STRUCT - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
STRUCT - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
STRUCT_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
STRUCT_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
STRUCTS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4TypeInfo
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionRef
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Preamble
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4EnumTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
STRUCTURED_ANNOTATIONS_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec
 
submitted() - Method in record class io.github.zhh2001.jp4.WriteResult
Returns the value of the submitted record component.
SUBSCRIBER_LAG - Enum constant in enum class io.github.zhh2001.jp4.entity.DropEvent.Reason
A Flow.Publisher subscriber failed to consume the offered PacketIn before the per-subscriber zero-timeout deadline.
SUM_OF_MEMBERS - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
 
SUM_OF_MEMBERS - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `sum_of_members` `selector_size_semantics` for this group.
SUM_OF_MEMBERS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
SUM_OF_MEMBERS_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `sum_of_members` `selector_size_semantics` for this group.
SUM_OF_WEIGHTS - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
 
SUM_OF_WEIGHTS - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `sum_of_weights` `selector_size_semantics` for this group.
SUM_OF_WEIGHTS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
SUM_OF_WEIGHTS_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Uses the `sum_of_weights` `selector_size_semantics` for this group.

T

table(String) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Looks up a table by its fully-qualified name (e.g.
TABLE - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
TABLE = 2;
TABLE_AND_DEFAULT - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
TABLE_AND_DEFAULT = 0;
TABLE_AND_DEFAULT_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
TABLE_AND_DEFAULT = 0;
TABLE_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
TABLE_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
TABLE_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
TABLE_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
TABLE_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
TABLE_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
TABLE_IDS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
TABLE_ONLY - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
TABLE_ONLY = 1;
TABLE_ONLY_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
TABLE_ONLY = 1;
TABLE_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
TABLE = 2;
TableEntry - Class in io.github.zhh2001.jp4.entity
Immutable description of one P4 table entry: table name, match key, optional action, optional priority.
TableEntryBuilder - Class in io.github.zhh2001.jp4.entity
Fluent builder returned by TableEntry.in(String).
tableIds() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
Immutable set of table ids that share this action profile.
TableInfo - Class in io.github.zhh2001.jp4.pipeline
Read-only metadata for one P4 table, derived from P4Info.
tableInfoById(int) - Method in class io.github.zhh2001.jp4.pipeline.P4Info
Reverse lookup: returns the TableInfo for a given numeric table id, or null if the P4Info has no table by that id.
tableName() - Method in class io.github.zhh2001.jp4.entity.TableEntry
Fully-qualified table name as written in the P4 program.
tableNames() - Method in class io.github.zhh2001.jp4.pipeline.P4Info
 
TABLES_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
ternary(int, int) - Static method in interface io.github.zhh2001.jp4.match.Match
 
Ternary(Bytes, Bytes) - Constructor for record class io.github.zhh2001.jp4.match.Match.Ternary
Creates an instance of a Ternary record class.
TERNARY - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
TERNARY - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
TERNARY = 4;
TERNARY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
 
TERNARY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
TERNARY_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
TERNARY = 4;
Threading model - Search tag in class io.github.zhh2001.jp4.P4Switch
Section
TIME_SINCE_LAST_HIT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.TableEntry
 
timestamp() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns the value of the timestamp record component.
timestamp() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns the value of the timestamp record component.
timestamp() - Method in record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Returns the value of the timestamp record component.
TIMESTAMP_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.DigestList
 
TIMESTAMP_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
toBigInteger() - Method in record class io.github.zhh2001.jp4.types.ElectionId
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Action
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Register
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.Table
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
toBuilder() - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
toBuilder() - Method in class p4.config.v1.P4Types.Expression
 
toBuilder() - Method in class p4.config.v1.P4Types.ExpressionList
 
toBuilder() - Method in class p4.config.v1.P4Types.KeyValuePair
 
toBuilder() - Method in class p4.config.v1.P4Types.KeyValuePairList
 
toBuilder() - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4BoolType
 
toBuilder() - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
toBuilder() - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4ErrorType
 
toBuilder() - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
toBuilder() - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4NamedType
 
toBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
toBuilder() - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
toBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
toBuilder() - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
toBuilder() - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.P4TypeInfo
 
toBuilder() - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
toBuilder() - Method in class p4.config.v1.P4Types.SourceLocation
 
toBuilder() - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4Data
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4Header
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
toBuilder() - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Action
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Error
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Index
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Role
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.Update
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
toBuilder() - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 
toByteArray() - Method in class io.github.zhh2001.jp4.types.Bytes
 
toBytes() - Method in record class io.github.zhh2001.jp4.types.Ip4
 
toBytes() - Method in record class io.github.zhh2001.jp4.types.Ip6
 
toBytes() - Method in record class io.github.zhh2001.jp4.types.Mac
 
toString() - Method in class io.github.zhh2001.jp4.entity.ActionInstance
 
toString() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileGroup
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.ActionProfileMember
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.BackupReplica
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.CloneSessionEntry
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.CounterData
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.CounterEntry
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.DigestConfig
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.DigestEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.DropEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.IdleTimeoutEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.MeterConfig
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.MeterEntry
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.MulticastGroupEntry
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.entity.PacketIn
 
toString() - Method in class io.github.zhh2001.jp4.entity.PacketOut
 
toString() - Method in record class io.github.zhh2001.jp4.entity.RegisterEntry
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.Replica
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.entity.TableEntry
 
toString() - Method in record class io.github.zhh2001.jp4.entity.UpdateFailure
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Acquired
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.MastershipStatus.Lost
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.match.Match.Exact
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.match.Match.Lpm
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.match.Match.Optional
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.match.Match.Range
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.match.Match.Ternary
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.pipeline.ActionInfo
 
toString() - Method in record class io.github.zhh2001.jp4.pipeline.ActionParamInfo
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
 
toString() - Method in class io.github.zhh2001.jp4.pipeline.CounterInfo
 
toString() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Bmv2
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.pipeline.DeviceConfig.Raw
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.pipeline.MatchFieldInfo
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.pipeline.MeterInfo
 
toString() - Method in record class io.github.zhh2001.jp4.pipeline.PacketMetadataInfo
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.pipeline.RegisterInfo
 
toString() - Method in class io.github.zhh2001.jp4.pipeline.TableInfo
 
toString() - Method in record class io.github.zhh2001.jp4.Pipeline
Returns a string representation of this record class.
toString() - Method in class io.github.zhh2001.jp4.types.Bytes
 
toString() - Method in record class io.github.zhh2001.jp4.types.ElectionId
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.types.Ip4
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.types.Ip6
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.types.Mac
Returns a string representation of this record class.
toString() - Method in record class io.github.zhh2001.jp4.WriteResult
Returns a string representation of this record class.
TRANSLATED_TYPE - Enum constant in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
 
TRANSLATED_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeSpec
 
TUPLE - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 
TUPLE - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
TUPLE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4DataTypeSpec
 
TUPLE_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
TWO_RATE_THREE_COLOR - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
As described in RFC 2698, allows meters to use two rates to split packets into three potential colors.
TWO_RATE_THREE_COLOR_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
As described in RFC 2698, allows meters to use two rates to split packets into three potential colors.
TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
TYPE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Update
 
TYPE_INFO_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Action.Param
 
TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
TYPE_NAME_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MatchField
 
TYPE_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
 
TYPE_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
 
TYPE_SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Digest
 
TYPE_SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.Register
 
TYPE_SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
TYPE_SPEC_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
TYPESPEC_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
TYPESPEC_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
 

U

UNAUTHENTICATED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
UNAVAILABLE - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
UNDERLYING_TYPE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
UNIMPLEMENTED - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
unit() - Method in class io.github.zhh2001.jp4.pipeline.CounterInfo
What this counter counts (BYTES, PACKETS, or BOTH).
unit() - Method in class io.github.zhh2001.jp4.pipeline.MeterInfo
Whether the meter measures BYTES, PACKETS, or BOTH.
UNIT_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
UNIT_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
UNKNOWN - Enum constant in enum class io.github.zhh2001.jp4.error.ErrorCode
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
 
UNRECOGNIZED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SdnPort
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Update.Type
 
UNRECOGNIZED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
 
UNSPECIFIED - Enum constant in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
 
UNSPECIFIED - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
 
UNSPECIFIED - Enum constant in enum class io.github.zhh2001.jp4.pipeline.MeterInfo.Unit
 
UNSPECIFIED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
UNSPECIFIED = 0;
UNSPECIFIED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
UNSPECIFIED = 0;
UNSPECIFIED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
UNSPECIFIED = 0;
UNSPECIFIED - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
UNSPECIFIED = 0;
UNSPECIFIED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
UNSPECIFIED = 0;
UNSPECIFIED - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Update.Type
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
UNSPECIFIED = 0;
UNSPECIFIED_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.Update.Type
UNSPECIFIED = 0;
UPDATE_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
 
UPDATE_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
 
UpdateFailure - Record Class in io.github.zhh2001.jp4.entity
One rejected update inside a batch Write response.
UpdateFailure(int, ErrorCode, String) - Constructor for record class io.github.zhh2001.jp4.entity.UpdateFailure
Creates an instance of a UpdateFailure record class.
UPDATES_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
URI_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4NewTypeTranslation
 
URL_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 

V

VALID_HEADER_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
VALID_HEADER_NAME_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
value() - Method in record class io.github.zhh2001.jp4.match.Match.Exact
Returns the value of the value record component.
value() - Method in record class io.github.zhh2001.jp4.match.Match.Lpm
Returns the value of the value record component.
value() - Method in record class io.github.zhh2001.jp4.match.Match.Optional
Returns the value of the value record component.
value() - Method in record class io.github.zhh2001.jp4.match.Match.Ternary
Returns the value of the value record component.
VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.KeyValuePair
 
VALUE_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Action.Param
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
VALUE_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
VALUE_NOT_SET - Enum constant in enum class p4.config.v1.P4Types.Expression.ValueCase
 
VALUE_SET - Enum constant in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
VALUE_SET = 3;
VALUE_SET_ENTRY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
 
VALUE_SET_ENTRY_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.Entity
 
VALUE_SET_ID_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
VALUE_SET_VALUE - Static variable in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
VALUE_SET = 3;
VALUE_SETS_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.P4Info
 
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.Expression.ValueCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
Deprecated.
valueOf(int) - Static method in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
Deprecated.
valueOf(int) - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.entity.DropEvent.Reason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.error.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.error.OperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.pipeline.MeterInfo.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.zhh2001.jp4.pipeline.PipelineAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.Expression.ValueCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.zhh2001.jp4.entity.DropEvent.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.error.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.error.OperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.pipeline.CounterInfo.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.pipeline.MatchFieldInfo.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.pipeline.MeterInfo.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.zhh2001.jp4.pipeline.PipelineAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionProfile.SelectorSizeSemanticsCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.ActionRef.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.CounterSpec.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.MatchField.MatchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.MeterSpec.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.P4Ids.Prefix
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4InfoOuterClass.Table.IdleTimeoutBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.Expression.ValueCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.P4DataTypeSpec.TypeSpecCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.P4NewTypeSpec.RepresentationCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.P4NewTypeTranslation.SdnTypeCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.config.v1.P4Types.StructuredAnnotation.BodyCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.ActionSelectionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet.SizeSemantics
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.Entity.EntityCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.FieldMatch.FieldMatchTypeCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest.ResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry.TypeCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.Replica.PortKindCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.SdnPort
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamError.DetailsCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageRequest.UpdateCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.StreamMessageResponse.UpdateCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.TableAction.TypeCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.Update.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class p4.v1.P4RuntimeOuterClass.WriteRequest.Atomicity
Returns an array containing the constants of this enum class, in the order they are declared.
VARBIT - Enum constant in enum class p4.config.v1.P4Types.P4BitstringLikeTypeSpec.TypeSpecCase
 
VARBIT - Enum constant in enum class p4.v1.P4DataOuterClass.P4Data.DataCase
 
VARBIT_FIELD_NUMBER - Static variable in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
VARBIT_FIELD_NUMBER - Static variable in class p4.v1.P4DataOuterClass.P4Data
 
VERIFY - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify that the target can realize the given config.
VERIFY_AND_COMMIT - Enum constant in enum class io.github.zhh2001.jp4.pipeline.PipelineAction
Verify the pipeline and atomically activate it.
VERIFY_AND_COMMIT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify, save and realize the given config.
VERIFY_AND_COMMIT_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify, save and realize the given config.
VERIFY_AND_SAVE - Enum constant in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Save the config if the target can realize it.
VERIFY_AND_SAVE_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Save the config if the target can realize it.
VERIFY_VALUE - Static variable in enum class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest.Action
Verify that the target can realize the given config.
VERSION_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.PkgInfo
 

W

WATCH - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
Deprecated.
WATCH - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
Deprecated.
WATCH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
WATCH_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
WATCH_PORT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
 
WATCH_PORT - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
 
WATCH_PORT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
WATCH_PORT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
WATCHKIND_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileAction.WatchKindCase
 
WATCHKIND_NOT_SET - Enum constant in enum class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase
 
watchPort() - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Returns the value of the watchPort record component.
weight() - Method in record class io.github.zhh2001.jp4.entity.WeightedMember
Returns the value of the weight record component.
WEIGHT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
WEIGHT_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
WeightedMember - Record Class in io.github.zhh2001.jp4.entity
One weighted member slot inside an ActionProfileGroup.
WeightedMember(long, int, Bytes) - Constructor for record class io.github.zhh2001.jp4.entity.WeightedMember
Creates an instance of a WeightedMember record class.
WEIGHTS_DISALLOWED_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
where(Predicate<? super ActionProfileGroup>) - Method in interface io.github.zhh2001.jp4.ActionProfileGroupReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super ActionProfileMember>) - Method in interface io.github.zhh2001.jp4.ActionProfileMemberReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super CloneSessionEntry>) - Method in interface io.github.zhh2001.jp4.CloneSessionReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super CounterEntry>) - Method in interface io.github.zhh2001.jp4.CounterReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super MeterEntry>) - Method in interface io.github.zhh2001.jp4.MeterReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super MulticastGroupEntry>) - Method in interface io.github.zhh2001.jp4.MulticastGroupReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super RegisterEntry>) - Method in interface io.github.zhh2001.jp4.RegisterReadQuery
Adds a client-side predicate that narrows the result of a subsequent terminal call.
where(Predicate<? super TableEntry>) - Method in interface io.github.zhh2001.jp4.ReadQuery
Adds a client-side filter that narrows the result of a subsequent terminal call (ReadQuery.all() / ReadQuery.one() / ReadQuery.stream() or their async variants).
WITH_SELECTOR_FIELD_NUMBER - Static variable in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
withSelector() - Method in class io.github.zhh2001.jp4.pipeline.ActionProfileInfo
True iff the action profile uses dynamic selection (action selector).
write(P4RuntimeOuterClass.WriteRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingStub
Update one or more P4 entities on the target.
write(P4RuntimeOuterClass.WriteRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeBlockingV2Stub
Update one or more P4 entities on the target.
write(P4RuntimeOuterClass.WriteRequest) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeFutureStub
Update one or more P4 entities on the target.
write(P4RuntimeOuterClass.WriteRequest, StreamObserver<P4RuntimeOuterClass.WriteResponse>) - Method in interface p4.v1.P4RuntimeGrpc.AsyncService
Update one or more P4 entities on the target.
write(P4RuntimeOuterClass.WriteRequest, StreamObserver<P4RuntimeOuterClass.WriteResponse>) - Method in class p4.v1.P4RuntimeGrpc.P4RuntimeStub
Update one or more P4 entities on the target.
WriteResult - Record Class in io.github.zhh2001.jp4
Outcome of a batch Write.
WriteResult(int, List<UpdateFailure>) - Constructor for record class io.github.zhh2001.jp4.WriteResult
Creates an instance of a WriteResult record class.
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Action.Param
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Action
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfMembers
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile.SumOfWeights
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ActionProfile
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ActionRef
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata.Metadata
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ControllerPacketMetadata
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Counter
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.CounterSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Digest
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.DirectCounter
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.DirectMeter
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Documentation
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Extern
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ExternInstance
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.MatchField
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Meter
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.MeterSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.P4Ids
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.P4Info
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.PkgInfo
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.PlatformProperties
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Preamble
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Register
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.Table
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall.Argument
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.TableActionCall
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4InfoOuterClass.ValueSet
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.Expression
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.ExpressionList
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.KeyValuePair
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.KeyValuePairList
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4BitstringLikeTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4BitTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4BoolType
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4DataTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec.Member
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4EnumTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4ErrorType
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4ErrorTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderStackTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec.Member
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderUnionStackTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec.Member
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4HeaderUnionTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4IntTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4NamedType
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4NewTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation.SdnString
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4NewTypeTranslation
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec.Member
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4SerializableEnumTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4StructTypeSpec.Member
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4StructTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4TupleTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4TypeInfo
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.P4VarbitTypeSpec
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.SourceLocation
 
writeTo(CodedOutputStream) - Method in class p4.config.v1.P4Types.StructuredAnnotation
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4Data
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4Header
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4HeaderStack
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnion
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4HeaderUnionStack
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4StructLike
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4DataOuterClass.P4Varbit
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Action.Param
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Action
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileAction
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileActionSet
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup.Member
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileGroup
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ActionProfileMember
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.BackupReplica
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.CapabilitiesResponse
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.CloneSessionEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.CounterData
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.CounterEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry.Config
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DigestEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DigestList
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAck
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DigestListAckError
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DirectCounterEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.DirectMeterEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Entity
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Error
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ExternEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Exact
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.LPM
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Optional
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Range
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch.Ternary
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.FieldMatch
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig.Cookie
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ForwardingPipelineConfig
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.GetForwardingPipelineConfigResponse
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.IdleTimeoutNotification
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Index
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.MasterArbitrationUpdate
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.MeterConfig
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.MeterEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.MulticastGroupEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.PacketIn
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.PacketMetadata
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.PacketOut
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.PacketOutError
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.PacketReplicationEngineEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ReadRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ReadResponse
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.RegisterEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Replica
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Role
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.SetForwardingPipelineConfigResponse
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.StreamError
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.StreamMessageResponse
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.StreamOtherError
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.TableAction
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry.IdleTimeout
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.TableEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Uint128
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.Update
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetEntry
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.ValueSetMember
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.WriteRequest
 
writeTo(CodedOutputStream) - Method in class p4.v1.P4RuntimeOuterClass.WriteResponse
 

Y

yellow() - Method in record class io.github.zhh2001.jp4.entity.MeterCounterData
Returns the value of the yellow record component.
YELLOW_FIELD_NUMBER - Static variable in class p4.v1.P4RuntimeOuterClass.MeterCounterData
 

Z

ZERO - Static variable in record class io.github.zhh2001.jp4.types.ElectionId
 
ZERO - Static variable in record class io.github.zhh2001.jp4.types.Mac
The all-zero MAC address (00:00:00:00:00:00).
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form