Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
Update.Builder |
Update.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Update.Builder |
WriteRequest.Builder.addUpdatesBuilder()
The write batch, comprising a list of Update operations.
|
Update.Builder |
WriteRequest.Builder.addUpdatesBuilder(int index)
The write batch, comprising a list of Update operations.
|
Update.Builder |
Update.Builder.clear() |
Update.Builder |
Update.Builder.clearEntity()
.p4.v1.Entity entity = 2; |
Update.Builder |
Update.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Update.Builder |
Update.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Update.Builder |
Update.Builder.clearType()
.p4.v1.Update.Type type = 1; |
Update.Builder |
Update.Builder.clone() |
Update.Builder |
WriteRequest.Builder.getUpdatesBuilder(int index)
The write batch, comprising a list of Update operations.
|
Update.Builder |
Update.Builder.mergeEntity(Entity value)
.p4.v1.Entity entity = 2; |
Update.Builder |
Update.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Update.Builder |
Update.Builder.mergeFrom(com.google.protobuf.Message other) |
Update.Builder |
Update.Builder.mergeFrom(Update other) |
Update.Builder |
Update.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Update.Builder |
Update.newBuilder() |
static Update.Builder |
Update.newBuilder(Update prototype) |
Update.Builder |
Update.newBuilderForType() |
protected Update.Builder |
Update.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Update.Builder |
Update.Builder.setEntity(Entity.Builder builderForValue)
.p4.v1.Entity entity = 2; |
Update.Builder |
Update.Builder.setEntity(Entity value)
.p4.v1.Entity entity = 2; |
Update.Builder |
Update.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Update.Builder |
Update.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Update.Builder |
Update.Builder.setType(Update.Type value)
.p4.v1.Update.Type type = 1; |
Update.Builder |
Update.Builder.setTypeValue(int value)
.p4.v1.Update.Type type = 1; |
Update.Builder |
Update.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Update.Builder |
Update.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Update.Builder> |
WriteRequest.Builder.getUpdatesBuilderList()
The write batch, comprising a list of Update operations.
|
Modifier and Type | Method and Description |
---|---|
WriteRequest.Builder |
WriteRequest.Builder.addUpdates(int index,
Update.Builder builderForValue)
The write batch, comprising a list of Update operations.
|
WriteRequest.Builder |
WriteRequest.Builder.addUpdates(Update.Builder builderForValue)
The write batch, comprising a list of Update operations.
|
WriteRequest.Builder |
WriteRequest.Builder.setUpdates(int index,
Update.Builder builderForValue)
The write batch, comprising a list of Update operations.
|
Copyright © 2018 OpenDaylight. All rights reserved.