Package io.hstream.internal
Interface AdminCommandRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminCommandRequest,AdminCommandRequest.Builder
public interface AdminCommandRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCommand()string command = 1;com.google.protobuf.ByteStringgetCommandBytes()string command = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCommand
String getCommand()
string command = 1;- Returns:
- The command.
-
getCommandBytes
com.google.protobuf.ByteString getCommandBytes()
string command = 1;- Returns:
- The bytes for command.
-
-