MatchField.Builder |
MatchField.Builder.addAllAnnotations(Iterable<String> values)
repeated string annotations = 3;
|
MatchField.Builder |
MatchField.Builder.addAnnotations(String value)
repeated string annotations = 3;
|
MatchField.Builder |
MatchField.Builder.addAnnotationsBytes(com.google.protobuf.ByteString value)
repeated string annotations = 3;
|
MatchField.Builder |
Table.Builder.addMatchFieldsBuilder()
repeated .p4.config.MatchField match_fields = 2;
|
MatchField.Builder |
Table.Builder.addMatchFieldsBuilder(int index)
repeated .p4.config.MatchField match_fields = 2;
|
MatchField.Builder |
MatchField.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MatchField.Builder |
MatchField.Builder.clear() |
MatchField.Builder |
MatchField.Builder.clearAnnotations()
repeated string annotations = 3;
|
MatchField.Builder |
MatchField.Builder.clearBitwidth()
int32 bitwidth = 4;
|
MatchField.Builder |
MatchField.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MatchField.Builder |
MatchField.Builder.clearId()
uint32 id = 1;
|
MatchField.Builder |
MatchField.Builder.clearMatchType()
.p4.config.MatchField.MatchType match_type = 5;
|
MatchField.Builder |
MatchField.Builder.clearName()
string name = 2;
|
MatchField.Builder |
MatchField.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MatchField.Builder |
MatchField.Builder.clone() |
MatchField.Builder |
Table.Builder.getMatchFieldsBuilder(int index)
repeated .p4.config.MatchField match_fields = 2;
|
MatchField.Builder |
MatchField.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MatchField.Builder |
MatchField.Builder.mergeFrom(MatchField other) |
MatchField.Builder |
MatchField.Builder.mergeFrom(com.google.protobuf.Message other) |
MatchField.Builder |
MatchField.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MatchField.Builder |
MatchField.newBuilder() |
static MatchField.Builder |
MatchField.newBuilder(MatchField prototype) |
MatchField.Builder |
MatchField.newBuilderForType() |
protected MatchField.Builder |
MatchField.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MatchField.Builder |
MatchField.Builder.setAnnotations(int index,
String value)
repeated string annotations = 3;
|
MatchField.Builder |
MatchField.Builder.setBitwidth(int value)
int32 bitwidth = 4;
|
MatchField.Builder |
MatchField.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MatchField.Builder |
MatchField.Builder.setId(int value)
uint32 id = 1;
|
MatchField.Builder |
MatchField.Builder.setMatchType(MatchField.MatchType value)
.p4.config.MatchField.MatchType match_type = 5;
|
MatchField.Builder |
MatchField.Builder.setMatchTypeValue(int value)
.p4.config.MatchField.MatchType match_type = 5;
|
MatchField.Builder |
MatchField.Builder.setName(String value)
string name = 2;
|
MatchField.Builder |
MatchField.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
|
MatchField.Builder |
MatchField.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MatchField.Builder |
MatchField.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MatchField.Builder |
MatchField.toBuilder() |