public interface UpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
int | 
getDuplicates()
 Number of coalesced duplicates. 
 | 
Path | 
getPath()
 The path (key) for the update. 
 | 
PathOrBuilder | 
getPathOrBuilder()
 The path (key) for the update. 
 | 
TypedValue | 
getVal()
 The explicitly typed update value. 
 | 
TypedValueOrBuilder | 
getValOrBuilder()
 The explicitly typed update value. 
 | 
Value | 
getValue()
Deprecated.  
 | 
ValueOrBuilder | 
getValueOrBuilder()
Deprecated.  
 | 
boolean | 
hasPath()
 The path (key) for the update. 
 | 
boolean | 
hasVal()
 The explicitly typed update value. 
 | 
boolean | 
hasValue()
Deprecated.  
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
The path (key) for the update.
.gnmi.Path path = 1;Path getPath()
The path (key) for the update.
.gnmi.Path path = 1;PathOrBuilder getPathOrBuilder()
The path (key) for the update.
.gnmi.Path path = 1;@Deprecated boolean hasValue()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];@Deprecated Value getValue()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];@Deprecated ValueOrBuilder getValueOrBuilder()
The value (value) for the update.
.gnmi.Value value = 2 [deprecated = true];boolean hasVal()
The explicitly typed update value.
.gnmi.TypedValue val = 3;TypedValue getVal()
The explicitly typed update value.
.gnmi.TypedValue val = 3;TypedValueOrBuilder getValOrBuilder()
The explicitly typed update value.
.gnmi.TypedValue val = 3;int getDuplicates()
Number of coalesced duplicates.
uint32 duplicates = 4;Copyright © 2018 OpenDaylight. All rights reserved.