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 TypeMethodDescriptionlongint64 client_time = 1;string spigot_server_name = 2;com.google.protobuf.ByteStringstring spigot_server_name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
getSpigotServerNameBytes
com.google.protobuf.ByteString getSpigotServerNameBytes()string spigot_server_name = 2;- Returns:
- The bytes for spigotServerName.
-