Interface Gnmi.SubscribeResponseOrBuilder

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

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

      • hasUpdate

        boolean hasUpdate()
         Changed or sampled value for a path.
         
        .gnmi.Notification update = 1;
      • getUpdate

        Gnmi.Notification getUpdate()
         Changed or sampled value for a path.
         
        .gnmi.Notification update = 1;
      • getUpdateOrBuilder

        Gnmi.NotificationOrBuilder getUpdateOrBuilder()
         Changed or sampled value for a path.
         
        .gnmi.Notification update = 1;
      • getSyncResponse

        boolean getSyncResponse()
         Indicate target has sent all values associated with the subscription
         at least once.
         
        bool sync_response = 3;
      • hasError

        @Deprecated
        boolean hasError()
        Deprecated.
         Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
         
        .gnmi.Error error = 4 [deprecated = true];
      • getError

        @Deprecated
        Gnmi.Error getError()
        Deprecated.
         Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
         
        .gnmi.Error error = 4 [deprecated = true];
      • getErrorOrBuilder

        @Deprecated
        Gnmi.ErrorOrBuilder getErrorOrBuilder()
        Deprecated.
         Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
         
        .gnmi.Error error = 4 [deprecated = true];
      • getExtensionList

        List<GnmiExt.Extension> getExtensionList()
         Extension messages associated with the SubscribeResponse. 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 SubscribeResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;
      • getExtensionCount

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

        List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
         Extension messages associated with the SubscribeResponse. 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 SubscribeResponse. See the
         gNMI extension specification for further definition.
         
        repeated .gnmi_ext.Extension extension = 5;