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

java.io.deephaven.proto.backplane.script.grpc.ParameterInformationOrBuilder 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/console.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;

public interface ParameterInformationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.ParameterInformation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string label = 1;
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 1;
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
   * @return Whether the documentation field is set.
   */
  boolean hasDocumentation();
  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
   * @return The documentation.
   */
  io.deephaven.proto.backplane.script.grpc.MarkupContent getDocumentation();
  /**
   * .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2;
   */
  io.deephaven.proto.backplane.script.grpc.MarkupContentOrBuilder getDocumentationOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy