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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Gnmi.Error
getError()
Deprecated.Gnmi.ErrorOrBuilder
getErrorOrBuilder()
Deprecated.GnmiExt.Extension
getExtension(int index)
Extension messages associated with the SubscribeResponse.int
getExtensionCount()
Extension messages associated with the SubscribeResponse.List<GnmiExt.Extension>
getExtensionList()
Extension messages associated with the SubscribeResponse.GnmiExt.ExtensionOrBuilder
getExtensionOrBuilder(int index)
Extension messages associated with the SubscribeResponse.List<? extends GnmiExt.ExtensionOrBuilder>
getExtensionOrBuilderList()
Extension messages associated with the SubscribeResponse.Gnmi.SubscribeResponse.ResponseCase
getResponseCase()
boolean
getSyncResponse()
Indicate target has sent all values associated with the subscription at least once.Gnmi.Notification
getUpdate()
Changed or sampled value for a path.Gnmi.NotificationOrBuilder
getUpdateOrBuilder()
Changed or sampled value for a path.boolean
hasError()
Deprecated.boolean
hasUpdate()
Changed or sampled value for a path.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getResponseCase
Gnmi.SubscribeResponse.ResponseCase getResponseCase()
-
-