Interface ServerSelectionAdminRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string command = 2;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    string command = 2;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    bytes cookie = 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

    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Returns:
      The cookie.
    • getCommand

      String getCommand()
      string command = 2;
      Returns:
      The command.
    • getCommandBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCommandBytes()
      string command = 2;
      Returns:
      The bytes for command.