public interface CapabilityRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Extension |
getExtension(int index)
Extension messages associated with the CapabilityRequest.
|
int |
getExtensionCount()
Extension messages associated with the CapabilityRequest.
|
List<Extension> |
getExtensionList()
Extension messages associated with the CapabilityRequest.
|
ExtensionOrBuilder |
getExtensionOrBuilder(int index)
Extension messages associated with the CapabilityRequest.
|
List<? extends ExtensionOrBuilder> |
getExtensionOrBuilderList()
Extension messages associated with the CapabilityRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Extension> getExtensionList()
Extension messages associated with the CapabilityRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 1;
Extension getExtension(int index)
Extension messages associated with the CapabilityRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 1;
int getExtensionCount()
Extension messages associated with the CapabilityRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 1;
List<? extends ExtensionOrBuilder> getExtensionOrBuilderList()
Extension messages associated with the CapabilityRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 1;
ExtensionOrBuilder getExtensionOrBuilder(int index)
Extension messages associated with the CapabilityRequest. See the gNMI extension specification for further definition.
repeated .gnmi_ext.Extension extension = 1;
Copyright © 2018 OpenDaylight. All rights reserved.