Uses of Class
org.opennms.features.openconfig.proto.gnmi.Gnmi.Update
-
Packages that use Gnmi.Update Package Description org.opennms.features.openconfig.proto.gnmi -
-
Uses of Gnmi.Update in org.opennms.features.openconfig.proto.gnmi
Methods in org.opennms.features.openconfig.proto.gnmi that return Gnmi.Update Modifier and Type Method Description Gnmi.Update
Gnmi.Update.Builder. build()
Gnmi.Update
Gnmi.Update.Builder. buildPartial()
static Gnmi.Update
Gnmi.Update. getDefaultInstance()
Gnmi.Update
Gnmi.Update.Builder. getDefaultInstanceForType()
Gnmi.Update
Gnmi.Update. getDefaultInstanceForType()
Gnmi.Update
Gnmi.SetRequest.Builder. getReplace(int index)
Updates specifying elements to be replaced.Gnmi.Update
Gnmi.SetRequest. getReplace(int index)
Updates specifying elements to be replaced.Gnmi.Update
Gnmi.SetRequestOrBuilder. getReplace(int index)
Updates specifying elements to be replaced.Gnmi.Update
Gnmi.Notification.Builder. getUpdate(int index)
Data elements that have changed values.Gnmi.Update
Gnmi.Notification. getUpdate(int index)
Data elements that have changed values.Gnmi.Update
Gnmi.NotificationOrBuilder. getUpdate(int index)
Data elements that have changed values.Gnmi.Update
Gnmi.SetRequest.Builder. getUpdate(int index)
Updates specifying elements to updated.Gnmi.Update
Gnmi.SetRequest. getUpdate(int index)
Updates specifying elements to updated.Gnmi.Update
Gnmi.SetRequestOrBuilder. getUpdate(int index)
Updates specifying elements to updated.static Gnmi.Update
Gnmi.Update. parseDelimitedFrom(InputStream input)
static Gnmi.Update
Gnmi.Update. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.Update
Gnmi.Update. parseFrom(byte[] data)
static Gnmi.Update
Gnmi.Update. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.Update
Gnmi.Update. parseFrom(com.google.protobuf.ByteString data)
static Gnmi.Update
Gnmi.Update. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.Update
Gnmi.Update. parseFrom(com.google.protobuf.CodedInputStream input)
static Gnmi.Update
Gnmi.Update. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.Update
Gnmi.Update. parseFrom(InputStream input)
static Gnmi.Update
Gnmi.Update. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Gnmi.Update
Gnmi.Update. parseFrom(ByteBuffer data)
static Gnmi.Update
Gnmi.Update. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.opennms.features.openconfig.proto.gnmi that return types with arguments of type Gnmi.Update Modifier and Type Method Description com.google.protobuf.Parser<Gnmi.Update>
Gnmi.Update. getParserForType()
List<Gnmi.Update>
Gnmi.SetRequest.Builder. getReplaceList()
Updates specifying elements to be replaced.List<Gnmi.Update>
Gnmi.SetRequest. getReplaceList()
Updates specifying elements to be replaced.List<Gnmi.Update>
Gnmi.SetRequestOrBuilder. getReplaceList()
Updates specifying elements to be replaced.List<Gnmi.Update>
Gnmi.Notification.Builder. getUpdateList()
Data elements that have changed values.List<Gnmi.Update>
Gnmi.Notification. getUpdateList()
Data elements that have changed values.List<Gnmi.Update>
Gnmi.NotificationOrBuilder. getUpdateList()
Data elements that have changed values.List<Gnmi.Update>
Gnmi.SetRequest.Builder. getUpdateList()
Updates specifying elements to updated.List<Gnmi.Update>
Gnmi.SetRequest. getUpdateList()
Updates specifying elements to updated.List<Gnmi.Update>
Gnmi.SetRequestOrBuilder. getUpdateList()
Updates specifying elements to updated.static com.google.protobuf.Parser<Gnmi.Update>
Gnmi.Update. parser()
Methods in org.opennms.features.openconfig.proto.gnmi with parameters of type Gnmi.Update Modifier and Type Method Description Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addReplace(int index, Gnmi.Update value)
Updates specifying elements to be replaced.Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addReplace(Gnmi.Update value)
Updates specifying elements to be replaced.Gnmi.Notification.Builder
Gnmi.Notification.Builder. addUpdate(int index, Gnmi.Update value)
Data elements that have changed values.Gnmi.Notification.Builder
Gnmi.Notification.Builder. addUpdate(Gnmi.Update value)
Data elements that have changed values.Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addUpdate(int index, Gnmi.Update value)
Updates specifying elements to updated.Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addUpdate(Gnmi.Update value)
Updates specifying elements to updated.Gnmi.Update.Builder
Gnmi.Update.Builder. mergeFrom(Gnmi.Update other)
static Gnmi.Update.Builder
Gnmi.Update. newBuilder(Gnmi.Update prototype)
Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. setReplace(int index, Gnmi.Update value)
Updates specifying elements to be replaced.Gnmi.Notification.Builder
Gnmi.Notification.Builder. setUpdate(int index, Gnmi.Update value)
Data elements that have changed values.Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. setUpdate(int index, Gnmi.Update value)
Updates specifying elements to updated.Method parameters in org.opennms.features.openconfig.proto.gnmi with type arguments of type Gnmi.Update Modifier and Type Method Description Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addAllReplace(Iterable<? extends Gnmi.Update> values)
Updates specifying elements to be replaced.Gnmi.Notification.Builder
Gnmi.Notification.Builder. addAllUpdate(Iterable<? extends Gnmi.Update> values)
Data elements that have changed values.Gnmi.SetRequest.Builder
Gnmi.SetRequest.Builder. addAllUpdate(Iterable<? extends Gnmi.Update> values)
Updates specifying elements to updated.
-