
io.deephaven.proto.backplane.script.grpc.ParameterInformationOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/console.proto
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 - 2025 Weber Informatics LLC | Privacy Policy