public static interface Gnmi.UpdateResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
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;
Gnmi.Path getPath()
Path associated with the update.
.gnmi.Path path = 2;
Gnmi.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 Gnmi.Error getMessage()
Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
@Deprecated Gnmi.ErrorOrBuilder getMessageOrBuilder()
Status of the update operation.
.gnmi.Error message = 3 [deprecated = true];
int getOpValue()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
Gnmi.UpdateResult.Operation getOp()
Update operation type.
.gnmi.UpdateResult.Operation op = 4;
Copyright © 2021. All rights reserved.