Interface GnmiExt.RoleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GnmiExt.Role, GnmiExt.Role.Builder
    Enclosing class:
    GnmiExt

    public static interface GnmiExt.RoleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      More fields can be added if needed, for example, to specify what paths the role can read/write.
      com.google.protobuf.ByteString getIdBytes()
      More fields can be added if needed, for example, to specify what paths the role can read/write.
      • 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

      • getId

        String getId()
         More fields can be added if needed, for example, to specify what paths the
         role can read/write.
         
        string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         More fields can be added if needed, for example, to specify what paths the
         role can read/write.
         
        string id = 1;