Interface LspMon.keyOrBuilder

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

    public static interface LspMon.keyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInstanceIdentifier()
      required int32 instance_identifier = 2;
      String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      long getTimeStampg()
      required uint64 time_stampg = 3;
      boolean hasInstanceIdentifier()
      required int32 instance_identifier = 2;
      boolean hasName()
      required string name = 1;
      boolean hasTimeStampg()
      required uint64 time_stampg = 3;
      • 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

      • hasName

        boolean hasName()
        required string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
        required string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
        Returns:
        The bytes for name.
      • hasInstanceIdentifier

        boolean hasInstanceIdentifier()
        required int32 instance_identifier = 2;
        Returns:
        Whether the instanceIdentifier field is set.
      • getInstanceIdentifier

        int getInstanceIdentifier()
        required int32 instance_identifier = 2;
        Returns:
        The instanceIdentifier.
      • hasTimeStampg

        boolean hasTimeStampg()
        required uint64 time_stampg = 3;
        Returns:
        Whether the timeStampg field is set.
      • getTimeStampg

        long getTimeStampg()
        required uint64 time_stampg = 3;
        Returns:
        The timeStampg.