Interface Gnmi.SetResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Gnmi.SetResponse, Gnmi.SetResponse.Builder
    Enclosing class:
    Gnmi

    public static interface Gnmi.SetResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPrefix

        boolean hasPrefix()
         Prefix used for paths.
         
        .gnmi.Path prefix = 1;
      • getPrefix

        Gnmi.Path getPrefix()
         Prefix used for paths.
         
        .gnmi.Path prefix = 1;
      • getPrefixOrBuilder

        Gnmi.PathOrBuilder getPrefixOrBuilder()
         Prefix used for paths.
         
        .gnmi.Path prefix = 1;
      • getResponseList

        java.util.List<Gnmi.UpdateResult> getResponseList()
         A set of responses specifying the result of the operations specified in
         the SetRequest.
         
        repeated .gnmi.UpdateResult response = 2;
      • getResponse

        Gnmi.UpdateResult getResponse​(int index)
         A set of responses specifying the result of the operations specified in
         the SetRequest.
         
        repeated .gnmi.UpdateResult response = 2;
      • getResponseCount

        int getResponseCount()
         A set of responses specifying the result of the operations specified in
         the SetRequest.
         
        repeated .gnmi.UpdateResult response = 2;
      • getResponseOrBuilderList

        java.util.List<? extends Gnmi.UpdateResultOrBuilder> getResponseOrBuilderList()
         A set of responses specifying the result of the operations specified in
         the SetRequest.
         
        repeated .gnmi.UpdateResult response = 2;
      • getResponseOrBuilder

        Gnmi.UpdateResultOrBuilder getResponseOrBuilder​(int index)
         A set of responses specifying the result of the operations specified in
         the SetRequest.
         
        repeated .gnmi.UpdateResult response = 2;
      • hasMessage

        @Deprecated
        boolean hasMessage()
        Deprecated.
         The overall status of the transaction.
         
        .gnmi.Error message = 3 [deprecated = true];
      • getMessage

        @Deprecated
        Gnmi.Error getMessage()
        Deprecated.
         The overall status of the transaction.
         
        .gnmi.Error message = 3 [deprecated = true];
      • getMessageOrBuilder

        @Deprecated
        Gnmi.ErrorOrBuilder getMessageOrBuilder()
        Deprecated.
         The overall status of the transaction.
         
        .gnmi.Error message = 3 [deprecated = true];
      • getTimestamp

        long getTimestamp()
         Timestamp of transaction (ns since epoch).
         
        int64 timestamp = 4;
      • getExtensionList

        java.util.List<GnmiExt.Extension> getExtensionList()
         Extension messages associated with the SetResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;
      • getExtension

        GnmiExt.Extension getExtension​(int index)
         Extension messages associated with the SetResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;
      • getExtensionCount

        int getExtensionCount()
         Extension messages associated with the SetResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;
      • getExtensionOrBuilderList

        java.util.List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
         Extension messages associated with the SetResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;
      • getExtensionOrBuilder

        GnmiExt.ExtensionOrBuilder getExtensionOrBuilder​(int index)
         Extension messages associated with the SetResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;