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