All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// 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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy