Package io.deephaven.proto.controller
Interface ServerSelectionAdminRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerSelectionAdminRequest,ServerSelectionAdminRequest.Builder
@Generated
public interface ServerSelectionAdminRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring command = 2;com.google.protobuf.ByteStringstring command = 2;com.google.protobuf.ByteStringbytes cookie = 1;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
-
getCookie
com.google.protobuf.ByteString getCookie()bytes cookie = 1;- Returns:
- The cookie.
-
getCommand
String getCommand()string command = 2;- Returns:
- The command.
-
getCommandBytes
com.google.protobuf.ByteString getCommandBytes()string command = 2;- Returns:
- The bytes for command.
-