Package p4.v1
Interface P4RuntimeOuterClass.ValueSetMemberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.ValueSetMember,P4RuntimeOuterClass.ValueSetMember.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.ValueSetMemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMatch(int index) repeated .p4.v1.FieldMatch match = 1;intrepeated .p4.v1.FieldMatch match = 1;repeated .p4.v1.FieldMatch match = 1;getMatchOrBuilder(int index) repeated .p4.v1.FieldMatch match = 1;List<? extends P4RuntimeOuterClass.FieldMatchOrBuilder> repeated .p4.v1.FieldMatch match = 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
-
getMatchList
List<P4RuntimeOuterClass.FieldMatch> getMatchList()repeated .p4.v1.FieldMatch match = 1; -
getMatch
repeated .p4.v1.FieldMatch match = 1; -
getMatchCount
int getMatchCount()repeated .p4.v1.FieldMatch match = 1; -
getMatchOrBuilderList
List<? extends P4RuntimeOuterClass.FieldMatchOrBuilder> getMatchOrBuilderList()repeated .p4.v1.FieldMatch match = 1; -
getMatchOrBuilder
repeated .p4.v1.FieldMatch match = 1;
-