Package io.deephaven.proto.controller
Interface AssignmentPolicyConfigMessageOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssignmentPolicyConfigMessage
,AssignmentPolicyConfigMessage.Builder
public interface AssignmentPolicyConfigMessageOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool acceptsParameters = 4;
optional string description = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string description = 3;
string displayName = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string displayName = 2;
getName()
string name = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string name = 1;
boolean
optional string description = 3;
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
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()string displayName = 2;
- Returns:
- The displayName.
-
getDisplayNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getDisplayNameBytes()string displayName = 2;
- Returns:
- The bytes for displayName.
-
hasDescription
boolean hasDescription()optional string description = 3;
- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;
- Returns:
- The bytes for description.
-
getAcceptsParameters
boolean getAcceptsParameters()bool acceptsParameters = 4;
- Returns:
- The acceptsParameters.
-