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