Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
Update |
Update.Builder.build() |
Update |
Update.Builder.buildPartial() |
static Update |
Update.getDefaultInstance() |
Update |
Update.getDefaultInstanceForType() |
Update |
Update.Builder.getDefaultInstanceForType() |
Update |
WriteRequestOrBuilder.getUpdates(int index)
repeated .p4.Update updates = 3; |
Update |
WriteRequest.getUpdates(int index)
repeated .p4.Update updates = 3; |
Update |
WriteRequest.Builder.getUpdates(int index)
repeated .p4.Update updates = 3; |
static Update |
Update.parseDelimitedFrom(InputStream input) |
static Update |
Update.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Update |
Update.parseFrom(byte[] data) |
static Update |
Update.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Update |
Update.parseFrom(ByteBuffer data) |
static Update |
Update.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Update |
Update.parseFrom(com.google.protobuf.ByteString data) |
static Update |
Update.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Update |
Update.parseFrom(com.google.protobuf.CodedInputStream input) |
static Update |
Update.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Update |
Update.parseFrom(InputStream input) |
static Update |
Update.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Update> |
Update.getParserForType() |
List<Update> |
WriteRequestOrBuilder.getUpdatesList()
repeated .p4.Update updates = 3; |
List<Update> |
WriteRequest.getUpdatesList()
repeated .p4.Update updates = 3; |
List<Update> |
WriteRequest.Builder.getUpdatesList()
repeated .p4.Update updates = 3; |
static com.google.protobuf.Parser<Update> |
Update.parser() |
Modifier and Type | Method and Description |
---|---|
WriteRequest.Builder |
WriteRequest.Builder.addUpdates(int index,
Update value)
repeated .p4.Update updates = 3; |
WriteRequest.Builder |
WriteRequest.Builder.addUpdates(Update value)
repeated .p4.Update updates = 3; |
Update.Builder |
Update.Builder.mergeFrom(Update other) |
static Update.Builder |
Update.newBuilder(Update prototype) |
WriteRequest.Builder |
WriteRequest.Builder.setUpdates(int index,
Update value)
repeated .p4.Update updates = 3; |
Modifier and Type | Method and Description |
---|---|
WriteRequest.Builder |
WriteRequest.Builder.addAllUpdates(Iterable<? extends Update> values)
repeated .p4.Update updates = 3; |
Copyright © 2018 OpenDaylight. All rights reserved.