Package p4.v1

Class P4RuntimeOuterClass.ValueSetEntry

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
p4.v1.P4RuntimeOuterClass.ValueSetEntry
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, P4RuntimeOuterClass.ValueSetEntryOrBuilder
Enclosing class:
P4RuntimeOuterClass

public static final class P4RuntimeOuterClass.ValueSetEntry extends com.google.protobuf.GeneratedMessage implements P4RuntimeOuterClass.ValueSetEntryOrBuilder
 ------------------------------------------------------------------------------
 For writing and reading matches in a parser value set. A state transition
 on an empty value set will never be taken. The number of matches must be at
 most the size of the value set as specified by the size argument of the
 value_set constructor in the P4 program.

 For Write Requests:
 - MODIFY will write the given matches in the repeated field to the value
 set.
 - INSERT and DELETE are not allowed.

 For Read Requests:
 - All matches for all value-set entries if value_set_id = 0
 - All matches of the value-set if a valid value_set_id is specified
 - The 'match' field must never be set in the ReadRequest
 
Protobuf type p4.v1.ValueSetEntry
See Also: