java.io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/config.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface AuthenticationConstantsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
*/
int getConfigValuesCount();
/**
* map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
*/
boolean containsConfigValues(
java.lang.String key);
/**
* Use {@link #getConfigValuesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getConfigValues();
/**
* map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
*/
java.util.Map
getConfigValuesMap();
/**
* map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
*/
/* nullable */
io.deephaven.proto.backplane.grpc.ConfigValue getConfigValuesOrDefault(
java.lang.String key,
/* nullable */
io.deephaven.proto.backplane.grpc.ConfigValue defaultValue);
/**
* map<string, .io.deephaven.proto.backplane.grpc.ConfigValue> config_values = 1;
*/
io.deephaven.proto.backplane.grpc.ConfigValue getConfigValuesOrThrow(
java.lang.String key);
}