Interface AuthenticationConstantsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticationConstantsResponse
,AuthenticationConstantsResponse.Builder
public interface AuthenticationConstantsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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;
getConfigValuesOrDefault
(String key, ConfigValue defaultValue) 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
map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
-
getConfigValues
Deprecated.UsegetConfigValuesMap()
instead. -
getConfigValuesMap
Map<String,ConfigValue> getConfigValuesMap()map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
-
getConfigValuesOrDefault
map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
-
getConfigValuesOrThrow
map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
-