Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
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.v1.MatchField match_fields = 2; |
MatchField.Builder |
Table.Builder.addMatchFieldsBuilder(int index)
repeated .p4.config.v1.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.clearDoc()
Documentation of the match field
|
MatchField.Builder |
MatchField.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MatchField.Builder |
MatchField.Builder.clearId()
uint32 id = 1; |
MatchField.Builder |
MatchField.Builder.clearMatch() |
MatchField.Builder |
MatchField.Builder.clearMatchType()
.p4.config.v1.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.clearOtherMatchType()
used for achitecture-specific match types which are not part of the core
P4 language or of the PSA architecture.
|
MatchField.Builder |
MatchField.Builder.clearTypeName()
unset if not user-defined type
|
MatchField.Builder |
MatchField.Builder.clone() |
MatchField.Builder |
Table.Builder.getMatchFieldsBuilder(int index)
repeated .p4.config.v1.MatchField match_fields = 2; |
MatchField.Builder |
MatchField.Builder.mergeDoc(Documentation value)
Documentation of the match field
|
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.mergeTypeName(P4NamedType value)
unset if not user-defined type
|
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.setDoc(Documentation.Builder builderForValue)
Documentation of the match field
|
MatchField.Builder |
MatchField.Builder.setDoc(Documentation value)
Documentation of the match field
|
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.v1.MatchField.MatchType match_type = 5; |
MatchField.Builder |
MatchField.Builder.setMatchTypeValue(int value)
.p4.config.v1.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.setOtherMatchType(String value)
used for achitecture-specific match types which are not part of the core
P4 language or of the PSA architecture.
|
MatchField.Builder |
MatchField.Builder.setOtherMatchTypeBytes(com.google.protobuf.ByteString value)
used for achitecture-specific match types which are not part of the core
P4 language or of the PSA architecture.
|
MatchField.Builder |
MatchField.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MatchField.Builder |
MatchField.Builder.setTypeName(P4NamedType.Builder builderForValue)
unset if not user-defined type
|
MatchField.Builder |
MatchField.Builder.setTypeName(P4NamedType value)
unset if not user-defined type
|
MatchField.Builder |
MatchField.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MatchField.Builder |
MatchField.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<MatchField.Builder> |
Table.Builder.getMatchFieldsBuilderList()
repeated .p4.config.v1.MatchField match_fields = 2; |
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.addMatchFields(int index,
MatchField.Builder builderForValue)
repeated .p4.config.v1.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.addMatchFields(MatchField.Builder builderForValue)
repeated .p4.config.v1.MatchField match_fields = 2; |
Table.Builder |
Table.Builder.setMatchFields(int index,
MatchField.Builder builderForValue)
repeated .p4.config.v1.MatchField match_fields = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.