Interface Gnmi.GetResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.GetResponse
,Gnmi.GetResponse.Builder
- Enclosing class:
- Gnmi
public static interface Gnmi.GetResponseOrBuilder 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 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNotificationList
List<Gnmi.Notification> getNotificationList()
Data values.
repeated .gnmi.Notification notification = 1;
-
getNotification
Gnmi.Notification getNotification(int index)
Data values.
repeated .gnmi.Notification notification = 1;
-
getNotificationCount
int getNotificationCount()
Data values.
repeated .gnmi.Notification notification = 1;
-
getNotificationOrBuilderList
List<? extends Gnmi.NotificationOrBuilder> getNotificationOrBuilderList()
Data values.
repeated .gnmi.Notification notification = 1;
-
getNotificationOrBuilder
Gnmi.NotificationOrBuilder getNotificationOrBuilder(int index)
Data values.
repeated .gnmi.Notification notification = 1;
-
hasError
@Deprecated boolean hasError()
Deprecated.Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
-
getError
@Deprecated Gnmi.Error getError()
Deprecated.Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
-
getErrorOrBuilder
@Deprecated Gnmi.ErrorOrBuilder getErrorOrBuilder()
Deprecated.Errors that occurred in the Get.
.gnmi.Error error = 2 [deprecated = true];
-
getExtensionList
List<GnmiExt.Extension> getExtensionList()
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
-
getExtension
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;
-
getExtensionCount
int getExtensionCount()
Extension messages associated with the GetResponse. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 3;
-
getExtensionOrBuilderList
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;
-
getExtensionOrBuilder
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;
-
-