Interface Gnmi.UpdateResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.UpdateResult
,Gnmi.UpdateResult.Builder
- Enclosing class:
- Gnmi
public static interface Gnmi.UpdateResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Gnmi.Error
getMessage()
Deprecated.Gnmi.ErrorOrBuilder
getMessageOrBuilder()
Deprecated.Gnmi.UpdateResult.Operation
getOp()
Update operation type.int
getOpValue()
Update operation type.Gnmi.Path
getPath()
Path associated with the update.Gnmi.PathOrBuilder
getPathOrBuilder()
Path associated with the update.long
getTimestamp()
Deprecated.boolean
hasMessage()
Deprecated.boolean
hasPath()
Path associated with the update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTimestamp
@Deprecated long getTimestamp()
Deprecated.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];
-
hasPath
boolean hasPath()
Path associated with the update.
.gnmi.Path path = 2;
-
getPath
Gnmi.Path getPath()
Path associated with the update.
.gnmi.Path path = 2;
-
getPathOrBuilder
Gnmi.PathOrBuilder getPathOrBuilder()
Path associated with the update.
.gnmi.Path path = 2;
-
hasMessage
@Deprecated boolean hasMessage()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
-
getMessage
@Deprecated Gnmi.Error getMessage()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
-
getMessageOrBuilder
@Deprecated Gnmi.ErrorOrBuilder getMessageOrBuilder()
Deprecated.Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
-
getOpValue
int getOpValue()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
-
getOp
Gnmi.UpdateResult.Operation getOp()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
-
-