Interface PingRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PingRequest, PingRequest.Builder

@Generated public interface PingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 client_time = 1;
    string spigot_server_name = 2;
    com.google.protobuf.ByteString
    string spigot_server_name = 2;

    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

    • getClientTime

      long getClientTime()
      int64 client_time = 1;
      Returns:
      The clientTime.
    • getSpigotServerName

      String getSpigotServerName()
      string spigot_server_name = 2;
      Returns:
      The spigotServerName.
    • getSpigotServerNameBytes

      com.google.protobuf.ByteString getSpigotServerNameBytes()
      string spigot_server_name = 2;
      Returns:
      The bytes for spigotServerName.