Package io.deephaven.proto.controller
Interface ServerSelectionStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerSelectionStatusResponse,ServerSelectionStatusResponse.Builder
@Generated
public interface ServerSelectionStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring status = 1;com.google.protobuf.ByteStringstring status = 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
-
getStatus
String getStatus()string status = 1;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()string status = 1;- Returns:
- The bytes for status.
-