Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
FieldMatch |
FieldMatch.Builder.build() |
FieldMatch |
FieldMatch.Builder.buildPartial() |
static FieldMatch |
FieldMatch.getDefaultInstance() |
FieldMatch |
FieldMatch.getDefaultInstanceForType() |
FieldMatch |
FieldMatch.Builder.getDefaultInstanceForType() |
FieldMatch |
ValueSetEntryOrBuilder.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch |
ValueSetEntry.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch |
ValueSetEntry.Builder.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch |
TableEntryOrBuilder.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch |
TableEntry.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch |
TableEntry.Builder.getMatch(int index)
repeated .p4.v1.FieldMatch match = 2; |
static FieldMatch |
FieldMatch.parseDelimitedFrom(InputStream input) |
static FieldMatch |
FieldMatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldMatch |
FieldMatch.parseFrom(byte[] data) |
static FieldMatch |
FieldMatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldMatch |
FieldMatch.parseFrom(ByteBuffer data) |
static FieldMatch |
FieldMatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldMatch |
FieldMatch.parseFrom(com.google.protobuf.ByteString data) |
static FieldMatch |
FieldMatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldMatch |
FieldMatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldMatch |
FieldMatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldMatch |
FieldMatch.parseFrom(InputStream input) |
static FieldMatch |
FieldMatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<FieldMatch> |
ValueSetEntryOrBuilder.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
List<FieldMatch> |
ValueSetEntry.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
List<FieldMatch> |
ValueSetEntry.Builder.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
List<FieldMatch> |
TableEntryOrBuilder.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
List<FieldMatch> |
TableEntry.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
List<FieldMatch> |
TableEntry.Builder.getMatchList()
repeated .p4.v1.FieldMatch match = 2; |
com.google.protobuf.Parser<FieldMatch> |
FieldMatch.getParserForType() |
static com.google.protobuf.Parser<FieldMatch> |
FieldMatch.parser() |
Modifier and Type | Method and Description |
---|---|
ValueSetEntry.Builder |
ValueSetEntry.Builder.addMatch(FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
TableEntry.Builder |
TableEntry.Builder.addMatch(FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
ValueSetEntry.Builder |
ValueSetEntry.Builder.addMatch(int index,
FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
TableEntry.Builder |
TableEntry.Builder.addMatch(int index,
FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
FieldMatch.Builder |
FieldMatch.Builder.mergeFrom(FieldMatch other) |
static FieldMatch.Builder |
FieldMatch.newBuilder(FieldMatch prototype) |
ValueSetEntry.Builder |
ValueSetEntry.Builder.setMatch(int index,
FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
TableEntry.Builder |
TableEntry.Builder.setMatch(int index,
FieldMatch value)
repeated .p4.v1.FieldMatch match = 2; |
Modifier and Type | Method and Description |
---|---|
ValueSetEntry.Builder |
ValueSetEntry.Builder.addAllMatch(Iterable<? extends FieldMatch> values)
repeated .p4.v1.FieldMatch match = 2; |
TableEntry.Builder |
TableEntry.Builder.addAllMatch(Iterable<? extends FieldMatch> values)
repeated .p4.v1.FieldMatch match = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.