Package io.deephaven.proto.controller
Interface GetConfigurationResponseOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetConfigurationResponse
,GetConfigurationResponse.Builder
public interface GetConfigurationResponseOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
.io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
boolean
.io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
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
-
hasConfig
boolean hasConfig().io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
- Returns:
- Whether the config field is set.
-
getConfig
ControllerConfigurationMessage getConfig().io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
- Returns:
- The config.
-
getConfigOrBuilder
ControllerConfigurationMessageOrBuilder getConfigOrBuilder().io.deephaven.proto.controller.ControllerConfigurationMessage config = 1;
-