Package p4.v1

Class P4RuntimeOuterClass.DirectMeterEntry

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

public static final class P4RuntimeOuterClass.DirectMeterEntry extends com.google.protobuf.GeneratedMessage implements P4RuntimeOuterClass.DirectMeterEntryOrBuilder
 ------------------------------------------------------------------------------
 For WriteRequest, Update.Type must be MODIFY. INSERT and DELETE on direct
 meters is not allowed and will return an error. The insertion/deletion
 should happen as part of INSERT/DELETE on the associated table-entry.
 For ReadRequest, the scope is defined as follows:
 - All meter cells for all tables if table_entry.table_id = 0.
 - All meter cells of a table if table_entry.table_id is present and
 table_entry.match is empty.
 
Protobuf type p4.v1.DirectMeterEntry
See Also: