Package | Description |
---|---|
org.opendaylight.p4plugin.gnmi.proto |
Modifier and Type | Method and Description |
---|---|
Notification.Builder |
Notification.Builder.addAllDelete(Iterable<? extends Path> values)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.addAllUpdate(Iterable<? extends Update> values)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.addDelete(int index,
Path.Builder builderForValue)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.addDelete(int index,
Path value)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.addDelete(Path.Builder builderForValue)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.addDelete(Path value)
Data elements that have been deleted.
|
Notification.Builder |
GetResponse.Builder.addNotificationBuilder()
Data values.
|
Notification.Builder |
GetResponse.Builder.addNotificationBuilder(int index)
Data values.
|
Notification.Builder |
Notification.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Notification.Builder |
Notification.Builder.addUpdate(int index,
Update.Builder builderForValue)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.addUpdate(int index,
Update value)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.addUpdate(Update.Builder builderForValue)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.addUpdate(Update value)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.clear() |
Notification.Builder |
Notification.Builder.clearAlias()
An alias for the path specified in the prefix field.
|
Notification.Builder |
Notification.Builder.clearAtomic()
This notification contains a set of paths that are always updated together
referenced by a globally unique prefix.
|
Notification.Builder |
Notification.Builder.clearDelete()
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Notification.Builder |
Notification.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Notification.Builder |
Notification.Builder.clearPrefix()
Prefix used for paths in the message.
|
Notification.Builder |
Notification.Builder.clearTimestamp()
Timestamp in nanoseconds since Epoch.
|
Notification.Builder |
Notification.Builder.clearUpdate()
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.clone() |
Notification.Builder |
GetResponse.Builder.getNotificationBuilder(int index)
Data values.
|
Notification.Builder |
SubscribeResponse.Builder.getUpdateBuilder()
Changed or sampled value for a path.
|
Notification.Builder |
Notification.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Notification.Builder |
Notification.Builder.mergeFrom(com.google.protobuf.Message other) |
Notification.Builder |
Notification.Builder.mergeFrom(Notification other) |
Notification.Builder |
Notification.Builder.mergePrefix(Path value)
Prefix used for paths in the message.
|
Notification.Builder |
Notification.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Notification.Builder |
Notification.newBuilder() |
static Notification.Builder |
Notification.newBuilder(Notification prototype) |
Notification.Builder |
Notification.newBuilderForType() |
protected Notification.Builder |
Notification.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Notification.Builder |
Notification.Builder.removeDelete(int index)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.removeUpdate(int index)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.setAlias(String value)
An alias for the path specified in the prefix field.
|
Notification.Builder |
Notification.Builder.setAliasBytes(com.google.protobuf.ByteString value)
An alias for the path specified in the prefix field.
|
Notification.Builder |
Notification.Builder.setAtomic(boolean value)
This notification contains a set of paths that are always updated together
referenced by a globally unique prefix.
|
Notification.Builder |
Notification.Builder.setDelete(int index,
Path.Builder builderForValue)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.setDelete(int index,
Path value)
Data elements that have been deleted.
|
Notification.Builder |
Notification.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Notification.Builder |
Notification.Builder.setPrefix(Path.Builder builderForValue)
Prefix used for paths in the message.
|
Notification.Builder |
Notification.Builder.setPrefix(Path value)
Prefix used for paths in the message.
|
Notification.Builder |
Notification.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Notification.Builder |
Notification.Builder.setTimestamp(long value)
Timestamp in nanoseconds since Epoch.
|
Notification.Builder |
Notification.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Notification.Builder |
Notification.Builder.setUpdate(int index,
Update.Builder builderForValue)
Data elements that have changed values.
|
Notification.Builder |
Notification.Builder.setUpdate(int index,
Update value)
Data elements that have changed values.
|
Notification.Builder |
Notification.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Notification.Builder> |
GetResponse.Builder.getNotificationBuilderList()
Data values.
|
Modifier and Type | Method and Description |
---|---|
GetResponse.Builder |
GetResponse.Builder.addNotification(int index,
Notification.Builder builderForValue)
Data values.
|
GetResponse.Builder |
GetResponse.Builder.addNotification(Notification.Builder builderForValue)
Data values.
|
GetResponse.Builder |
GetResponse.Builder.setNotification(int index,
Notification.Builder builderForValue)
Data values.
|
SubscribeResponse.Builder |
SubscribeResponse.Builder.setUpdate(Notification.Builder builderForValue)
Changed or sampled value for a path.
|
Copyright © 2018 OpenDaylight. All rights reserved.