Package p4.config.v1
Interface P4InfoOuterClass.ValueSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4InfoOuterClass.ValueSet,P4InfoOuterClass.ValueSet.Builder
- Enclosing class:
P4InfoOuterClass
public static interface P4InfoOuterClass.ValueSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMatch(int index) repeated .p4.config.v1.MatchField match = 2;intrepeated .p4.config.v1.MatchField match = 2;repeated .p4.config.v1.MatchField match = 2;getMatchOrBuilder(int index) repeated .p4.config.v1.MatchField match = 2;List<? extends P4InfoOuterClass.MatchFieldOrBuilder> repeated .p4.config.v1.MatchField match = 2;.p4.config.v1.Preamble preamble = 1;.p4.config.v1.Preamble preamble = 1;intgetSize()number of entries in the value_set, as per the P4 constructor call.boolean.p4.config.v1.Preamble preamble = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPreamble
boolean hasPreamble().p4.config.v1.Preamble preamble = 1;- Returns:
- Whether the preamble field is set.
-
getPreamble
P4InfoOuterClass.Preamble getPreamble().p4.config.v1.Preamble preamble = 1;- Returns:
- The preamble.
-
getPreambleOrBuilder
P4InfoOuterClass.PreambleOrBuilder getPreambleOrBuilder().p4.config.v1.Preamble preamble = 1; -
getMatchList
List<P4InfoOuterClass.MatchField> getMatchList()repeated .p4.config.v1.MatchField match = 2; -
getMatch
repeated .p4.config.v1.MatchField match = 2; -
getMatchCount
int getMatchCount()repeated .p4.config.v1.MatchField match = 2; -
getMatchOrBuilderList
List<? extends P4InfoOuterClass.MatchFieldOrBuilder> getMatchOrBuilderList()repeated .p4.config.v1.MatchField match = 2; -
getMatchOrBuilder
repeated .p4.config.v1.MatchField match = 2; -
getSize
int getSize()number of entries in the value_set, as per the P4 constructor call.
int32 size = 3;- Returns:
- The size.
-