public interface UpdateResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
Error | 
getMessage()
Deprecated.  
 | 
ErrorOrBuilder | 
getMessageOrBuilder()
Deprecated.  
 | 
UpdateResult.Operation | 
getOp()
 Update operation type. 
 | 
int | 
getOpValue()
 Update operation type. 
 | 
Path | 
getPath()
 Path associated with the update. 
 | 
PathOrBuilder | 
getPathOrBuilder()
 Path associated with the update. 
 | 
long | 
getTimestamp()
Deprecated.  
 | 
boolean | 
hasMessage()
Deprecated.  
 | 
boolean | 
hasPath()
 Path associated with the update. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated long getTimestamp()
Deprecated timestamp for the UpdateResult, this field has been replaced by the timestamp within the SetResponse message, since all mutations effected by a set should be applied as a single transaction.
int64 timestamp = 1 [deprecated = true];boolean hasPath()
Path associated with the update.
.gnmi.Path path = 2;Path getPath()
Path associated with the update.
.gnmi.Path path = 2;PathOrBuilder getPathOrBuilder()
Path associated with the update.
.gnmi.Path path = 2;@Deprecated boolean hasMessage()
Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];@Deprecated Error getMessage()
Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];@Deprecated ErrorOrBuilder getMessageOrBuilder()
Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];int getOpValue()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;UpdateResult.Operation getOp()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;Copyright © 2018 OpenDaylight. All rights reserved.