Interface ConfigurationConstantsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfigurationConstantsResponse, ConfigurationConstantsResponse.Builder

public interface ConfigurationConstantsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    Deprecated.
    int
    map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getConfigValuesCount

      int getConfigValuesCount()
      map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    • containsConfigValues

      boolean containsConfigValues(String key)
      map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    • getConfigValues

      @Deprecated Map<String,ConfigValue> getConfigValues()
      Deprecated.
    • getConfigValuesMap

      Map<String,ConfigValue> getConfigValuesMap()
      map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    • getConfigValuesOrDefault

      ConfigValue getConfigValuesOrDefault(String key, ConfigValue defaultValue)
      map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
    • getConfigValuesOrThrow

      ConfigValue getConfigValuesOrThrow(String key)
      map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;