Interface GnmiExt.RegisteredExtensionOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;