public static interface Gnmi.GetResponseOrBuilder
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 GetResponse.
|
int |
getExtensionCount()
Extension messages associated with the GetResponse.
|
List<GnmiExt.Extension> |
getExtensionList()
Extension messages associated with the GetResponse.
|
GnmiExt.ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the GetResponse.
|
List<? extends GnmiExt.ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the GetResponse.
|
Gnmi.Notification |
getNotification(int index)
Data values.
|
int |
getNotificationCount()
Data values.
|
List<Gnmi.Notification> |
getNotificationList()
Data values.
|
Gnmi.NotificationOrBuilder |
getNotificationOrBuilder(int index)
Data values.
|
List<? extends Gnmi.NotificationOrBuilder> |
getNotificationOrBuilderList()
Data values.
|
boolean |
hasError()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Gnmi.Notification> getNotificationList()
Data values.
repeated .gnmi.Notification notification = 1;
Gnmi.Notification getNotification(int index)
Data values.
repeated .gnmi.Notification notification = 1;
int getNotificationCount()
Data values.
repeated .gnmi.Notification notification = 1;
List<? extends Gnmi.NotificationOrBuilder> getNotificationOrBuilderList()
Data values.
repeated .gnmi.Notification notification = 1;
Gnmi.NotificationOrBuilder getNotificationOrBuilder(int index)
Data values.
repeated .gnmi.Notification notification = 1;
@Deprecated boolean hasError()
Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
@Deprecated Gnmi.Error getError()
Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
@Deprecated Gnmi.ErrorOrBuilder getErrorOrBuilder()
Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
GnmiExt.Extension getExtension(int index)
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
int getExtensionCount()
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
List<? extends GnmiExt.ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
GnmiExt.ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
Copyright © 2021. All rights reserved.