Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.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 |
SetRequestOrBuilder.getReplace(int index)
Updates specifying elements to be replaced.
|
Update |
SetRequest.getReplace(int index)
Updates specifying elements to be replaced.
|
Update |
SetRequest.Builder.getReplace(int index)
Updates specifying elements to be replaced.
|
Update |
SetRequestOrBuilder.getUpdate(int index)
Updates specifying elements to updated.
|
Update |
SetRequest.getUpdate(int index)
Updates specifying elements to updated.
|
Update |
SetRequest.Builder.getUpdate(int index)
Updates specifying elements to updated.
|
Update |
NotificationOrBuilder.getUpdate(int index)
Data elements that have changed values.
|
Update |
Notification.getUpdate(int index)
Data elements that have changed values.
|
Update |
Notification.Builder.getUpdate(int index)
Data elements that have changed values.
|
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> |
SetRequestOrBuilder.getReplaceList()
Updates specifying elements to be replaced.
|
List<Update> |
SetRequest.getReplaceList()
Updates specifying elements to be replaced.
|
List<Update> |
SetRequest.Builder.getReplaceList()
Updates specifying elements to be replaced.
|
List<Update> |
SetRequestOrBuilder.getUpdateList()
Updates specifying elements to updated.
|
List<Update> |
SetRequest.getUpdateList()
Updates specifying elements to updated.
|
List<Update> |
SetRequest.Builder.getUpdateList()
Updates specifying elements to updated.
|
List<Update> |
NotificationOrBuilder.getUpdateList()
Data elements that have changed values.
|
List<Update> |
Notification.getUpdateList()
Data elements that have changed values.
|
List<Update> |
Notification.Builder.getUpdateList()
Data elements that have changed values.
|
static com.google.protobuf.Parser<Update> |
Update.parser() |
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
SetRequest.Builder.addReplace(int index,
Update value)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.addReplace(Update value)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.addUpdate(int index,
Update value)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.addUpdate(int index,
Update value)
Data elements that have changed values.
|
SetRequest.Builder |
SetRequest.Builder.addUpdate(Update value)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.addUpdate(Update value)
Data elements that have changed values.
|
Update.Builder |
Update.Builder.mergeFrom(Update other) |
static Update.Builder |
Update.newBuilder(Update prototype) |
SetRequest.Builder |
SetRequest.Builder.setReplace(int index,
Update value)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.setUpdate(int index,
Update value)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.setUpdate(int index,
Update value)
Data elements that have changed values.
|
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
SetRequest.Builder.addAllReplace(Iterable<? extends Update> values)
Updates specifying elements to be replaced.
|
SetRequest.Builder |
SetRequest.Builder.addAllUpdate(Iterable<? extends Update> values)
Updates specifying elements to updated.
|
Notification.Builder |
Notification.Builder.addAllUpdate(Iterable<? extends Update> values)
Data elements that have changed values.
|
Copyright © 2018 OpenDaylight. All rights reserved.