Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
Path |
Path.Builder.build() |
Path |
Path.Builder.buildPartial() |
static Path |
Path.getDefaultInstance() |
Path |
Path.getDefaultInstanceForType() |
Path |
Path.Builder.getDefaultInstanceForType() |
Path |
SetRequestOrBuilder.getDelete(int index)
Paths to be deleted from the data tree.
|
Path |
SetRequest.getDelete(int index)
Paths to be deleted from the data tree.
|
Path |
SetRequest.Builder.getDelete(int index)
Paths to be deleted from the data tree.
|
Path |
NotificationOrBuilder.getDelete(int index)
Data elements that have been deleted.
|
Path |
Notification.getDelete(int index)
Data elements that have been deleted.
|
Path |
Notification.Builder.getDelete(int index)
Data elements that have been deleted.
|
Path |
SubscriptionOrBuilder.getPath()
The data tree path.
|
Path |
Subscription.getPath()
The data tree path.
|
Path |
Subscription.Builder.getPath()
The data tree path.
|
Path |
AliasOrBuilder.getPath()
The path to be aliased.
|
Path |
Alias.getPath()
The path to be aliased.
|
Path |
Alias.Builder.getPath()
The path to be aliased.
|
Path |
UpdateResultOrBuilder.getPath()
Path associated with the update.
|
Path |
UpdateResult.getPath()
Path associated with the update.
|
Path |
UpdateResult.Builder.getPath()
Path associated with the update.
|
Path |
UpdateOrBuilder.getPath()
The path (key) for the update.
|
Path |
Update.getPath()
The path (key) for the update.
|
Path |
Update.Builder.getPath()
The path (key) for the update.
|
Path |
GetRequestOrBuilder.getPath(int index)
Paths requested by the client.
|
Path |
GetRequest.getPath(int index)
Paths requested by the client.
|
Path |
GetRequest.Builder.getPath(int index)
Paths requested by the client.
|
Path |
SubscriptionListOrBuilder.getPrefix()
Prefix used for paths.
|
Path |
SubscriptionList.getPrefix()
Prefix used for paths.
|
Path |
SubscriptionList.Builder.getPrefix()
Prefix used for paths.
|
Path |
SetRequestOrBuilder.getPrefix()
Prefix used for paths in the message.
|
Path |
SetRequest.getPrefix()
Prefix used for paths in the message.
|
Path |
SetRequest.Builder.getPrefix()
Prefix used for paths in the message.
|
Path |
SetResponseOrBuilder.getPrefix()
Prefix used for paths.
|
Path |
SetResponse.getPrefix()
Prefix used for paths.
|
Path |
SetResponse.Builder.getPrefix()
Prefix used for paths.
|
Path |
GetRequestOrBuilder.getPrefix()
Prefix used for paths.
|
Path |
GetRequest.getPrefix()
Prefix used for paths.
|
Path |
GetRequest.Builder.getPrefix()
Prefix used for paths.
|
Path |
NotificationOrBuilder.getPrefix()
Prefix used for paths in the message.
|
Path |
Notification.getPrefix()
Prefix used for paths in the message.
|
Path |
Notification.Builder.getPrefix()
Prefix used for paths in the message.
|
static Path |
Path.parseDelimitedFrom(InputStream input) |
static Path |
Path.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(byte[] data) |
static Path |
Path.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(ByteBuffer data) |
static Path |
Path.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(com.google.protobuf.ByteString data) |
static Path |
Path.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(com.google.protobuf.CodedInputStream input) |
static Path |
Path.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Path |
Path.parseFrom(InputStream input) |
static Path |
Path.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Path> |
SetRequestOrBuilder.getDeleteList()
Paths to be deleted from the data tree.
|
List<Path> |
SetRequest.getDeleteList()
Paths to be deleted from the data tree.
|
List<Path> |
SetRequest.Builder.getDeleteList()
Paths to be deleted from the data tree.
|
List<Path> |
NotificationOrBuilder.getDeleteList()
Data elements that have been deleted.
|
List<Path> |
Notification.getDeleteList()
Data elements that have been deleted.
|
List<Path> |
Notification.Builder.getDeleteList()
Data elements that have been deleted.
|
com.google.protobuf.Parser<Path> |
Path.getParserForType() |
List<Path> |
GetRequestOrBuilder.getPathList()
Paths requested by the client.
|
List<Path> |
GetRequest.getPathList()
Paths requested by the client.
|
List<Path> |
GetRequest.Builder.getPathList()
Paths requested by the client.
|
static com.google.protobuf.Parser<Path> |
Path.parser() |
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
SetRequest.Builder.addDelete(int index,
Path value)
Paths to be deleted from the data tree.
|
Notification.Builder |
Notification.Builder.addDelete(int index,
Path value)
Data elements that have been deleted.
|
SetRequest.Builder |
SetRequest.Builder.addDelete(Path value)
Paths to be deleted from the data tree.
|
Notification.Builder |
Notification.Builder.addDelete(Path value)
Data elements that have been deleted.
|
GetRequest.Builder |
GetRequest.Builder.addPath(int index,
Path value)
Paths requested by the client.
|
GetRequest.Builder |
GetRequest.Builder.addPath(Path value)
Paths requested by the client.
|
Path.Builder |
Path.Builder.mergeFrom(Path other) |
Subscription.Builder |
Subscription.Builder.mergePath(Path value)
The data tree path.
|
Alias.Builder |
Alias.Builder.mergePath(Path value)
The path to be aliased.
|
UpdateResult.Builder |
UpdateResult.Builder.mergePath(Path value)
Path associated with the update.
|
Update.Builder |
Update.Builder.mergePath(Path value)
The path (key) for the update.
|
SubscriptionList.Builder |
SubscriptionList.Builder.mergePrefix(Path value)
Prefix used for paths.
|
SetRequest.Builder |
SetRequest.Builder.mergePrefix(Path value)
Prefix used for paths in the message.
|
SetResponse.Builder |
SetResponse.Builder.mergePrefix(Path value)
Prefix used for paths.
|
GetRequest.Builder |
GetRequest.Builder.mergePrefix(Path value)
Prefix used for paths.
|
Notification.Builder |
Notification.Builder.mergePrefix(Path value)
Prefix used for paths in the message.
|
static Path.Builder |
Path.newBuilder(Path prototype) |
SetRequest.Builder |
SetRequest.Builder.setDelete(int index,
Path value)
Paths to be deleted from the data tree.
|
Notification.Builder |
Notification.Builder.setDelete(int index,
Path value)
Data elements that have been deleted.
|
GetRequest.Builder |
GetRequest.Builder.setPath(int index,
Path value)
Paths requested by the client.
|
Subscription.Builder |
Subscription.Builder.setPath(Path value)
The data tree path.
|
Alias.Builder |
Alias.Builder.setPath(Path value)
The path to be aliased.
|
UpdateResult.Builder |
UpdateResult.Builder.setPath(Path value)
Path associated with the update.
|
Update.Builder |
Update.Builder.setPath(Path value)
The path (key) for the update.
|
SubscriptionList.Builder |
SubscriptionList.Builder.setPrefix(Path value)
Prefix used for paths.
|
SetRequest.Builder |
SetRequest.Builder.setPrefix(Path value)
Prefix used for paths in the message.
|
SetResponse.Builder |
SetResponse.Builder.setPrefix(Path value)
Prefix used for paths.
|
GetRequest.Builder |
GetRequest.Builder.setPrefix(Path value)
Prefix used for paths.
|
Notification.Builder |
Notification.Builder.setPrefix(Path value)
Prefix used for paths in the message.
|
Modifier and Type | Method and Description |
---|---|
SetRequest.Builder |
SetRequest.Builder.addAllDelete(Iterable<? extends Path> values)
Paths to be deleted from the data tree.
|
Notification.Builder |
Notification.Builder.addAllDelete(Iterable<? extends Path> values)
Data elements that have been deleted.
|
GetRequest.Builder |
GetRequest.Builder.addAllPath(Iterable<? extends Path> values)
Paths requested by the client.
|
Copyright © 2018 OpenDaylight. All rights reserved.