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 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;