public interface SubscribeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
Error | 
getError()
Deprecated.  
 | 
ErrorOrBuilder | 
getErrorOrBuilder()
Deprecated.  
 | 
Extension | 
getExtension(int index)
 Extension messages associated with the SubscribeResponse. 
 | 
int | 
getExtensionCount()
 Extension messages associated with the SubscribeResponse. 
 | 
List<Extension> | 
getExtensionList()
 Extension messages associated with the SubscribeResponse. 
 | 
ExtensionOrBuilder | 
getExtensionOrBuilder(int index)
 Extension messages associated with the SubscribeResponse. 
 | 
List<? extends ExtensionOrBuilder> | 
getExtensionOrBuilderList()
 Extension messages associated with the SubscribeResponse. 
 | 
SubscribeResponse.ResponseCase | 
getResponseCase()  | 
boolean | 
getSyncResponse()
 Indicate target has sent all values associated with the subscription
 at least once. 
 | 
Notification | 
getUpdate()
 Changed or sampled value for a path. 
 | 
NotificationOrBuilder | 
getUpdateOrBuilder()
 Changed or sampled value for a path. 
 | 
boolean | 
hasError()
Deprecated.  
 | 
boolean | 
hasUpdate()
 Changed or sampled value for a path. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdate()
Changed or sampled value for a path.
.gnmi.Notification update = 1;Notification getUpdate()
Changed or sampled value for a path.
.gnmi.Notification update = 1;NotificationOrBuilder getUpdateOrBuilder()
Changed or sampled value for a path.
.gnmi.Notification update = 1;boolean getSyncResponse()
Indicate target has sent all values associated with the subscription at least once.
bool sync_response = 3;@Deprecated boolean hasError()
Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
.gnmi.Error error = 4 [deprecated = true];@Deprecated Error getError()
Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
.gnmi.Error error = 4 [deprecated = true];@Deprecated ErrorOrBuilder getErrorOrBuilder()
Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
.gnmi.Error error = 4 [deprecated = true];List<Extension> getExtensionList()
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;Extension getExtension(int index)
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;int getExtensionCount()
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;List<? extends ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;SubscribeResponse.ResponseCase getResponseCase()
Copyright © 2018 OpenDaylight. All rights reserved.