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

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

The 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 ConfigValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ConfigValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string string_value = 3;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * string string_value = 3;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string string_value = 3;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  io.deephaven.proto.backplane.grpc.ConfigValue.KindCase getKindCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy