Interface GnmiExt.RegisteredExtensionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GnmiExt.RegisteredExtension
,GnmiExt.RegisteredExtension.Builder
- Enclosing class:
- GnmiExt
public static interface GnmiExt.RegisteredExtensionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdValue
int getIdValue()
The unique ID assigned to this extension.
.gnmi_ext.ExtensionID id = 1;
-
getId
GnmiExt.ExtensionID getId()
The unique ID assigned to this extension.
.gnmi_ext.ExtensionID id = 1;
-
getMsg
com.google.protobuf.ByteString getMsg()
The binary-marshalled protobuf extension payload.
bytes msg = 2;
-
-