Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
Table |
Table.Builder.build() |
Table |
Table.Builder.buildPartial() |
static Table |
Table.getDefaultInstance() |
Table |
Table.getDefaultInstanceForType() |
Table |
Table.Builder.getDefaultInstanceForType() |
Table |
P4InfoOrBuilder.getTables(int index)
repeated .p4.config.v1.Table tables = 2; |
Table |
P4Info.getTables(int index)
repeated .p4.config.v1.Table tables = 2; |
Table |
P4Info.Builder.getTables(int index)
repeated .p4.config.v1.Table tables = 2; |
static Table |
Table.parseDelimitedFrom(InputStream input) |
static Table |
Table.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(byte[] data) |
static Table |
Table.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(ByteBuffer data) |
static Table |
Table.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(InputStream input) |
static Table |
Table.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Table> |
Table.getParserForType() |
List<Table> |
P4InfoOrBuilder.getTablesList()
repeated .p4.config.v1.Table tables = 2; |
List<Table> |
P4Info.getTablesList()
repeated .p4.config.v1.Table tables = 2; |
List<Table> |
P4Info.Builder.getTablesList()
repeated .p4.config.v1.Table tables = 2; |
static com.google.protobuf.Parser<Table> |
Table.parser() |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addTables(int index,
Table value)
repeated .p4.config.v1.Table tables = 2; |
P4Info.Builder |
P4Info.Builder.addTables(Table value)
repeated .p4.config.v1.Table tables = 2; |
Table.Builder |
Table.Builder.mergeFrom(Table other) |
static Table.Builder |
Table.newBuilder(Table prototype) |
P4Info.Builder |
P4Info.Builder.setTables(int index,
Table value)
repeated .p4.config.v1.Table tables = 2; |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.addAllTables(Iterable<? extends Table> values)
repeated .p4.config.v1.Table tables = 2; |
Copyright © 2018 OpenDaylight. All rights reserved.