public interface MatchFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAnnotations(int index)
repeated string annotations = 3; |
com.google.protobuf.ByteString |
getAnnotationsBytes(int index)
repeated string annotations = 3; |
int |
getAnnotationsCount()
repeated string annotations = 3; |
List<String> |
getAnnotationsList()
repeated string annotations = 3; |
int |
getBitwidth()
int32 bitwidth = 4; |
int |
getId()
uint32 id = 1; |
MatchField.MatchType |
getMatchType()
.p4.config.MatchField.MatchType match_type = 5; |
int |
getMatchTypeValue()
.p4.config.MatchField.MatchType match_type = 5; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getId()
uint32 id = 1;
String getName()
string name = 2;
com.google.protobuf.ByteString getNameBytes()
string name = 2;
int getAnnotationsCount()
repeated string annotations = 3;
String getAnnotations(int index)
repeated string annotations = 3;
com.google.protobuf.ByteString getAnnotationsBytes(int index)
repeated string annotations = 3;
int getBitwidth()
int32 bitwidth = 4;
int getMatchTypeValue()
.p4.config.MatchField.MatchType match_type = 5;
MatchField.MatchType getMatchType()
.p4.config.MatchField.MatchType match_type = 5;
Copyright © 2018 OpenDaylight. All rights reserved.