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