public static interface Gnmi.SubscribeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUpdate()
Changed or sampled value for a path.
.gnmi.Notification update = 1;
Gnmi.Notification getUpdate()
Changed or sampled value for a path.
.gnmi.Notification update = 1;
Gnmi.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 Gnmi.Error getError()
Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
.gnmi.Error error = 4 [deprecated = true];
@Deprecated Gnmi.ErrorOrBuilder getErrorOrBuilder()
Deprecated in favour of google.golang.org/genproto/googleapis/rpc/status
.gnmi.Error error = 4 [deprecated = true];
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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;
int getExtensionCount()
Extension messages associated with the SubscribeResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 5;
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;
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;
Gnmi.SubscribeResponse.ResponseCase getResponseCase()
Copyright © 2021. All rights reserved.