Interface WebsocketProtoMessage.PingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WebsocketProtoMessage.Ping, WebsocketProtoMessage.Ping.Builder
Enclosing class:
WebsocketProtoMessage

public static interface WebsocketProtoMessage.PingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 memory_max = 3;
    long
    int64 memory_used = 2;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;

    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 Details

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getMemoryUsed

      long getMemoryUsed()
      int64 memory_used = 2;
      Returns:
      The memoryUsed.
    • getMemoryMax

      long getMemoryMax()
      int64 memory_max = 3;
      Returns:
      The memoryMax.