public static interface GnmiExt.RegisteredExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GnmiExt.ExtensionID |
getId()
The unique ID assigned to this extension.
|
int |
getIdValue()
The unique ID assigned to this extension.
|
com.google.protobuf.ByteString |
getMsg()
The binary-marshalled protobuf extension payload.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getIdValue()
The unique ID assigned to this extension.
.gnmi_ext.ExtensionID id = 1;
GnmiExt.ExtensionID getId()
The unique ID assigned to this extension.
.gnmi_ext.ExtensionID id = 1;
com.google.protobuf.ByteString getMsg()
The binary-marshalled protobuf extension payload.
bytes msg = 2;
Copyright © 2021. All rights reserved.