Interface PingRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PingRequest, PingRequest.Builder

public interface PingRequestOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    a log-printable string identifying the sender of the request.
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    a log-printable string identifying the sender of the request.
    long
    sfixed64 sender_send_time_millis = 1;

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSenderSendTimeMillis

      long getSenderSendTimeMillis()
      sfixed64 sender_send_time_millis = 1;
      Returns:
      The senderSendTimeMillis.
    • getFrom

      String getFrom()
       a log-printable string identifying the sender of the request.
       
      string from = 2;
      Returns:
      The from.
    • getFromBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getFromBytes()
       a log-printable string identifying the sender of the request.
       
      string from = 2;
      Returns:
      The bytes for from.